aboutsummaryrefslogtreecommitdiff
path: root/core/path/path.odin
Commit message (Collapse)AuthorAgeFilesLines
* Replace usage of `inline proc` with `#force_inline proc` in the core librarygingerBill2021-02-231-2/+2
|
* vet all core packagesgingerBill2021-01-091-2/+0
|
* Add some comments to explain what the differences between packages path and ↵gingerBill2020-09-261-0/+5
| | | | path/filepath
* Remove OS specific stuff from `package path`gingerBill2020-09-261-147/+7
|
* Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)gingerBill2020-09-251-12/+12
|
* Update `package path` and fix bugs; add path.match which uses shell pattern ↵gingerBill2020-09-251-55/+215
| | | | matching
* Remove usage of `do` in core librarygingerBill2020-09-231-5/+15
|
* Fix path.name failing to remove extensionjockus2020-08-261-2/+2
|
* Fix new `package path`gingerBill2020-07-101-160/+161
|
* Update path.odinBrendan Punsky2019-03-131-2/+2
| | | Fix allocator usage for `rel_current` and `rel_between`
* Added path lib "core:path", as well as single- and multiple-splitset string ↵Brendan Punsky2019-02-121-0/+200
split proc variants to "core:string"