summaryrefslogtreecommitdiff
path: root/userland/libc/stdio/vfprintf.c
AgeCommit message (Collapse)Author
2024-06-26LibC: Fix regression in printfAnton Kling
printf did not write out anything for %d when the value was zero.
2024-06-26LibC: Fix printf formattingAnton Kling
Previously %02x would not print out padding if the given value was zero.
2024-04-17LibC: Add more functions that support "long long" integersAnton Kling
2024-04-11bug fixesAnton Kling
2023-11-23LibC: Reduce warnings in codeAnton Kling
2023-11-22LibC: Add fflush() and buffer writes to file descriptorsAnton Kling
2023-11-13LibC: Support negative values in printf for %dAnton Kling
2023-10-22Move everything into a new repo.Anton Kling