aboutsummaryrefslogtreecommitdiff
path: root/core/os/stat_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-3/+7
* Change name to `windows_set_file_info_times`gingerBill2022-10-261-4/+4
* Heavily improve time handling on Windows for `time.now()` and `os.File_Info`gingerBill2022-10-261-10/+10
* Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...gingerBill2022-05-121-3/+3
* [windows] Fix leak in `glob`.Jeroen van Rijn2022-03-291-6/+6
* Correct `cleanpath_from_handle` for `os.fstat`gingerBill2022-03-081-33/+10
* Fix os.walk for UNC paths.Jeroen van Rijn2021-11-101-6/+10
* Correct `context.allocator` usagegingerBill2021-09-191-1/+3
* Strip even more semicolons if followed by a `}` or `)` on the same linegingerBill2021-08-311-1/+1
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-131/+131
* Fix `full_path_from_name` allocator behaviourgingerBill2021-06-081-2/+2
* Minimize unneeded castsgingerBill2021-03-031-2/+2
* Add experimental `-insert-semicolon` functionality to tokenizer and parsergingerBill2020-11-011-4/+4
* Fix `os.stat` code; make `fmt.panicf` diverginggingerBill2020-09-301-1/+0
* Add `os.stat`, `os.lstat`, `os.fstat`, `filepath.walk`gingerBill2020-09-281-26/+148
* Remove unused importsgingerBill2020-09-251-2/+0
* Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)gingerBill2020-09-251-0/+197