aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)AuthorFilesLines
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar1-1/+1
2024-11-15stdio-common: Fix C23-ism in formatted output specifier tests [BZ #32360]Maciej W. Rozycki1-1/+1
2024-11-07stdio-common: Add tests for formatted vsnprintf output specifiersMaciej W. Rozycki16-1/+345
2024-11-07stdio-common: Add tests for formatted vsprintf output specifiersMaciej W. Rozycki16-1/+345
2024-11-07stdio-common: Add tests for formatted vfprintf output specifiersMaciej W. Rozycki16-1/+315
2024-11-07stdio-common: Add tests for formatted vdprintf output specifiersMaciej W. Rozycki16-1/+343
2024-11-07stdio-common: Add tests for formatted vasprintf output specifiersMaciej W. Rozycki16-1/+335
2024-11-07stdio-common: Add tests for formatted vprintf output specifiersMaciej W. Rozycki16-1/+315
2024-11-07stdio-common: Add tests for formatted snprintf output specifiersMaciej W. Rozycki16-1/+341
2024-11-07stdio-common: Add tests for formatted sprintf output specifiersMaciej W. Rozycki16-1/+341
2024-11-07stdio-common: Add tests for formatted fprintf output specifiersMaciej W. Rozycki16-1/+310
2024-11-07stdio-common: Add tests for formatted dprintf output specifiersMaciej W. Rozycki16-1/+339
2024-11-07stdio-common: Add tests for formatted asprintf output specifiersMaciej W. Rozycki16-1/+331
2024-11-07stdio-common: Add tests for formatted printf output specifiersMaciej W. Rozycki47-0/+2027
2024-10-25stdio-common: Fix scanf parsing for NaN types [BZ #30647]Avinal Kumar3-1/+129
2024-10-08stdio-common/Makefile: Fix FAIL: lint-makefilesH.J. Lu1-1/+1
2024-10-07Add freopen special-case tests: thread cancellationJoseph Myers4-0/+164
2024-10-01Do not use -Wp to disable fortify (BZ 31928)Adhemerval Zanella1-1/+1
2024-09-30Add a new fwrite test that exercises buffer overflowTulio Magno Quites Machado Filho2-0/+131
2024-09-28stdio-common: Fix memory leak in tst-freopen4* tests on UNSUPPORTEDFlorian Weimer1-1/+3
2024-09-26stdio-common: Add new test for fdopenSergey Kolosov2-0/+247
2024-09-24Add tests of freadJoseph Myers2-0/+135
2024-09-20Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderrJoseph Myers8-0/+385
2024-09-09Add a new fwrite test for memory streamsTulio Magno Quites Machado Filho2-0/+178
2024-09-09Add a new fwrite test for read-only streamsTulio Magno Quites Machado Filho2-0/+66
2024-09-05Fix freopen handling of ,ccs= (bug 23675)Joseph Myers1-5/+0
2024-09-05Fix memory leak on freopen error return (bug 32140)Joseph Myers2-0/+14
2024-09-05Clear flags2 flags set from mode in freopen (bug 32134)Joseph Myers1-2/+0
2024-09-04fgets: more testsDJ Delorie2-0/+254
2024-09-04Add more thorough tests of freopenJoseph Myers7-0/+642
2024-08-21Add more tests of getlineJoseph Myers3-0/+543
2024-08-16support: Use macros for *stat wrappersFlorian Weimer1-1/+1
2024-08-15ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar2-0/+39
2024-08-15ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]Siddhesh Poyarekar1-0/+2
2024-08-15Make tst-ungetc use libsupportSiddhesh Poyarekar1-55/+57
2024-07-26stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]Maciej W. Rozycki2-0/+113
2024-07-01Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell1-9/+25
2024-05-24Revert "Test fscanf of long double without <stdio.h>"H.J. Lu3-39/+0
2024-05-24Test fscanf of long double without <stdio.h>H.J. Lu3-0/+39
2024-04-10posix: Sync tempname with gnulibAdhemerval Zanella8-12/+196
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2-2/+2
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers6-16/+17
2024-01-25localedata: Use consistent values for grouping and mon_groupingMike FABIAN2-4/+69
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert181-181/+181
2023-11-21elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella2-0/+10
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella1-2/+0
2023-09-28C2x scanf %wN, %wfN supportJoseph Myers4-0/+552
2023-08-15fxprintf: Get rid of allocaJoe Simmons-Talbott1-8/+6
2023-08-01vfprintf-internal: Get rid of alloca.Joe Simmons-Talbott2-1/+152
2023-07-06vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella3-17/+115