aboutsummaryrefslogtreecommitdiff
path: root/core/path/filepath/walk.odin
Commit message (Expand)AuthorAgeFilesLines
* Add `user_data: rawptr` to `filepath.Walk_Proc` callbackgingerBill2022-12-051-8/+8
* os.open does r/d as default which makes a call to open a dir invalid this sho...Platin212022-02-051-1/+1
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-28/+28
* 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
* 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