aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-23stdio-common: Add tst-memstream-string for open_memstream overflowFlorian Weimer1-0/+3
2022-05-23stdio-common: Add tst-vfprintf-width-i18n to cover numeric field widthFlorian Weimer1-0/+3
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella1-1/+13
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella1-1/+19
2022-04-15stdio: Split __get_errname definition from errlist.cAdhemerval Zanella1-0/+1
2022-03-17stdio-common: Generate ja_JP.EUC-JP localeFlorian Weimer1-0/+1
2022-03-17stdio-common: Re-flow and sort Makefile variablesFlorian Weimer1-66/+217
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-23stdio: Implement %#m for vfprintf and related functionsFlorian Weimer1-1/+3
2021-11-10Support C2X printf %b, %BJoseph Myers1-1/+2
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-5/+10