aboutsummaryrefslogtreecommitdiff
path: root/stdlib/optionals.c
AgeCommit message (Expand)Author
2024-10-29Fix up some GCC compiler flag options for LTO and inliningBruce Hill
2024-10-08Reduce padding needed for optional types and clean up some redundantBruce Hill
2024-09-30Rename TypeInfo -> TypeInfo_t and fix up some typeinfo codeBruce Hill
2024-09-29Add DateTimeBruce Hill
2024-09-28Redefine NULL_* values as #defines so they can be constant initializersBruce Hill
2024-09-24Add '$' prefix on all user codeBruce Hill
2024-09-15Fix optional bytesBruce Hill
2024-09-13Rename builtins/ -> stdlib/Bruce Hill