aboutsummaryrefslogtreecommitdiff
path: root/builtins/path.c
AgeCommit message (Expand)Author
2024-09-11Use optionals for iteratorsBruce 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-09Fix issues with path reading from pipes (don't UTF8 validate chunks,Bruce 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-09Fix up some path logicBruce Hill
2024-09-09Fix some logic for extensions and base namesBruce 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