summaryrefslogtreecommitdiff
path: root/src/stdio/snprintf.c
AgeCommit message (Expand)Author
2024-06-07split formatted I/O header, unify undefined behavior reporting with UNDEFINED...Jakob Kaivo
2024-05-30add GCC SSE hackJakob Kaivo
2024-01-31check for overlapping pointersJakob Kaivo
2024-01-30update standards and safety checksJakob Kaivo
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2020-09-25use C99 language features for C99 library functionsJakob Kaivo
2020-08-16consistently use <> for standardized headersJakob Kaivo
2020-03-04eliminate nonstd/io.hJakob Kaivo
2019-02-28implement in terms of __printf()Jakob Kaivo
2019-02-08merge sources into single treeJakob Kaivo