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
/
text.h
Age
Commit message (
Expand
)
Author
2025-03-07
Add text padding functions: :left_pad(), :right_pad(), :middle_pad()
Bruce Hill
2025-03-07
Add proper language support for case operations on text
Bruce Hill
2025-01-23
Overhaul of Text implementation to be more like Cords and have much
Bruce Hill
2024-12-21
Add text:by_line()/:by_split()/:by_match()
Bruce Hill
2024-12-19
Add Text:reversed()
Bruce Hill
2024-12-19
Add Text:from()/to() and Array:slice() for symmetry
Bruce Hill
2024-11-29
Add serialization and deserialization
Bruce Hill
2024-11-29
Change how types handle metamethods
Bruce Hill
2024-11-19
Add Text.at(i) for getting a single cluster
Bruce Hill
2024-11-04
Update text API to use optional returns when applicable
Bruce Hill
2024-10-30
Fix header inline functions to use `extern inline` and some GCC magic
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-25
Move unistr header out of tomo header
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-14
Clean up pattern code to make better use of TextIter_t and fix up
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill