aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-18Support explicit discards better by allowing multiple declared "_" varsBruce Hill
2024-09-17Handle subdirectories within librariesBruce Hill
2024-09-17Overhaul of header logic so it now uses topological ordering andBruce Hill
2024-09-17Perform topological ordering when compiling typedefs so users don't needBruce Hill
2024-09-16Only rename public symbolsBruce Hill
2024-09-16Update Shell API to have byte-based mode and by_line() just like filesBruce Hill
2024-09-16Make compilation steps exit instead of returning exit statusesBruce Hill
2024-09-16Update docsBruce Hill
2024-09-16Fix `not x` for optional valuesBruce Hill
2024-09-16Deprecate :or_else()/:or_fail()/:or_exit() in favor of the `or` operatorBruce Hill
2024-09-16Support (optional or skip)Bruce Hill
2024-09-16Fix up paths API to use updated Text:match()Bruce Hill
2024-09-16Update docsBruce Hill
2024-09-16Have Text:matches() return an optional array of matchesBruce Hill
2024-09-16Bugfix for arg passingBruce Hill
2024-09-16Show more error infoBruce Hill
2024-09-16Minor cleanupBruce Hill
2024-09-16Add some basic pattern matching/suffix code for pathsBruce Hill
2024-09-16Fix up tomodepsBruce Hill
2024-09-16Handle installing libraries that were downloaded directly toBruce Hill
2024-09-16Quote Patterns with "|" instead of "/" when applicableBruce Hill
2024-09-16Bugfix for string escaping in printoutsBruce Hill
2024-09-15Update docsBruce Hill
2024-09-15Use 'install' to preserve file modification timesBruce Hill
2024-09-15Overhaul of how libraries are installedBruce Hill
2024-09-15Better fixBruce Hill
2024-09-15Fix some importsBruce Hill
2024-09-15Add alphanumeric patternBruce Hill
2024-09-15Don't save "" sections in INI readerBruce Hill
2024-09-15Support printing INI file without a keyBruce Hill
2024-09-15Fix optional text CLI argsBruce Hill
2024-09-15Rename fileBruce Hill
2024-09-15Move each example to its own folderBruce Hill
2024-09-15Update READMEBruce Hill
2024-09-15Link to C interop pageBruce Hill
2024-09-15Update Inline C syntax and documentation/testsBruce Hill
2024-09-15Add docs on bytesBruce Hill
2024-09-15Update examplesBruce Hill
2024-09-15Add optional:or_exit(...)Bruce Hill
2024-09-15Fix up `if var := ...:` in ternary expressions and optional checkingBruce Hill
2024-09-15Fix up file testBruce Hill
2024-09-15Update path reading APIs to use optional values instead of erroringBruce Hill
2024-09-15Fix optional bytesBruce Hill
2024-09-15Update docsBruce 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-14Fix Path:by_line() iteratorBruce Hill