aboutsummaryrefslogtreecommitdiff
path: root/builtins/text.c
AgeCommit message (Expand)Author
2024-04-14Rename SSS_HASH_VECTOR -> TOMOBruce Hill
2024-04-12Introducing the main() functionBruce Hill
2024-03-29Switch naming convention to use '$' in symbols moreBruce Hill
2024-03-24Bugfix for text replacementBruce Hill
2024-03-18More file commentsBruce Hill
2024-03-14Remove some shadowed variablesBruce Hill
2024-03-10Rearranging some filesBruce Hill
2024-03-09Deprecate secret langs (just use one-member structs)Bruce Hill
2024-03-09Improve handling of secret textBruce Hill
2024-03-09Change lang stringification to include type nameBruce Hill
2024-03-09Add langs to the languageBruce Hill
2024-03-09Fix issues with substring overflowBruce Hill
2024-03-09Fix NUL termination bug in text libraryBruce Hill
2024-03-04Fix some bugs relating to NUL termination of stringsBruce Hill
2024-03-03Add methods for text:clusters(), text:codepoints(), text:bytes()Bruce Hill
2024-03-03Unicode normalization for equality, hashing, tests, and printingBruce Hill
2024-03-03Rename as_str -> as_textBruce Hill
2024-03-03Rename Str -> TextBruce Hill