index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtins
/
path.c
Age
Commit message (
Collapse
)
Author
2024-09-13
Rename builtins to use plurals when appropriate
Bruce Hill
2024-09-13
Code cleanup
Bruce Hill
2024-09-13
Split pattern code into its own file
Bruce Hill
2024-09-11
Use optionals for iterators
Bruce Hill
2024-09-11
Rename closure_t -> Closure_t for consistency
Bruce Hill
2024-09-09
Add (/path):by_line()
Bruce Hill
2024-09-09
Fix up some stuff with path escaping
Bruce Hill
2024-09-09
Fix issues with path reading from pipes (don't UTF8 validate chunks,
Bruce Hill
because they can be fragments) and some misc buffering issues.
2024-09-09
Correctly clean up CLI args that are paths
Bruce Hill
2024-09-09
Ensure more rigoroous cleanup and validation of paths
Bruce Hill
2024-09-09
Fix up some path logic
Bruce Hill
2024-09-09
Fix some logic for extensions and base names
Bruce Hill
2024-09-09
Add Path.base_name(), Path.parent(), Path.extension()
Bruce Hill
2024-09-09
Add mktemp functionality
Bruce Hill
2024-09-09
For parsing paths, use nested parens: (./foo), also add some methods
Bruce Hill
2024-09-09
More methods
Bruce Hill
2024-09-09
More path stuff including some methods
Bruce Hill