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
/
src
/
stdlib
/
paths.c
Age
Commit message (
Collapse
)
Author
2025-04-03
Deprecate heap_strf
Bruce Hill
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-30
Deprecate built-in Moment datatype in favor of a `time` module
Bruce Hill
2025-03-30
Fix some relative path stuff
Bruce Hill
2025-03-28
Revert "Add strlcpy for mac"
Bruce Hill
This reverts commit 34300ba37a9b82e51a602459956da1e6661a358c.
2025-03-28
Add strlcpy for mac
Bruce Hill
2025-03-28
strcpy() -> strlcpy()
Bruce Hill
2025-03-28
Minor compat fix
Bruce Hill
2025-03-28
Remove GLOB_TILDE_CHECK for compatiblity
Bruce Hill
2025-03-28
Compatibility fix for euidaccess
Bruce Hill
2025-03-27
Deprecate custom printf specifiers in favor of print() function that
Bruce Hill
uses _Generic() to generically convert any value to a string or print as a string.
2025-03-25
Fix path:write() to truncate appropriately
Bruce Hill
2025-03-24
Safely return if we're removing a nonexistent file and don't care
Bruce Hill
2025-03-24
Recursively remove directories
Bruce Hill
2025-03-21
Move stdlib into src/
Bruce Hill