aboutsummaryrefslogtreecommitdiff
path: root/stdlib/stdlib.c
AgeCommit message (Expand)Author
2024-11-29Change how types handle metamethodsBruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-24Switch `NaN` to be identical to the null valueBruce Hill
2024-11-09Introduce a `Match` struct to represent pattern matching results, whichBruce Hill
2024-11-09Rename `from_text()` to `parse()`Bruce Hill
2024-11-03Add RNGs to the languageBruce Hill
2024-11-03Fix per-thread RNGBruce Hill
2024-10-31Remove unused args for end_test()Bruce Hill
2024-10-31Tweak doctest output so it outputs source infoBruce Hill
2024-10-29Fix up some GCC compiler flag options for LTO and inliningBruce Hill
2024-10-27Fixes for places that used Text$find()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