index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
nolibc
/
stdio.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-06
tools/nolibc: add support for asprintf()
Thomas Weißschuh
1
-0
/
+50
2026-04-01
tools/nolibc/printf: Support negative variable width and precision
David Laight
1
-30
/
+38
2026-03-20
tools/nolibc/printf: Add support for octal output
David Laight
1
-15
/
+35
2026-03-20
tools/nolibc/printf: Add support for zero padding and field precision
David Laight
1
-16
/
+64
2026-03-20
tools/nolibc/printf: Add support for left aligning fields
David Laight
1
-1
/
+5
2026-03-20
tools/nolibc/printf: Special case 0 and add support for %#x
David Laight
1
-11
/
+27
2026-03-20
tools/nolibc/printf: Add support for conversion flags space and plus
David Laight
1
-1
/
+5
2026-03-20
tools/nolibc/printf: Prepend sign to converted number
David Laight
1
-9
/
+27
2026-03-20
tools/nolibc/printf: Handle "%s" with the numeric formats
David Laight
1
-10
/
+11
2026-03-20
tools/nolibc/printf: Add support for length modifiers tzqL and formats iX
David Laight
1
-11
/
+16
2026-03-20
tools/nolibc/printf: Use bit-masks to hold requested flag, length and convers...
David Laight
1
-48
/
+106
2026-03-20
tools/nolibc/printf: Use goto and reduce indentation
David Laight
1
-78
/
+93
2026-03-20
tools/nolibc/printf: Simplify __nolibc_printf()
David Laight
1
-51
/
+53
2026-03-20
tools/nolibc/printf: Output pad characters in 16 byte chunks
David Laight
1
-5
/
+9
2026-03-20
tools/nolibc: Rename the 'errnum' parameter to strerror()
David Laight
1
-2
/
+2
2026-03-20
tools/nolibc: Implement strerror() in terms of strerror_r()
David Laight
1
-3
/
+19
2026-03-20
tools/nolibc/printf: Move snprintf length check to callback
David Laight
1
-27
/
+67
2026-03-20
tools/nolibc/printf: Change variables 'c' to 'ch' and 'tmpbuf[]' to 'outbuf[]'
David Laight
1
-19
/
+19
2026-01-11
tools/nolibc: Add fseek() to stdio.h
Daniel Palmer
1
-0
/
+19
2026-01-11
tools/nolibc: Add fread() to stdio.h
Daniel Palmer
1
-1
/
+33
2025-10-29
tools/nolibc: implement %m if errno is not defined
Benjamin Berg
1
-2
/
+4
2025-10-29
tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is set
Benjamin Berg
1
-0
/
+4
2025-07-06
selftests/nolibc: correctly report errors from printf() and friends
Thomas Weißschuh
1
-2
/
+2
2025-05-21
tools/nolibc: add fopen()
Thomas Weißschuh
1
-0
/
+27
2025-05-21
tools/nolibc: add %m printf format
Thomas Weißschuh
1
-0
/
+7
2025-05-21
tools/nolibc: include nolibc.h early from all header files
Thomas Weißschuh
1
-3
/
+3
2025-04-22
tools/nolibc: implement width padding in printf()
Thomas Weißschuh
1
-1
/
+16
2025-04-22
tools/nolibc: add snprintf() and friends
Thomas Weißschuh
1
-0
/
+55
2025-04-22
tools/nolibc: allow limiting of printf destination size
Thomas Weißschuh
1
-6
/
+10
2025-04-22
tools/nolibc: allow different write callbacks in printf
Thomas Weißschuh
1
-4
/
+17
2025-04-22
tools/nolibc: add dprintf() and vdprintf()
Thomas Weißschuh
1
-0
/
+24
2025-04-22
tools/nolibc: handle intmax_t/uintmax_t in printf
Thomas Weißschuh
1
-0
/
+2
2025-02-26
tools/nolibc: add support for [v]sscanf()
Thomas Weißschuh
1
-0
/
+98
2024-10-07
tools/nolibc: compiler: add macro __nolibc_fallthrough
Thomas Weißschuh
1
-1
/
+2
2024-06-29
tools/nolibc: implement strerror()
Thomas Weißschuh
1
-0
/
+10
2023-12-11
tools/nolibc: annotate va_list printf formats
Thomas Weißschuh
1
-2
/
+2
2023-10-12
tools/nolibc: add stdarg.h header
Thomas Weißschuh
1
-2
/
+1
2023-08-23
tools/nolibc: setvbuf: avoid unused parameter warnings
Thomas Weißschuh
1
-1
/
+4
2023-08-23
tools/nolibc/stdio: add setvbuf() to set buffering mode
Ryan Roberts
1
-0
/
+24
2023-06-09
tools/nolibc: implement fd-based FILE streams
Thomas Weißschuh
1
-27
/
+68
2023-04-11
tools/nolibc/stdio: Implement vprintf()
Mark Brown
1
-0
/
+6
2023-01-09
tools/nolibc: fix missing includes causing build issues at -O0
Willy Tarreau
1
-0
/
+3
2022-06-20
tools/nolibc/stdio: Add format attribute to enable printf warnings
Alviro Iskandar Setiawan
1
-2
/
+2
2022-04-20
tools/nolibc/stdio: add support for '%p' to vfprintf()
Willy Tarreau
1
-11
/
+19
2022-04-20
tools/nolibc/stdio: make printf(%s) accept NULL
Willy Tarreau
1
-0
/
+2
2022-04-20
tools/nolibc/errno: extract errno.h from sys.h
Willy Tarreau
1
-0
/
+1
2022-04-20
tools/nolibc/stdio: add perror() to report the errno value
Willy Tarreau
1
-0
/
+6
2022-04-20
tools/nolibc/stdio: add a minimal [vf]printf() implementation
Willy Tarreau
1
-0
/
+128
2022-04-20
tools/nolibc/stdio: add fwrite() to stdio
Willy Tarreau
1
-7
/
+28
2022-04-20
tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functions
Willy Tarreau
1
-6
/
+89
[next]