]> git.ipfire.org Git - thirdparty/glibc.git/history - stdio-common
Use Linux 6.16, GCC 15, binutils 2.45 in build-many-glibcs.py
[thirdparty/glibc.git] / stdio-common /
2025-06-02  Collin Funkstdio-common: Add nonnull attribute to stdio_ext.h...
2025-05-30  Maciej W. Rozyckistdio-common: Correct 'sscanf' test feature wrapper...
2025-05-29  Maciej W. Rozyckistdio-common: Consistently use 'num_digits_len' in...
2025-05-16  Florian WeimerRemove <libc-tsd.h>
2025-04-28  Adhemerval Zanellastdio: Remove UB on printf_fp
2025-04-14  Florian Weimerlibio: Synthesize ESPIPE error if lseek returns 0 after...
2025-04-08  Florian Weimerstdio-common: In tst-setvbuf2, close helper thread...
2025-04-02  DJ Deloriestdio: fix hurd link for tst-setvbuf2
2025-04-01  DJ Deloriestdio: Add more setvbuf tests
2025-03-28  Maciej W. Rozyckistdio-common: Reject real data w/o exponent digits...
2025-03-28  Maciej W. Rozyckistdio-common: Reject significand prefixes in scanf...
2025-03-28  Maciej W. Rozyckistdio-common: Reject integer prefixes in scanf [BZ...
2025-03-28  Maciej W. Rozyckistdio-common: Also reject exp char w/o significand...
2025-03-28  Maciej W. Rozyckistdio-common: Add tests for formatted vsscanf input...
2025-03-28  Maciej W. Rozyckistdio-common: Add tests for formatted vfscanf input...
2025-03-28  Maciej W. Rozyckistdio-common: Add tests for formatted vscanf input...
2025-03-28  Maciej W. Rozyckistdio-common: Add tests for formatted sscanf input...
2025-03-28  Maciej W. Rozyckistdio-common: Add tests for formatted fscanf input...
2025-03-25  Maciej W. Rozyckistdio-common: Add tests for formatted scanf input speci...
2025-03-21  Adhemerval Zanelladebug: Improve '%n' fortify detection (BZ 30932)
2025-03-13  Adhemerval Zanellaelf: Canonicalize $ORIGIN in an explicit ld.so invocati...
2025-02-24  Stefan LieblerIncrease the amount of data tested in stdio-common...
2025-02-14  Tulio Magno Quites... Increase the amount of data tested in stdio-common...
2025-01-28  Joseph MyersAdd test of input file flushing / offset issues
2025-01-28  Joseph MyersFix fflush handling for mmap files after ungetc (bug...
2025-01-28  Joseph MyersFix fseek handling for mmap files after ungetc or fflus...
2025-01-28  Joseph MyersMake fflush (NULL) flush input files (bug 32369)
2025-01-28  Joseph MyersMake fclose seek input file to right offset (bug 12724)
2025-01-28  Joseph MyersFix fflush after ungetc on input file (bug 5994)
2025-01-28  Tulio Magno Quites... libio: Add a new fwrite test that evaluates partial...
2025-01-28  Tulio Magno Quites... libio: Start to return errors when flushing fwrite...
2025-01-28  Martin CoufalAdd new tests for fopen
2025-01-26  Xi Ruoyaotestsuite: Make stdio-common/tst-printf-format-*-mem...
2025-01-13  Adhemerval Zanellastdio-common: Suppress Clang warnings on scanf13.c...
2025-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2024-12-24  Sam Jamesstdio-common: Tweak comment in Makefile
2024-12-24  Dmitry Chestnykhstdio-common: Use clang with bugfix for bug28
2024-12-22  H.J. Lustdio-common: Suppress Clang warnings on scanf13.c
2024-12-22  Adhemerval Zanellastdio: Suppress -Wformat only for gcc in tst-sprintf...
2024-12-22  Adhemerval Zanellastdio: Suppress clang warnings for tst-vprintf-width...
2024-12-22  Adhemerval Zanellastdio: Fix clang warnings on tests
2024-12-22  Adhemerval Zanellastdio: Suppress %Z format for clang
2024-12-22  Adhemerval Zanellastdio: Suppress clang warnings for tst-unlockedio.c
2024-12-22  Adhemerval Zanellatst-printf-bz18872.sh: stdio: Use __attribute__ ((optno...
2024-12-20  H.J. Lustdio-common: Exclude bug28 when clang is used
2024-12-17  Siddhesh Poyarekarungetc: Guarantee single char pushback
2024-12-17  H.J. LuReplace copysign (0,-1) with -0.0 in initializer
2024-11-25  Alejandro ColomarSilence most -Wzero-as-null-pointer-constant diagnostics
2024-11-15  Maciej W. Rozyckistdio-common: Fix C23-ism in formatted output specifier...
2024-11-07  Maciej W. Rozyckistdio-common: Add tests for formatted vsnprintf output...
2024-11-07  Maciej W. Rozyckistdio-common: Add tests for formatted vsprintf output...
2024-11-07  Maciej W. Rozyckistdio-common: Add tests for formatted vfprintf output...
2024-11-07  Maciej W. Rozyckistdio-common: Add tests for formatted vdprintf output...
2024-11-07  Maciej W. Rozyckistdio-common: Add tests for formatted vasprintf output...
2024-11-07  Maciej W. Rozyckistdio-common: Add tests for formatted vprintf output...
2024-11-07  Maciej W. Rozyckistdio-common: Add tests for formatted snprintf output...
2024-11-07  Maciej W. Rozyckistdio-common: Add tests for formatted sprintf output...
2024-11-07  Maciej W. Rozyckistdio-common: Add tests for formatted fprintf output...
2024-11-07  Maciej W. Rozyckistdio-common: Add tests for formatted dprintf output...
2024-11-07  Maciej W. Rozyckistdio-common: Add tests for formatted asprintf output...
2024-11-07  Maciej W. Rozyckistdio-common: Add tests for formatted printf output...
2024-10-25  Avinal Kumarstdio-common: Fix scanf parsing for NaN types [BZ ...
2024-10-08  H.J. Lustdio-common/Makefile: Fix FAIL: lint-makefiles
2024-10-07  Joseph MyersAdd freopen special-case tests: thread cancellation
2024-10-01  Adhemerval ZanellaDo not use -Wp to disable fortify (BZ 31928)
2024-09-30  Tulio Magno Quites... Add a new fwrite test that exercises buffer overflow
2024-09-28  Florian Weimerstdio-common: Fix memory leak in tst-freopen4* tests...
2024-09-26  Sergey Kolosovstdio-common: Add new test for fdopen
2024-09-24  Joseph MyersAdd tests of fread
2024-09-20  Joseph MyersAdd freopen special-case tests: chroot, EFBIG, stdin...
2024-09-09  Tulio Magno Quites... Add a new fwrite test for memory streams
2024-09-09  Tulio Magno Quites... Add a new fwrite test for read-only streams
2024-09-05  Joseph MyersFix freopen handling of ,ccs= (bug 23675)
2024-09-05  Joseph MyersFix memory leak on freopen error return (bug 32140)
2024-09-05  Joseph MyersClear flags2 flags set from mode in freopen (bug 32134)
2024-09-04  DJ Deloriefgets: more tests
2024-09-04  Joseph MyersAdd more thorough tests of freopen
2024-08-21  Joseph MyersAdd more tests of getline
2024-08-16  Florian Weimersupport: Use macros for *stat wrappers
2024-08-15  Siddhesh Poyarekarungetc: Fix backup buffer leak on program exit [BZ...
2024-08-15  Siddhesh Poyarekarungetc: Fix uninitialized read when putting into unused...
2024-08-15  Siddhesh PoyarekarMake tst-ungetc use libsupport
2024-07-26  Maciej W. Rozyckistdio-common: Add test for vfscanf with matches longer...
2024-07-01  Carlos O'DonellFix conditionals on mtrace-based tests (bug 31892)
2024-05-24  H.J. LuRevert "Test fscanf of long double without <stdio.h>"
2024-05-24  H.J. LuTest fscanf of long double without <stdio.h>
2024-04-10  Adhemerval Zanellaposix: Sync tempname with gnulib
2024-02-01  Joseph MyersRename c2x / gnu2x tests to c23 / gnu23
2024-02-01  Joseph MyersRefer to C23 in place of C2X in glibc
2024-01-25  Mike FABIANlocaledata: Use consistent values for grouping and...
2024-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-11-21  Adhemerval Zanellaelf: Fix _dl_debug_vdprintf to work before self-relocation
2023-10-30  Adhemerval Zanellacrypt: Remove libcrypt support
2023-09-28  Joseph MyersC2x scanf %wN, %wfN support
2023-08-15  Joe Simmons-Talbottfxprintf: Get rid of alloca
2023-08-01  Joe Simmons-Talbottvfprintf-internal: Get rid of alloca.
2023-07-06  Adhemerval Zanellavfscanf-internal: Remove potentially unbounded allocas
2023-07-05  Frédéric BératExclude routines from fortification
2023-06-22  Frederic Beratstdio-common: tests: Incorrect maxlen parameter for...
2023-06-19  Joseph MyersC2x scanf %b support
next