aboutsummaryrefslogtreecommitdiff
path: root/builtins/path.h
AgeCommit message (Expand)Author
2024-09-13Rename builtins to use plurals when appropriateBruce Hill
2024-09-13Move cord helper functions into their own fileBruce Hill
2024-09-11Rename closure_t -> Closure_t for consistencyBruce Hill
2024-09-09Add (/path):by_line()Bruce Hill
2024-09-09Fix up some stuff with path escapingBruce Hill
2024-09-09Add shims for hashing/equality of langsBruce Hill
2024-09-09Correctly clean up CLI args that are pathsBruce Hill
2024-09-09Ensure more rigoroous cleanup and validation of pathsBruce Hill
2024-09-09Add Path.base_name(), Path.parent(), Path.extension()Bruce Hill
2024-09-09Add mktemp functionalityBruce Hill
2024-09-09For parsing paths, use nested parens: (./foo), also add some methodsBruce Hill
2024-09-09More methodsBruce Hill
2024-09-09More path stuff including some methodsBruce Hill