aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/stdio.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-29tools/nolibc: implement %m if errno is not definedBenjamin Berg1-2/+4
2025-10-29tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is setBenjamin Berg1-0/+4
2025-07-06selftests/nolibc: correctly report errors from printf() and friendsThomas Weißschuh1-2/+2
2025-05-21tools/nolibc: add fopen()Thomas Weißschuh1-0/+27
2025-05-21tools/nolibc: add %m printf formatThomas Weißschuh1-0/+7
2025-05-21tools/nolibc: include nolibc.h early from all header filesThomas Weißschuh1-3/+3
2025-04-22tools/nolibc: implement width padding in printf()Thomas Weißschuh1-1/+16
2025-04-22tools/nolibc: add snprintf() and friendsThomas Weißschuh1-0/+55
2025-04-22tools/nolibc: allow limiting of printf destination sizeThomas Weißschuh1-6/+10
2025-04-22tools/nolibc: allow different write callbacks in printfThomas Weißschuh1-4/+17
2025-04-22tools/nolibc: add dprintf() and vdprintf()Thomas Weißschuh1-0/+24
2025-04-22tools/nolibc: handle intmax_t/uintmax_t in printfThomas Weißschuh1-0/+2
2025-02-26tools/nolibc: add support for [v]sscanf()Thomas Weißschuh1-0/+98
2024-10-07tools/nolibc: compiler: add macro __nolibc_fallthroughThomas Weißschuh1-1/+2
2024-06-29tools/nolibc: implement strerror()Thomas Weißschuh1-0/+10
2023-12-11tools/nolibc: annotate va_list printf formatsThomas Weißschuh1-2/+2
2023-10-12tools/nolibc: add stdarg.h headerThomas Weißschuh1-2/+1
2023-08-23tools/nolibc: setvbuf: avoid unused parameter warningsThomas Weißschuh1-1/+4
2023-08-23tools/nolibc/stdio: add setvbuf() to set buffering modeRyan Roberts1-0/+24
2023-06-09tools/nolibc: implement fd-based FILE streamsThomas Weißschuh1-27/+68
2023-04-11tools/nolibc/stdio: Implement vprintf()Mark Brown1-0/+6
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau1-0/+3
2022-06-20tools/nolibc/stdio: Add format attribute to enable printf warningsAlviro Iskandar Setiawan1-2/+2
2022-04-20tools/nolibc/stdio: add support for '%p' to vfprintf()Willy Tarreau1-11/+19
2022-04-20tools/nolibc/stdio: make printf(%s) accept NULLWilly Tarreau1-0/+2
2022-04-20tools/nolibc/errno: extract errno.h from sys.hWilly Tarreau1-0/+1
2022-04-20tools/nolibc/stdio: add perror() to report the errno valueWilly Tarreau1-0/+6
2022-04-20tools/nolibc/stdio: add a minimal [vf]printf() implementationWilly Tarreau1-0/+128
2022-04-20tools/nolibc/stdio: add fwrite() to stdioWilly Tarreau1-7/+28
2022-04-20tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functionsWilly Tarreau1-6/+89
2022-04-20tools/nolibc/stdio: add a minimal set of stdio functionsWilly Tarreau1-0/+57