aboutsummaryrefslogtreecommitdiff
path: root/builtins/text.c
AgeCommit message (Collapse)Author
2024-08-13Partially working first draft of bigintsBruce Hill
2024-08-10Bugfix for Text:split()Bruce Hill
2024-08-03Change array API to take a padded item size instead of a type info inBruce Hill
most cases
2024-07-04Randomize hash key on startup and rename to TOMO_HASH_KEY.Bruce Hill
2024-06-06Prefer 'sizeof(t[n])' over 'sizeof(t)*n'Bruce Hill
2024-05-20Deprecate Text.slice()Bruce Hill
2024-05-20Hook up Text.has(), Text.trimmed(), Text.without()Bruce Hill
2024-05-19Add Text.slice()Bruce Hill
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