aboutsummaryrefslogtreecommitdiff
path: root/core/os/stat_linux.odin
Commit message (Collapse)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-0/+79
|
* Update package os for package path/filepath support on macOSgingerBill2021-02-271-125/+0
|
* set the correct allocators and ignore the previous and parent directory in ↵DanielGavin2021-02-121-5/+14
| | | | readdir.
* * Add some procedures to path_unix to mirror the path_windows APILuka Aleksić2021-01-211-0/+116
* Add files stat_linux and dir_linux to mirror the stat/dir_windows API * Add helper functions to os_linux that are used by the above