aboutsummaryrefslogtreecommitdiff
path: root/core/path
Commit message (Expand)AuthorAgeFilesLines
...
* Revert `user_data` additiongingerBill2020-09-281-8/+8
* Add `user_data` parameter to `filepath.walk` and `filepath.Walk_Proc`gingerBill2020-09-281-8/+8
* Add `filepath.walk`gingerBill2020-09-281-0/+88
* Add `os.stat`, `os.lstat`, `os.fstat`, `filepath.walk`gingerBill2020-09-282-3/+5
* Add some comments to explain what the differences between packages path and p...gingerBill2020-09-262-0/+7
* Remove OS specific stuff from `package path`gingerBill2020-09-261-147/+7
* Update packages os, path, and filepathgingerBill2020-09-265-216/+258
* Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)gingerBill2020-09-255-12/+637
* Update `package path` and fix bugs; add path.match which uses shell pattern m...gingerBill2020-09-254-59/+428
* Remove usage of `do` in core librarygingerBill2020-09-233-12/+30
* Get Odin compiling and produced exe's running on FreeBSDChristian Seibold2020-09-141-1/+1
* Fix path.name failing to remove extensionjockus2020-08-261-2/+2
* Add path_unix.odingingerBill2020-07-101-0/+81
* Fix new `package path`gingerBill2020-07-103-292/+213
* Fix temp allocation on linuxBrendan Punsky2019-03-181-2/+2
* Fix null termination detection, win32 namespacingBrendan Punsky2019-03-181-13/+22
* Add linux supportBrendan Punsky2019-03-181-0/+80
* Update path_windows.odinBrendan Punsky2019-03-131-40/+24
* Update path.odinBrendan Punsky2019-03-131-2/+2
* Delete path_linux.odinBrendan Punsky2019-02-141-7/+0
* Added path lib "core:path", as well as single- and multiple-splitset string s...Brendan Punsky2019-02-123-0/+328