| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix up ABI name for core:os and core:os/old | Jeroen van Rijn | 6 days | 1 | -1/+1 |
| | | |||||
| * | core:os -> core:os/old && core:os/os2 -> core:os | Jeroen van Rijn | 6 days | 1 | -0/+120 |
| | | |||||
| * | fix os.read_dir with symlinks | Laytan Laats | 2024-08-03 | 1 | -72/+0 |
| | | |||||
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -1/+1 |
| | | |||||
| * | Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate | gingerBill | 2023-02-10 | 1 | -0/+2 |
| | | |||||
| * | Strip semicolons in core which were missing | gingerBill | 2021-09-08 | 1 | -31/+31 |
| | | |||||
| * | set the correct allocators and ignore the previous and parent directory in ↵ | DanielGavin | 2021-02-12 | 1 | -7/+11 |
| | | | | | readdir. | ||||
| * | Fix CI | Luka Aleksić | 2021-01-21 | 1 | -3/+2 |
| | | |||||
| * | * Add some procedures to path_unix to mirror the path_windows API | Luka Aleksić | 2021-01-21 | 1 | -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 | |||||