index
:
user/sven/glibc.git
master
origin/HEAD
origin/master
origin/release/2.10/master
origin/release/2.11/master
origin/release/2.12/master
origin/release/2.13/master
origin/release/2.14/master
origin/release/2.15/master
origin/release/2.16/master
origin/release/2.17/master
origin/release/2.18/master
origin/release/2.19/master
origin/release/2.20/master
origin/release/2.21/master
origin/release/2.22/master
origin/release/2.23/master
origin/release/2.24/master
origin/release/2.25/master
origin/release/2.26/master
origin/release/2.27/master
origin/release/2.28/master
origin/release/2.29/master
origin/release/2.30/master
origin/release/2.31/master
origin/release/2.32/master
origin/release/2.33/master
origin/release/2.34/master
origin/release/2.35/master
origin/release/2.36/master
origin/release/2.37/master
origin/release/2.38/master
origin/release/2.39/master
origin/release/2.40/master
origin/release/2.41/master
origin/release/2.42/master
origin/release/2.43/master
GNU C Library
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdio-common
Age
Commit message (
Expand
)
Author
2026-01-31
stdio-common: Assume support for 'long long'
Alejandro Colomar
2026-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2025-12-22
stdio: Fix tst-vfprintf-user-type on clang
Adhemerval Zanella
2025-12-09
Handle clang -Wignored-attributes on weak aliases
Adhemerval Zanella
2025-11-26
stdlib: Remove longlong.h
Adhemerval Zanella
2025-11-25
Add gmp-arch and udiv_qrnnd
Adhemerval Zanella
2025-11-13
htl: move {,_IO_}f{,un,try}lockfile implementation into libc
Samuel Thibault
2025-10-30
Cleanup some recently added whitespace.
Collin Funk
2025-10-29
Supress unused command arguments warning with clang
Adhemerval Zanella
2025-10-29
Annotate swtich fall-through
Adhemerval Zanella
2025-10-21
stdio: Fix -Wtautological-constant-out-of-range-compare on clang
Adhemerval Zanella
2025-10-21
Suppress -Wmaybe-uninitialized only for gcc
Adhemerval Zanella
2025-10-20
Make <inttypes.h> printf macros narrow arguments (bug 31470)
Joseph Myers
2025-09-05
libio: Define AT_RENAME_* with the same tokens as Linux
Florian Weimer
2025-09-05
testsuite: Update tests for 'xfclose' use
Maciej W. Rozycki
2025-09-05
testsuite: Update tests for 'xfmemopen' use
Maciej W. Rozycki
2025-09-01
Tests: Create files with mode 0666, not 0777 (bug 33171)
Florian Weimer
2025-08-23
stdio-common: Convert macros across scanf input specifier tests
Maciej W. Rozycki
2025-08-23
stdio-common: Adjust header inclusion in scanf input specifier tests
Maciej W. Rozycki
2025-08-23
stdio-common: Include correct skeleton in scanf input specifier tests
Maciej W. Rozycki
2025-08-23
stdio-common: Fix bad NaN crash in scanf input specifier tests [BZ #32857]
Maciej W. Rozycki
2025-08-23
stdio-common: Fix a crash in scanf input specifier tests [BZ #32857]
Maciej W. Rozycki
2025-08-23
stdio-common: Fix error reporting in scanf input specifier tests
Maciej W. Rozycki
2025-08-23
stdio-common: Reject insufficient character data in scanf [BZ #12701]
Maciej W. Rozycki
2025-08-11
stdio-common: Fix macro parameter shadowing in scanf input specifier tests
Maciej W. Rozycki
2025-08-11
stdio-common: Reject significands w/o digits in scanf [BZ #12701]
Maciej W. Rozycki
2025-08-11
stdio-common: Don't read real input beyond the field width in scanf
Maciej W. Rozycki
2025-08-05
tst-freopen4: Remove temporary directory from warning message
H.J. Lu
2025-08-05
Revert "tst-freopen4-main.c: Call support_capture_subprocess with chroot"
H.J. Lu
2025-08-04
tst-freopen4-main.c: Call support_capture_subprocess with chroot
H.J. Lu
2025-06-02
stdio-common: Add nonnull attribute to stdio_ext.h functions.
Collin Funk
2025-05-30
stdio-common: Correct 'sscanf' test feature wrapper description
Maciej W. Rozycki
2025-05-29
stdio-common: Consistently use 'num_digits_len' in 'vfscanf'
Maciej W. Rozycki
2025-05-16
Remove <libc-tsd.h>
Florian Weimer
2025-04-28
stdio: Remove UB on printf_fp
Adhemerval Zanella
2025-04-14
libio: Synthesize ESPIPE error if lseek returns 0 after reading bytes
Florian Weimer
2025-04-08
stdio-common: In tst-setvbuf2, close helper thread descriptor only if opened
Florian Weimer
2025-04-02
stdio: fix hurd link for tst-setvbuf2
DJ Delorie
2025-04-01
stdio: Add more setvbuf tests
DJ Delorie
2025-03-28
stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701]
Maciej W. Rozycki
2025-03-28
stdio-common: Reject significand prefixes in scanf [BZ #12701]
Maciej W. Rozycki
2025-03-28
stdio-common: Reject integer prefixes in scanf [BZ #12701]
Maciej W. Rozycki
2025-03-28
stdio-common: Also reject exp char w/o significand in i18n scanf [BZ #13988]
Maciej W. Rozycki
2025-03-28
stdio-common: Add tests for formatted vsscanf input specifiers
Maciej W. Rozycki
2025-03-28
stdio-common: Add tests for formatted vfscanf input specifiers
Maciej W. Rozycki
2025-03-28
stdio-common: Add tests for formatted vscanf input specifiers
Maciej W. Rozycki
2025-03-28
stdio-common: Add tests for formatted sscanf input specifiers
Maciej W. Rozycki
2025-03-28
stdio-common: Add tests for formatted fscanf input specifiers
Maciej W. Rozycki
2025-03-25
stdio-common: Add tests for formatted scanf input specifiers
Maciej W. Rozycki
2025-03-21
debug: Improve '%n' fortify detection (BZ 30932)
Adhemerval Zanella
[next]