aboutsummaryrefslogtreecommitdiff
path: root/core/os/dir_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/+120
|
* fix os.read_dir with symlinksLaytan Laats2024-08-031-72/+0
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-0/+2
|
* Strip semicolons in core which were missinggingerBill2021-09-081-31/+31
|
* set the correct allocators and ignore the previous and parent directory in ↵DanielGavin2021-02-121-7/+11
| | | | readdir.
* Fix CILuka Aleksić2021-01-211-3/+2
|
* * Add some procedures to path_unix to mirror the path_windows APILuka Aleksić2021-01-211-0/+67
* 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