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
/
text.c
Age
Commit message (
Collapse
)
Author
2025-04-14
Reworking of stack traces (back to using addr2line) for compatibility
Bruce Hill
and improved output quality
2025-04-06
Rename Array -> List in all code and docs
Bruce Hill
2025-04-06
Make string escapes more normal: "\n" for newline, etc. Backticks can be
Bruce Hill
used to put in literal code without escape sequences.
2025-04-01
Move patterns into a module
Bruce Hill
2025-03-31
Fully move all pattern code into patterns.c
Bruce Hill
2025-03-31
Move pattern code into patterns file
Bruce Hill
2025-03-28
Add compiler guards for GCC directives
Bruce Hill
2025-03-28
sprintf() -> snprintf()
Bruce Hill
2025-03-28
Make buffer big enough for NUL byte
Bruce Hill
2025-03-27
Remove mempcpy for portability
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-27
Remove dead code for paths
Bruce Hill
2025-03-21
Move stdlib into src/
Bruce Hill