aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)AuthorFilesLines
9 daysAdd test of input file flushing / offset issuesJoseph Myers2-0/+561
9 daysFix fflush handling for mmap files after ungetc (bug 32535)Joseph Myers2-0/+51
10 daysFix fseek handling for mmap files after ungetc or fflush (bug 32529)Joseph Myers2-0/+60
10 daysMake fflush (NULL) flush input files (bug 32369)Joseph Myers2-0/+95
10 daysMake fclose seek input file to right offset (bug 12724)Joseph Myers2-0/+226
10 daysFix fflush after ungetc on input file (bug 5994)Joseph Myers2-0/+65
10 dayslibio: Add a new fwrite test that evaluates partial writesTulio Magno Quites Machado Filho2-0/+234
10 dayslibio: Start to return errors when flushing fwrite's buffer [BZ #29459]Tulio Magno Quites Machado Filho4-0/+260
10 daysAdd new tests for fopenMartin Coufal2-0/+280
12 daystestsuite: Make stdio-common/tst-printf-format-*-mem UNSUPPORTED if the mtrac...Xi Ruoyao1-2/+5
2025-01-13stdio-common: Suppress Clang warnings on scanf13.c with fortify enableAdhemerval Zanella1-0/+5
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert410-411/+410
2024-12-24stdio-common: Tweak comment in MakefileSam James1-3/+3
2024-12-24stdio-common: Use clang with bugfix for bug28Dmitry Chestnykh1-4/+4
2024-12-23stdio-common: Suppress Clang warnings on scanf13.cH.J. Lu2-0/+11
2024-12-23stdio: Suppress -Wformat only for gcc in tst-sprintf-errno.cAdhemerval Zanella1-1/+1
2024-12-22stdio: Suppress clang warnings for tst-vprintf-width-i18n.cAdhemerval Zanella1-0/+8
2024-12-22stdio: Fix clang warnings on testsAdhemerval Zanella1-0/+5
2024-12-22stdio: Suppress %Z format for clangAdhemerval Zanella5-0/+35
2024-12-22stdio: Suppress clang warnings for tst-unlockedio.cAdhemerval Zanella1-0/+7
2024-12-22tst-printf-bz18872.sh: stdio: Use __attribute__ ((optnone)) for ClangAdhemerval Zanella1-0/+4
2024-12-21stdio-common: Exclude bug28 when clang is usedH.J. Lu1-1/+10
2024-12-17ungetc: Guarantee single char pushbackSiddhesh Poyarekar2-0/+123
2024-12-18Replace copysign (0,-1) with -0.0 in initializerH.J. Lu2-2/+2
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