aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)AuthorFilesLines
2025-06-02stdio-common: Add nonnull attribute to stdio_ext.h functions.Collin Funk1-9/+9
2025-05-30stdio-common: Correct 'sscanf' test feature wrapper descriptionMaciej W. Rozycki1-1/+1
2025-05-29stdio-common: Consistently use 'num_digits_len' in 'vfscanf'Maciej W. Rozycki1-1/+1
2025-05-16Remove <libc-tsd.h>Florian Weimer1-0/+1
2025-04-28stdio: Remove UB on printf_fpAdhemerval Zanella1-9/+9
2025-04-14libio: Synthesize ESPIPE error if lseek returns 0 after reading bytesFlorian Weimer2-0/+51
2025-04-08stdio-common: In tst-setvbuf2, close helper thread descriptor only if openedFlorian Weimer1-18/+21
2025-04-02stdio: fix hurd link for tst-setvbuf2DJ Delorie1-1/+2
2025-04-01stdio: Add more setvbuf testsDJ Delorie3-1/+1041
2025-03-28stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701]Maciej W. Rozycki2-3/+6
2025-03-28stdio-common: Reject significand prefixes in scanf [BZ #12701]Maciej W. Rozycki1-1/+6
2025-03-28stdio-common: Reject integer prefixes in scanf [BZ #12701]Maciej W. Rozycki13-937/+947
2025-03-28stdio-common: Also reject exp char w/o significand in i18n scanf [BZ #13988]Maciej W. Rozycki1-3/+9
2025-03-28stdio-common: Add tests for formatted vsscanf input specifiersMaciej W. Rozycki16-1/+386
2025-03-28stdio-common: Add tests for formatted vfscanf input specifiersMaciej W. Rozycki16-1/+345
2025-03-28stdio-common: Add tests for formatted vscanf input specifiersMaciej W. Rozycki16-1/+345
2025-03-28stdio-common: Add tests for formatted sscanf input specifiersMaciej W. Rozycki16-1/+382
2025-03-28stdio-common: Add tests for formatted fscanf input specifiersMaciej W. Rozycki16-1/+338
2025-03-25stdio-common: Add tests for formatted scanf input specifiersMaciej W. Rozycki59-0/+15485
2025-03-21debug: Improve '%n' fortify detection (BZ 30932)Adhemerval Zanella2-15/+22
2025-03-13elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]Adhemerval Zanella3-43/+62
2025-02-24Increase the amount of data tested in stdio-common/tst-fwrite-pipe.cStefan Liebler1-2/+2
2025-02-14Increase the amount of data tested in stdio-common/tst-fwrite-bz29459.cTulio Magno Quites Machado Filho1-2/+2
2025-01-28Add test of input file flushing / offset issuesJoseph Myers2-0/+561
2025-01-28Fix fflush handling for mmap files after ungetc (bug 32535)Joseph Myers2-0/+51
2025-01-28Fix fseek handling for mmap files after ungetc or fflush (bug 32529)Joseph Myers2-0/+60
2025-01-28Make fflush (NULL) flush input files (bug 32369)Joseph Myers2-0/+95
2025-01-28Make fclose seek input file to right offset (bug 12724)Joseph Myers2-0/+226
2025-01-28Fix fflush after ungetc on input file (bug 5994)Joseph Myers2-0/+65
2025-01-28libio: Add a new fwrite test that evaluates partial writesTulio Magno Quites Machado Filho2-0/+234
2025-01-28libio: Start to return errors when flushing fwrite's buffer [BZ #29459]Tulio Magno Quites Machado Filho4-0/+260
2025-01-28Add new tests for fopenMartin Coufal2-0/+280
2025-01-26testsuite: 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