summaryrefslogtreecommitdiff
path: root/stdio-common/Makefile
AgeCommit message (Expand)Author
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-10-29Supress unused command arguments warning with clangAdhemerval Zanella
2025-10-20Make <inttypes.h> printf macros narrow arguments (bug 31470)Joseph Myers
2025-08-23stdio-common: Reject insufficient character data in scanf [BZ #12701]Maciej W. Rozycki
2025-08-05tst-freopen4: Remove temporary directory from warning messageH.J. Lu
2025-04-14libio: Synthesize ESPIPE error if lseek returns 0 after reading bytesFlorian Weimer
2025-04-02stdio: fix hurd link for tst-setvbuf2DJ Delorie
2025-04-01stdio: Add more setvbuf testsDJ Delorie
2025-03-28stdio-common: Add tests for formatted vsscanf input specifiersMaciej W. Rozycki
2025-03-28stdio-common: Add tests for formatted vfscanf input specifiersMaciej W. Rozycki
2025-03-28stdio-common: Add tests for formatted vscanf input specifiersMaciej W. Rozycki
2025-03-28stdio-common: Add tests for formatted sscanf input specifiersMaciej W. Rozycki
2025-03-28stdio-common: Add tests for formatted fscanf input specifiersMaciej W. Rozycki
2025-03-25stdio-common: Add tests for formatted scanf input specifiersMaciej W. Rozycki
2025-03-13elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]Adhemerval Zanella
2025-01-28Add test of input file flushing / offset issuesJoseph Myers
2025-01-28Fix fflush handling for mmap files after ungetc (bug 32535)Joseph Myers
2025-01-28Fix fseek handling for mmap files after ungetc or fflush (bug 32529)Joseph Myers
2025-01-28Make fflush (NULL) flush input files (bug 32369)Joseph Myers
2025-01-28Make fclose seek input file to right offset (bug 12724)Joseph Myers
2025-01-28Fix fflush after ungetc on input file (bug 5994)Joseph Myers
2025-01-28libio: Add a new fwrite test that evaluates partial writesTulio Magno Quites Machado Filho
2025-01-28libio: Start to return errors when flushing fwrite's buffer [BZ #29459]Tulio Magno Quites Machado Filho
2025-01-28Add new tests for fopenMartin Coufal
2025-01-26testsuite: Make stdio-common/tst-printf-format-*-mem UNSUPPORTED if the mtrac...Xi Ruoyao
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-24stdio-common: Tweak comment in MakefileSam James
2024-12-24stdio-common: Use clang with bugfix for bug28Dmitry Chestnykh
2024-12-23stdio-common: Suppress Clang warnings on scanf13.cH.J. Lu
2024-12-21stdio-common: Exclude bug28 when clang is usedH.J. Lu
2024-12-17ungetc: Guarantee single char pushbackSiddhesh Poyarekar
2024-11-07stdio-common: Add tests for formatted vsnprintf output specifiersMaciej W. Rozycki
2024-11-07stdio-common: Add tests for formatted vsprintf output specifiersMaciej W. Rozycki
2024-11-07stdio-common: Add tests for formatted vfprintf output specifiersMaciej W. Rozycki
2024-11-07stdio-common: Add tests for formatted vdprintf output specifiersMaciej W. Rozycki
2024-11-07stdio-common: Add tests for formatted vasprintf output specifiersMaciej W. Rozycki
2024-11-07stdio-common: Add tests for formatted vprintf output specifiersMaciej W. Rozycki
2024-11-07stdio-common: Add tests for formatted snprintf output specifiersMaciej W. Rozycki
2024-11-07stdio-common: Add tests for formatted sprintf output specifiersMaciej W. Rozycki
2024-11-07stdio-common: Add tests for formatted fprintf output specifiersMaciej W. Rozycki
2024-11-07stdio-common: Add tests for formatted dprintf output specifiersMaciej W. Rozycki
2024-11-07stdio-common: Add tests for formatted asprintf output specifiersMaciej W. Rozycki
2024-11-07stdio-common: Add tests for formatted printf output specifiersMaciej W. Rozycki
2024-10-25stdio-common: Fix scanf parsing for NaN types [BZ #30647]Avinal Kumar
2024-10-08stdio-common/Makefile: Fix FAIL: lint-makefilesH.J. Lu
2024-10-07Add freopen special-case tests: thread cancellationJoseph Myers
2024-10-01Do not use -Wp to disable fortify (BZ 31928)Adhemerval Zanella
2024-09-30Add a new fwrite test that exercises buffer overflowTulio Magno Quites Machado Filho
2024-09-26stdio-common: Add new test for fdopenSergey Kolosov