summaryrefslogtreecommitdiff
path: root/src/stdlib/__stdlib.c
AgeCommit message (Collapse)Author
2024-06-05rename all per-header internal structs to __<header>_hJakob Kaivo
2024-01-31add dedicated undefined behavior handler, simplify most checksJakob Kaivo
2024-01-31make tweaks to work with 1:1 checked functionsJakob Kaivo
2024-01-30update standards and safety checksJakob Kaivo
2023-11-14enable UB-testing for isupper()Jakob Kaivo
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2020-08-12add version macroJakob Kaivo
2020-08-11move stdlib internals to _stdlib.h and struct __stdlibJakob Kaivo