aboutsummaryrefslogtreecommitdiff
path: root/core/os/dir_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix up ABI name for core:os and core:os/oldJeroen van Rijn6 days1-1/+1
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-80/+110
* `for in string16`; Support `string16` across coregingerBill2025-08-021-1/+1
* Add `@(require_results)`gingerBill2024-08-041-0/+1
* Move errors to where appropriategingerBill2024-08-041-1/+1
* `Errno` -> `Error`gingerBill2024-08-041-1/+1
* Try to map to `General_Error` where possiblegingerBill2024-08-041-0/+1
* More clean ups of ERROR_NONE and `!= nil` usagegingerBill2024-08-041-6/+5
* Clean up error handlinggingerBill2024-08-041-2/+2
* Use `union #shared_nil` for `os.Error`gingerBill2024-08-041-2/+2
* Update dir_windows.odinJeroen van Rijn2024-06-081-2/+2
* Fixed error handling in read_dir on WindowsJohn Leidegren2024-06-081-1/+5
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-2/+6
* Change name to `windows_set_file_info_times`gingerBill2022-10-261-2/+1
* Heavily improve time handling on Windows for `time.now()` and `os.File_Info`gingerBill2022-10-261-3/+1
* Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...gingerBill2022-05-121-1/+1
* [windows] Fix leak in `glob`.Jeroen van Rijn2022-03-291-0/+1
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-48/+48
* Add `os.stat`, `os.lstat`, `os.fstat`, `filepath.walk`gingerBill2020-09-281-1/+1
* Allow `os.read_dir` to use a different allocatorgingerBill2020-09-271-1/+3
* Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)gingerBill2020-09-251-0/+105