aboutsummaryrefslogtreecommitdiff
path: root/core/path/filepath/path.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix #6265Jeroen van Rijn3 days1-4/+11
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-2/+2
* Link some more of filepath to os2Jeroen van Rijn7 days1-125/+18
* More conflicts during rebaseJeroen van Rijn7 days1-158/+28
* Add more `filepath` to `os2`Jeroen van Rijn7 days1-93/+11
* Use clean paths to calculate volumesgingerBill2026-01-281-2/+2
* Fix absolute and volume name checks on WindowsgingerBill2026-01-281-20/+51
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
* More package lines.Jeroen van Rijn2025-10-091-2/+2
* update core:filepath's clean, join and split_list to return optional Allocato...jason2024-08-161-25/+30
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-1/+1
* Fix filepath.rel allocation behaviourgingerBill2024-02-061-16/+11
* Use `or_break` and `or_continue` where appropriate in the core librarygingerBill2023-09-301-3/+2
* Disallow `for in` in favour of `for _ in`gingerBill2023-08-081-1/+1
* Add docs to `core:path/filepath`gingerBill2023-02-281-5/+44
* [path/filepath] Add file stem and long-extension proceduresTetralux2022-04-231-9/+124
* [windows] Fix leak in `glob`.Jeroen van Rijn2022-03-291-1/+1
* Fix issue #1537 "filepath.split_list requires a trailing separator"gitlost2022-03-231-2/+8
* Memory LeakPatric Dexheimer2022-02-201-2/+3
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-2/+2
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-145/+145
* Core library clean up: Make range expressions more consistent and replace use...gingerBill2021-06-141-1/+1
* Fix linalg.transposegingerBill2021-06-031-1/+0
* Or did it?!gingerBill2021-06-021-2/+2
* FINALLY fix `lazy_buffer_destroy`gingerBill2021-06-021-2/+2
* Fix filepath.lazy_buffergingerBill2021-06-021-2/+3
* Clean up filepath.lazy_buffer memory leakgingerBill2021-06-021-1/+7
* Fix accidental removal of newlinejockus2021-05-271-0/+1
* Remove accidental core:fmt include in path/filepathjockus2021-05-271-1/+0
* Fix deleting substring in filepath.releasejockus2021-05-271-8/+8
* Update package os for package path/filepath support on macOSgingerBill2021-02-271-24/+77
* Keep -vet happygingerBill2020-12-141-2/+1
* Merge pull request #752 from powerc9000/patch-4gingerBill2020-10-241-2/+2
|\
| * Fix a few bugs in path based code.Clay Murray2020-10-071-2/+2
* | Improve default temp allocator; Fix filepath.abs behaviour on WindowsgingerBill2020-10-131-3/+3
|/
* Add some comments to explain what the differences between packages path and p...gingerBill2020-09-261-0/+2
* Update packages os, path, and filepathgingerBill2020-09-261-8/+152
* Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)gingerBill2020-09-251-0/+199