aboutsummaryrefslogtreecommitdiff
path: root/stdlib/text.h
AgeCommit message (Expand)Author
2025-03-17Add text width support and have that work for paddingBruce Hill
2025-03-07Add text padding functions: :left_pad(), :right_pad(), :middle_pad()Bruce Hill
2025-03-07Add proper language support for case operations on textBruce Hill
2025-01-23Overhaul of Text implementation to be more like Cords and have muchBruce Hill
2024-12-21Add text:by_line()/:by_split()/:by_match()Bruce Hill
2024-12-19Add Text:reversed()Bruce Hill
2024-12-19Add Text:from()/to() and Array:slice() for symmetryBruce Hill
2024-11-29Add serialization and deserializationBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-19Add Text.at(i) for getting a single clusterBruce Hill
2024-11-04Update text API to use optional returns when applicableBruce Hill
2024-10-30Fix header inline functions to use `extern inline` and some GCC magicBruce Hill
2024-10-29Fix up some GCC compiler flag options for LTO and inliningBruce Hill
2024-10-25Move unistr header out of tomo headerBruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-14Clean up pattern code to make better use of TextIter_t and fix upBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill