aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/Makefile
AgeCommit message (Expand)AuthorFilesLines
2 daystst-freopen4: Remove temporary directory from warning messageH.J. Lu1-0/+24
2025-04-14libio: Synthesize ESPIPE error if lseek returns 0 after reading bytesFlorian Weimer1-0/+1
2025-04-02stdio: fix hurd link for tst-setvbuf2DJ Delorie1-1/+2
2025-04-01stdio: Add more setvbuf testsDJ Delorie1-1/+9
2025-03-28stdio-common: Add tests for formatted vsscanf input specifiersMaciej W. Rozycki1-1/+1
2025-03-28stdio-common: Add tests for formatted vfscanf input specifiersMaciej W. Rozycki1-1/+1
2025-03-28stdio-common: Add tests for formatted vscanf input specifiersMaciej W. Rozycki1-1/+1
2025-03-28stdio-common: Add tests for formatted sscanf input specifiersMaciej W. Rozycki1-1/+1
2025-03-28stdio-common: Add tests for formatted fscanf input specifiersMaciej W. Rozycki1-1/+1
2025-03-25stdio-common: Add tests for formatted scanf input specifiersMaciej W. Rozycki1-0/+60
2025-03-13elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]Adhemerval Zanella1-0/+3
2025-01-28Add test of input file flushing / offset issuesJoseph Myers1-0/+1
2025-01-28Fix fflush handling for mmap files after ungetc (bug 32535)Joseph Myers1-0/+1
2025-01-28Fix fseek handling for mmap files after ungetc or fflush (bug 32529)Joseph Myers1-0/+1
2025-01-28Make fflush (NULL) flush input files (bug 32369)Joseph Myers1-0/+1
2025-01-28Make fclose seek input file to right offset (bug 12724)Joseph Myers1-0/+1
2025-01-28Fix fflush after ungetc on input file (bug 5994)Joseph Myers1-0/+1
2025-01-28libio: Add a new fwrite test that evaluates partial writesTulio Magno Quites Machado Filho1-0/+1
2025-01-28libio: Start to return errors when flushing fwrite's buffer [BZ #29459]Tulio Magno Quites Machado Filho1-0/+7
2025-01-28Add new tests for fopenMartin Coufal1-0/+1
2025-01-26testsuite: Make stdio-common/tst-printf-format-*-mem UNSUPPORTED if the mtrac...Xi Ruoyao1-2/+5
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
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. Lu1-0/+2
2024-12-21stdio-common: Exclude bug28 when clang is usedH.J. Lu1-1/+10
2024-12-17ungetc: Guarantee single char pushbackSiddhesh Poyarekar1-0/+2
2024-11-07stdio-common: Add tests for formatted vsnprintf output specifiersMaciej W. Rozycki1-1/+1
2024-11-07stdio-common: Add tests for formatted vsprintf output specifiersMaciej W. Rozycki1-1/+1
2024-11-07stdio-common: Add tests for formatted vfprintf output specifiersMaciej W. Rozycki1-1/+1
2024-11-07stdio-common: Add tests for formatted vdprintf output specifiersMaciej W. Rozycki1-1/+1
2024-11-07stdio-common: Add tests for formatted vasprintf output specifiersMaciej W. Rozycki1-1/+1
2024-11-07stdio-common: Add tests for formatted vprintf output specifiersMaciej W. Rozycki1-1/+1
2024-11-07stdio-common: Add tests for formatted snprintf output specifiersMaciej W. Rozycki1-1/+1
2024-11-07stdio-common: Add tests for formatted sprintf output specifiersMaciej W. Rozycki1-1/+1
2024-11-07stdio-common: Add tests for formatted fprintf output specifiersMaciej W. Rozycki1-1/+1
2024-11-07stdio-common: Add tests for formatted dprintf output specifiersMaciej W. Rozycki1-1/+1
2024-11-07stdio-common: Add tests for formatted asprintf output specifiersMaciej W. Rozycki1-1/+1
2024-11-07stdio-common: Add tests for formatted printf output specifiersMaciej W. Rozycki1-0/+52
2024-10-25stdio-common: Fix scanf parsing for NaN types [BZ #30647]Avinal Kumar1-0/+1
2024-10-08stdio-common/Makefile: Fix FAIL: lint-makefilesH.J. Lu1-1/+1
2024-10-07Add freopen special-case tests: thread cancellationJoseph Myers1-0/+5
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 Filho1-0/+1
2024-09-26stdio-common: Add new test for fdopenSergey Kolosov1-0/+1
2024-09-24Add tests of freadJoseph Myers1-0/+1
2024-09-20Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderrJoseph Myers1-0/+35
2024-09-09Add a new fwrite test for memory streamsTulio Magno Quites Machado Filho1-0/+1
2024-09-09Add a new fwrite test for read-only streamsTulio Magno Quites Machado Filho1-0/+1
2024-09-05Fix memory leak on freopen error return (bug 32140)Joseph Myers1-0/+12