aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-18Remove unused codeBruce Hill
2024-09-18Add README for navigating stdlibBruce Hill
2024-09-18Move Match() to the right placeBruce Hill
2024-09-18Move List reversal to the right placeBruce Hill
2024-09-18Remove dead codeBruce Hill
2024-09-18Move USE_COLOR into stdlibBruce Hill
2024-09-18Remove dead codeBruce Hill
2024-09-18Remove dead codeBruce Hill
2024-09-18Clean up struct code a bitBruce Hill
2024-09-18Clean up enum codeBruce Hill
2024-09-18Remove dead codeBruce Hill
2024-09-18Clean up parser forward declarationsBruce Hill
2024-09-18Deprecate dead codeBruce Hill
2024-09-18Deprecate linker directivesBruce Hill
2024-09-18Code cleanupBruce Hill
2024-09-18Clean up some dead codeBruce Hill
2024-09-18Remove more dead codeBruce Hill
2024-09-18Remove dead codeBruce Hill
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