aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)AuthorFilesLines
6 daysstdio-common/Makefile: Fix FAIL: lint-makefilesH.J. Lu1-1/+1
6 daysAdd freopen special-case tests: thread cancellationJoseph Myers4-0/+164
12 daysDo not use -Wp to disable fortify (BZ 31928)Adhemerval Zanella1-1/+1
13 daysAdd a new fwrite test that exercises buffer overflowTulio Magno Quites Machado Filho2-0/+131
2024-09-28stdio-common: Fix memory leak in tst-freopen4* tests on UNSUPPORTEDFlorian Weimer1-1/+3
2024-09-26stdio-common: Add new test for fdopenSergey Kolosov2-0/+247
2024-09-24Add tests of freadJoseph Myers2-0/+135
2024-09-20Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderrJoseph Myers8-0/+385
2024-09-09Add a new fwrite test for memory streamsTulio Magno Quites Machado Filho2-0/+178
2024-09-09Add a new fwrite test for read-only streamsTulio Magno Quites Machado Filho2-0/+66
2024-09-05Fix freopen handling of ,ccs= (bug 23675)Joseph Myers1-5/+0
2024-09-05Fix memory leak on freopen error return (bug 32140)Joseph Myers2-0/+14
2024-09-05Clear flags2 flags set from mode in freopen (bug 32134)Joseph Myers1-2/+0
2024-09-04fgets: more testsDJ Delorie2-0/+254
2024-09-04Add more thorough tests of freopenJoseph Myers7-0/+642
2024-08-21Add more tests of getlineJoseph Myers3-0/+543
2024-08-16support: Use macros for *stat wrappersFlorian Weimer1-1/+1
2024-08-15ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar2-0/+39
2024-08-15ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]Siddhesh Poyarekar1-0/+2
2024-08-15Make tst-ungetc use libsupportSiddhesh Poyarekar1-55/+57
2024-07-26stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]Maciej W. Rozycki2-0/+113
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. Lu3-39/+0
2024-05-24Test fscanf of long double without <stdio.h>H.J. Lu3-0/+39
2024-04-10posix: Sync tempname with gnulibAdhemerval Zanella8-12/+196
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2-2/+2
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers6-16/+17
2024-01-25localedata: Use consistent values for grouping and mon_groupingMike FABIAN2-4/+69
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert181-181/+181
2023-11-21elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella2-0/+10
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella1-2/+0
2023-09-28C2x scanf %wN, %wfN supportJoseph Myers4-0/+552
2023-08-15fxprintf: Get rid of allocaJoe Simmons-Talbott1-8/+6
2023-08-01vfprintf-internal: Get rid of alloca.Joe Simmons-Talbott2-1/+152
2023-07-06vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella3-17/+115
2023-07-05Exclude routines from fortificationFrédéric Bérat1-1/+14
2023-06-22stdio-common: tests: Incorrect maxlen parameter for swprintfFrederic Berat2-11/+12
2023-06-19C2x scanf %b supportJoseph Myers2-4/+212
2023-06-19C2x printf %wN, %wfN support (bug 24466)Joseph Myers7-15/+799
2023-06-13tests: replace fgets by xfgetsFrederic Berat1-7/+4
2023-06-13tests: replace fread by xfreadFrederic Berat5-9/+20
2023-06-06tests: fix warn unused result on asprintf callsFrédéric Bérat3-5/+8
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov1-1/+1
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov6-10/+10
2023-06-01tests: fix warn unused resultsFrédéric Bérat3-8/+23
2023-06-01tests: replace ftruncate by xftruncateFrédéric Bérat1-1/+2
2023-05-18stdio-common: Adjust tests in MakefileCarlos O'Donell6-22/+22
2023-05-16stdio-common: Reformat Makefile.Carlos O'Donell1-10/+20
2023-04-03stdio-common: Fix building when !IS_IN (libc)Sergey Bugaev1-0/+2
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2-52/+4