summaryrefslogtreecommitdiff
path: root/src/stdio/__printf.c
AgeCommit message (Expand)Author
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