aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-04fgets: more testsDJ Delorie1-0/+1
2024-09-04Add more thorough tests of freopenJoseph Myers1-0/+16
2024-08-21Add more tests of getlineJoseph Myers1-0/+14
2024-08-15ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar1-0/+7
2024-07-26stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]Maciej W. Rozycki1-0/+5
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. Lu1-1/+0
2024-05-24Test fscanf of long double without <stdio.h>H.J. Lu1-0/+1
2024-04-10posix: Sync tempname with gnulibAdhemerval Zanella1-0/+1
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers1-2/+2
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers1-2/+3
2024-01-25localedata: Use consistent values for grouping and mon_groupingMike FABIAN1-0/+3
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-11-21elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella1-0/+5
2023-09-28C2x scanf %wN, %wfN supportJoseph Myers1-0/+1
2023-07-06vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella1-0/+3
2023-07-05Exclude routines from fortificationFrédéric Bérat1-1/+14
2023-06-19C2x printf %wN, %wfN support (bug 24466)Joseph Myers1-0/+1
2023-05-18stdio-common: Adjust tests in MakefileCarlos O'Donell1-22/+22
2023-05-16stdio-common: Reformat Makefile.Carlos O'Donell1-10/+20
2023-03-27stdio-common: tests: don't double-define _FORTIFY_SOURCESam James1-1/+1
2023-03-02C2x scanf binary constant handlingJoseph Myers1-0/+22
2023-02-14stdio: Do not ignore posix_spawn error on popen (BZ #29016)Adhemerval Zanella1-0/+3
2023-02-06Account for grouping in printf width (bug 30068)Carlos O'Donell1-0/+2
2023-01-31libio: Update number of written bytes in dprintf implementationFlorian Weimer1-0/+1
2023-01-30Account for octal marker in %#o formatAndreas Schwab1-0/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-12-19stdio-common: Add __translated_number_widthFlorian Weimer1-0/+1
2022-12-19stdio-common: Add __printf_function_invokeFlorian Weimer1-0/+2
2022-12-19stdio-common: Introduce buffers for implementing printfFlorian Weimer1-0/+16
2022-12-19locale: Implement struct grouping_iteratorFlorian Weimer1-1/+8
2022-11-21stdio-common: Add missing dependencies (bug 29780)Andreas Schwab1-2/+4
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+2
2022-09-08errlist: add missing entry for EDEADLOCK (bug 29545)Andreas Schwab1-0/+8
2022-08-29Add test for bug 29530Andreas Schwab1-0/+2