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 (
Expand
)
Author
2025-11-22
Bugfix for infinite loop in text.replace("", ...) with empty string
Bruce Hill
2025-11-15
Fix for potential issue with codepoint names
Bruce Hill
2025-11-15
Make EMPTY_TEXT into a macro
Bruce Hill
2025-10-19
Fix signed comparison issues
Bruce Hill
2025-10-13
Minor speculative fixes to be extra cautious
Bruce Hill
2025-10-12
Code cleanup and fixing minor issues
Bruce Hill
2025-10-01
Convert to using more zero values for `none`
Bruce Hill
2025-09-13
Merge branch 'optional-list-indexing' into dev
Bruce Hill
2025-09-09
Minor cleanups
Bruce Hill
2025-09-09
Compact lists when appropriate
Bruce Hill
2025-09-09
Fix memory leak/bug
Bruce Hill
2025-09-09
Fix up some edge cases for text unicode stuff
Bruce Hill
2025-09-09
Merge branch 'main' into optional-list-indexing
optional-list-indexing
Bruce Hill
2025-09-09
Overhaul to the unicode encoding/decoding methods for text
Bruce Hill
2025-09-06
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Merge branch 'main' into formatter
Bruce Hill
2025-09-01
Merge branch 'main' into optional-list-indexing
Bruce Hill
2025-09-01
Make Texts() macro a bit more flexible.
Bruce Hill
2025-09-01
Make text indexing optional
Bruce Hill
2025-08-29
Improvements to text and inline C code formatting/parsing
Bruce Hill
2025-08-25
Clean up some unistr.h issues and expand some parse macros.
Bruce Hill
2025-08-24
Remove vim modelines
Bruce Hill
2025-08-23
Autoformat everything with clang-format
Bruce Hill
2025-08-23
Lots of cleanups
Bruce Hill
2025-08-23
Fix some LSP issues, mostly unused imports
Bruce Hill
2025-08-19
Some pedantic fixes vetted against compiling on mac.
Bruce Hill
2025-08-18
Rework code to avoid variable-length array
Bruce Hill
2025-08-16
Improved parsing and prefix/suffix matching using a `remainder`
Bruce Hill
2025-07-10
Add text compression optimizations for unicode text
Bruce Hill
2025-06-28
Greatly increase the maximum free space allocated when growing lists
Bruce Hill
2025-06-24
Sanity check
Bruce Hill
2025-06-24
Revert "Do text deserialization in chunks to avoid possible memory issues"
Bruce Hill
2025-06-22
Do text deserialization in chunks to avoid possible memory issues
Bruce Hill
2025-05-06
Check return values
Bruce Hill
2025-05-06
Error checking for path components
Bruce Hill
2025-05-02
Bugfix for text hashing
Bruce Hill
2025-04-27
Update stdlib to use `print` instead of `printf` in all cases. This
Bruce Hill
2025-04-15
Make some compatibility fixes to make sure the compiler can fully build
Bruce Hill
2025-04-14
Reworking of stack traces (back to using addr2line) for compatibility
Bruce Hill
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
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
2025-03-27
Remove dead code for paths
Bruce Hill
[next]