aboutsummaryrefslogtreecommitdiff
path: root/core/path/filepath/match.odin
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-120/+120
* Add more uses of `or_return`gingerBill2021-08-151-4/+1
* * Add some procedures to path_unix to mirror the path_windows APILuka Aleksić2021-01-211-8/+10
* Keep -vet happygingerBill2020-12-141-4/+4
* Rename `slice.sort_proc` to `slice.sort_by`; add `slice.sort_by_key`gingerBill2020-10-161-1/+1
* Update path/filepath to use new `slice.sort`; Add `sort.reverse_interface`gingerBill2020-10-141-3/+3
* Add `os.stat`, `os.lstat`, `os.fstat`, `filepath.walk`gingerBill2020-09-281-3/+3
* Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)gingerBill2020-09-251-0/+350