aboutsummaryrefslogtreecommitdiff
path: root/core/path/filepath/path_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* `for in string16`; Support `string16` across coregingerBill2025-08-021-2/+2
* Replace `err != 0` with `err != nil` where possiblegingerBill2024-08-041-1/+1
* Begin mapping `os.Error` in the rest of the codebasegingerBill2024-08-041-3/+3
* `os.Errno` -> `os.Error`gingerBill2024-08-041-1/+1
* Use `union #shared_nil` for `os.Error`gingerBill2024-08-041-2/+2
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-12/+15
* [path/filepath] Change join() to take a []string instead of varargsTetralux2022-05-211-1/+1
* Minor fixgingerBill2022-05-121-1/+1
* Correct `context.allocator` usagegingerBill2021-09-191-4/+5
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-46/+46
* Update package os for package path/filepath support on macOSgingerBill2021-02-271-50/+0
* Keep -vet happygingerBill2020-12-141-3/+4
* Minor fixesgingerBill2020-11-171-1/+2
* Improve default temp allocator; Fix filepath.abs behaviour on WindowsgingerBill2020-10-131-8/+10
* Add `os.stat`, `os.lstat`, `os.fstat`, `filepath.walk`gingerBill2020-09-281-0/+2
* Update packages os, path, and filepathgingerBill2020-09-261-1/+105
* Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)gingerBill2020-09-251-0/+71