aboutsummaryrefslogtreecommitdiff
path: root/core/path/filepath/path_windows.odin
Commit message (Collapse)AuthorAgeFilesLines
* Link some more of filepath to os2Jeroen van Rijn8 days1-17/+0
|
* More conflicts during rebaseJeroen van Rijn8 days1-70/+2
|
* Add more `filepath` to `os2`Jeroen van Rijn8 days1-2/+3
|
* More conflicts during rebaseJeroen van Rijn8 days1-47/+5
|
* Fix absolute and volume name checks on WindowsgingerBill2026-01-281-0/+3
|
* Unify filepath.join behavior on between unix/windowsWrath2025-09-231-16/+13
|
* `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
| | | | | | | | | This makes passing an allocator easier, as you no longer have to resort to named arguments: Before: `join(a, b, c)` became `join(elems={a, b, c}, allocator=ally)` After: `join({a, b, c})` becomes `join({a, b, c}, ally)`
* 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