aboutsummaryrefslogtreecommitdiff
path: root/stdlib/stdlib.h
AgeCommit message (Collapse)Author
2025-03-11Clean up doctest code a bitBruce Hill
2025-03-10For doctests, only print code if there's no expected value. If there'sBruce Hill
an error, show the mismatch below the stack trace.
2025-03-09Add fail_text() so there isn't a hacky/broken fail() with promotion toBruce Hill
CString
2025-01-02Use `holding` blocks for mutexed data instead of lambdasBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-10-31Remove unused args for end_test()Bruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-28Overhaul of argument parsing codeBruce Hill
2024-09-27Improved support for CLI arg parsingBruce Hill
2024-09-18Move USE_COLOR into stdlibBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill