summaryrefslogtreecommitdiff
path: root/src/stdio/__printf.c
AgeCommit message (Expand)Author
2024-05-28abstract out "forced" implementations of functions from future specificationsJakob Kaivo
2024-02-02use UNDEFINED() instead of directly calling __undefined()Jakob Kaivo
2024-01-31be harsh on %% conversionJakob Kaivo
2024-01-31go ham on bad %n conversionsJakob Kaivo
2024-01-31UB on invalid lengthsJakob Kaivo
2024-01-31trigger UB on unknown conversion specifier and invalid #/0 flagsJakob Kaivo
2024-01-31remove initialization of (possibly) VLAJakob Kaivo
2024-01-31clean upJakob Kaivo
2024-01-31make tweaks to work with 1:1 checked functionsJakob Kaivo
2024-01-30fix to compile under c89Jakob Kaivo
2024-01-30update standards and safety checksJakob Kaivo
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2020-08-17fix overflow that messes up numbers with 0 in themJakob Kaivo
2020-08-16consistently use <> for standardized headersJakob Kaivo
2020-08-16adjust to new file namesJakob Kaivo
2020-08-16remove STDC(0)Jakob Kaivo
2020-08-15handle %lc and %ls correctlyJakob Kaivo
2020-08-15don't support fds when not targetting POSIXJakob Kaivo
2020-08-13directly replace fputc() and fgetc() with putc_unlocked() and getc_unlocked()...Jakob Kaivo
2020-08-12note intentional FALLTHRUJakob Kaivo
2020-08-11pull in newer definitions if building C89/C95Jakob Kaivo
2020-03-04eliminate nonstd/io.hJakob Kaivo