aboutsummaryrefslogtreecommitdiff
path: root/stdlib/util.h
AgeCommit message (Expand)Author
2025-03-21Move stdlib into src/Bruce Hill
2025-03-17Codegen improvements and fixesBruce Hill
2024-12-07Use likely()/unlikely() macros and a few bugfixes for integersBruce Hill
2024-11-12Fixes for 'if' blocks with nested 'else if' that declare variablesBruce Hill
2024-10-30Fix header inline functions to use `extern inline` and some GCC magicBruce Hill
2024-10-29Fix up some GCC compiler flag options for LTO and inliningBruce 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-13Rename builtins/ -> stdlib/Bruce Hill