summaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)Author
2026-01-31stdio-common: Assume support for 'long long'Alejandro Colomar
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-22stdio: Fix tst-vfprintf-user-type on clangAdhemerval Zanella
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-11-26stdlib: Remove longlong.hAdhemerval Zanella
2025-11-25Add gmp-arch and udiv_qrnndAdhemerval Zanella
2025-11-13htl: move {,_IO_}f{,un,try}lockfile implementation into libcSamuel Thibault
2025-10-30Cleanup some recently added whitespace.Collin Funk
2025-10-29Supress unused command arguments warning with clangAdhemerval Zanella
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-10-21stdio: Fix -Wtautological-constant-out-of-range-compare on clangAdhemerval Zanella
2025-10-21Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2025-10-20Make <inttypes.h> printf macros narrow arguments (bug 31470)Joseph Myers
2025-09-05libio: Define AT_RENAME_* with the same tokens as LinuxFlorian Weimer
2025-09-05testsuite: Update tests for 'xfclose' useMaciej W. Rozycki
2025-09-05testsuite: Update tests for 'xfmemopen' useMaciej W. Rozycki
2025-09-01Tests: Create files with mode 0666, not 0777 (bug 33171)Florian Weimer
2025-08-23stdio-common: Convert macros across scanf input specifier testsMaciej W. Rozycki
2025-08-23stdio-common: Adjust header inclusion in scanf input specifier testsMaciej W. Rozycki
2025-08-23stdio-common: Include correct skeleton in scanf input specifier testsMaciej W. Rozycki
2025-08-23stdio-common: Fix bad NaN crash in scanf input specifier tests [BZ #32857]Maciej W. Rozycki
2025-08-23stdio-common: Fix a crash in scanf input specifier tests [BZ #32857]Maciej W. Rozycki
2025-08-23stdio-common: Fix error reporting in scanf input specifier testsMaciej W. Rozycki
2025-08-23stdio-common: Reject insufficient character data in scanf [BZ #12701]Maciej W. Rozycki
2025-08-11stdio-common: Fix macro parameter shadowing in scanf input specifier testsMaciej W. Rozycki
2025-08-11stdio-common: Reject significands w/o digits in scanf [BZ #12701]Maciej W. Rozycki
2025-08-11stdio-common: Don't read real input beyond the field width in scanfMaciej W. Rozycki
2025-08-05tst-freopen4: Remove temporary directory from warning messageH.J. Lu
2025-08-05Revert "tst-freopen4-main.c: Call support_capture_subprocess with chroot"H.J. Lu
2025-08-04tst-freopen4-main.c: Call support_capture_subprocess with chrootH.J. Lu
2025-06-02stdio-common: Add nonnull attribute to stdio_ext.h functions.Collin Funk
2025-05-30stdio-common: Correct 'sscanf' test feature wrapper descriptionMaciej W. Rozycki
2025-05-29stdio-common: Consistently use 'num_digits_len' in 'vfscanf'Maciej W. Rozycki
2025-05-16Remove <libc-tsd.h>Florian Weimer
2025-04-28stdio: Remove UB on printf_fpAdhemerval Zanella
2025-04-14libio: Synthesize ESPIPE error if lseek returns 0 after reading bytesFlorian Weimer
2025-04-08stdio-common: In tst-setvbuf2, close helper thread descriptor only if openedFlorian Weimer
2025-04-02stdio: fix hurd link for tst-setvbuf2DJ Delorie
2025-04-01stdio: Add more setvbuf testsDJ Delorie
2025-03-28stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701]Maciej W. Rozycki
2025-03-28stdio-common: Reject significand prefixes in scanf [BZ #12701]Maciej W. Rozycki
2025-03-28stdio-common: Reject integer prefixes in scanf [BZ #12701]Maciej W. Rozycki
2025-03-28stdio-common: Also reject exp char w/o significand in i18n scanf [BZ #13988]Maciej W. Rozycki
2025-03-28stdio-common: Add tests for formatted vsscanf input specifiersMaciej W. Rozycki
2025-03-28stdio-common: Add tests for formatted vfscanf input specifiersMaciej W. Rozycki
2025-03-28stdio-common: Add tests for formatted vscanf input specifiersMaciej W. Rozycki
2025-03-28stdio-common: Add tests for formatted sscanf input specifiersMaciej W. Rozycki
2025-03-28stdio-common: Add tests for formatted fscanf input specifiersMaciej W. Rozycki
2025-03-25stdio-common: Add tests for formatted scanf input specifiersMaciej W. Rozycki
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella