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
/
stdlib
/
paths.c
Age
Commit message (
Expand
)
Author
2025-03-21
Close temp files
Bruce Hill
2025-03-19
Close file descriptor
Bruce Hill
2025-03-19
Better function call
Bruce Hill
2025-03-18
Expose PathType as a proper enum
Bruce Hill
2025-03-17
Add Path:expand_home() as a publicly visible API and bugfix it
Bruce Hill
2025-03-16
Update file path API and docs
Bruce Hill
2025-03-16
Rename path `root` to path `type`
Bruce Hill
2025-03-16
Remove debug print
Bruce Hill
2025-03-16
Bugfix for relative_to()
Bruce Hill
2025-03-16
Add begin:/end: for do: blocks
Bruce Hill
2025-03-15
Overhaul of Path so it uses root and array of components instead of
Bruce Hill
2025-03-05
Overhaul of constructors, making it more consistent and correct. Also
Bruce Hill
2024-11-29
Change how types handle metamethods
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-17
Rename datetime -> moment
Bruce Hill
2024-11-04
Fix for blocking reads
Bruce Hill
2024-11-03
Update Path:read_bytes() API to take a byte count
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-29
Add file globbing
Bruce Hill
2024-10-27
Fixes for places that used Text$find()
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-29
Add DateTime
Bruce Hill
2024-09-23
Support creating parent directories as needed (mkdir -p) and also set a
Bruce Hill
2024-09-16
Fix up paths API to use updated Text:match()
Bruce Hill
2024-09-15
Update path reading APIs to use optional values instead of erroring
Bruce Hill
2024-09-15
Add a Byte datatype
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill