index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
stdio.h
Age
Commit message (
Expand
)
Author
2025-07-06
selftests/nolibc: correctly report errors from printf() and friends
Thomas Weißschuh
2025-05-21
tools/nolibc: add fopen()
Thomas Weißschuh
2025-05-21
tools/nolibc: add %m printf format
Thomas Weißschuh
2025-05-21
tools/nolibc: include nolibc.h early from all header files
Thomas Weißschuh
2025-04-22
tools/nolibc: implement width padding in printf()
Thomas Weißschuh
2025-04-22
tools/nolibc: add snprintf() and friends
Thomas Weißschuh
2025-04-22
tools/nolibc: allow limiting of printf destination size
Thomas Weißschuh
2025-04-22
tools/nolibc: allow different write callbacks in printf
Thomas Weißschuh
2025-04-22
tools/nolibc: add dprintf() and vdprintf()
Thomas Weißschuh
2025-04-22
tools/nolibc: handle intmax_t/uintmax_t in printf
Thomas Weißschuh
2025-02-26
tools/nolibc: add support for [v]sscanf()
Thomas Weißschuh
2024-10-07
tools/nolibc: compiler: add macro __nolibc_fallthrough
Thomas Weißschuh
2024-06-29
tools/nolibc: implement strerror()
Thomas Weißschuh
2023-12-11
tools/nolibc: annotate va_list printf formats
Thomas Weißschuh
2023-10-12
tools/nolibc: add stdarg.h header
Thomas Weißschuh
2023-08-23
tools/nolibc: setvbuf: avoid unused parameter warnings
Thomas Weißschuh
2023-08-23
tools/nolibc/stdio: add setvbuf() to set buffering mode
Ryan Roberts
2023-06-09
tools/nolibc: implement fd-based FILE streams
Thomas Weißschuh
2023-04-11
tools/nolibc/stdio: Implement vprintf()
Mark Brown
2023-01-09
tools/nolibc: fix missing includes causing build issues at -O0
Willy Tarreau
2022-06-20
tools/nolibc/stdio: Add format attribute to enable printf warnings
Alviro Iskandar Setiawan
2022-04-20
tools/nolibc/stdio: add support for '%p' to vfprintf()
Willy Tarreau
2022-04-20
tools/nolibc/stdio: make printf(%s) accept NULL
Willy Tarreau
2022-04-20
tools/nolibc/errno: extract errno.h from sys.h
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add perror() to report the errno value
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add a minimal [vf]printf() implementation
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add fwrite() to stdio
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functions
Willy Tarreau
2022-04-20
tools/nolibc/stdio: add a minimal set of stdio functions
Willy Tarreau