aboutsummaryrefslogtreecommitdiff
path: root/stdlib/patterns.c
AgeCommit message (Expand)Author
2025-03-17Fully rename array to listBruce Hill
2025-03-13Remove lineBruce Hill
2025-03-13Fix CRLF patternBruce Hill
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce Hill
2025-03-03Add `recursive` argument to text:each() and text:map(), plus update docsBruce Hill
2025-03-02Bugfix for recursive replacement on Text.replace_all()Bruce Hill
2025-02-04Add {word} as an alias for {id}Bruce 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-15Parse negative integersBruce Hill
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-09Bugfix for fixed-size integer rangesBruce Hill
2024-11-09Introduce a `Match` struct to represent pattern matching results, whichBruce Hill
2024-11-02Make Text:find() return an optional intBruce Hill
2024-10-29Fix up some GCC compiler flag options for LTO and inliningBruce Hill
2024-10-27Finish deprecating stack refs with &Bruce Hill
2024-10-25Move unistr header out of tomo headerBruce Hill
2024-09-16Have Text:matches() return an optional array of matchesBruce Hill
2024-09-15Add alphanumeric patternBruce 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