aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
2024-09-16Update Shell API to have byte-based mode and by_line() just like filesBruce Hill
2024-09-16Fix up paths API to use updated Text:match()Bruce Hill
2024-09-16Have Text:matches() return an optional array of matchesBruce Hill
2024-09-16Quote Patterns with "|" instead of "/" when applicableBruce Hill
2024-09-16Bugfix for string escaping in printoutsBruce Hill
2024-09-15Better fixBruce Hill
2024-09-15Fix some importsBruce Hill
2024-09-15Add alphanumeric patternBruce Hill
2024-09-15Update path reading APIs to use optional values instead of erroringBruce Hill
2024-09-15Fix optional bytesBruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-09-15Make sure that escape sequences don't accidentally trigger the nextBruce Hill
2024-09-15Slightly improve text quoting so it outputs "a$\r\nb" instead ofBruce Hill
2024-09-15Improve automatic text quoting so it minimizes escape sequences whenBruce 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