aboutsummaryrefslogtreecommitdiff
path: root/core/os/dir_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* 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