about summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderrJoseph Myers10 days8-0/+385
* Add a new fwrite test for memory streamsTulio Magno Quites Machado Filho2024-09-092-0/+178
* Add a new fwrite test for read-only streamsTulio Magno Quites Machado Filho2024-09-092-0/+66
* Fix freopen handling of ,ccs= (bug 23675)Joseph Myers2024-09-051-5/+0
* Fix memory leak on freopen error return (bug 32140)Joseph Myers2024-09-052-0/+14
* Clear flags2 flags set from mode in freopen (bug 32134)Joseph Myers2024-09-051-2/+0
* fgets: more testsDJ Delorie2024-09-042-0/+254
* Add more thorough tests of freopenJoseph Myers2024-09-047-0/+642
* Add more tests of getlineJoseph Myers2024-08-213-0/+543
* support: Use macros for *stat wrappersFlorian Weimer2024-08-161-1/+1
* ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar2024-08-152-0/+39
* ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]Siddhesh Poyarekar2024-08-151-0/+2
* Make tst-ungetc use libsupportSiddhesh Poyarekar2024-08-151-55/+57
* stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]Maciej W. Rozycki2024-07-262-0/+113
* Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell2024-07-011-9/+25
* Revert "Test fscanf of long double without <stdio.h>"H.J. Lu2024-05-243-39/+0
* Test fscanf of long double without <stdio.h>H.J. Lu2024-05-243-0/+39
* posix: Sync tempname with gnulibAdhemerval Zanella2024-04-108-12/+196
* Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2024-02-012-2/+2
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-016-16/+17
* localedata: Use consistent values for grouping and mon_groupingMike FABIAN2024-01-252-4/+69
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01181-181/+181
* elf: Fix _dl_debug_vdprintf to work before self-relocationAdhemerval Zanella2023-11-212-0/+10
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-301-2/+0
* C2x scanf %wN, %wfN supportJoseph Myers2023-09-284-0/+552
* fxprintf: Get rid of allocaJoe Simmons-Talbott2023-08-151-8/+6
* vfprintf-internal: Get rid of alloca.Joe Simmons-Talbott2023-08-012-1/+152
* vfscanf-internal: Remove potentially unbounded allocasAdhemerval Zanella2023-07-063-17/+115
* Exclude routines from fortificationFrédéric Bérat2023-07-051-1/+14
* stdio-common: tests: Incorrect maxlen parameter for swprintfFrederic Berat2023-06-222-11/+12
* C2x scanf %b supportJoseph Myers2023-06-192-4/+212
* C2x printf %wN, %wfN support (bug 24466)Joseph Myers2023-06-197-15/+799
* tests: replace fgets by xfgetsFrederic Berat2023-06-131-7/+4
* tests: replace fread by xfreadFrederic Berat2023-06-135-9/+20
* tests: fix warn unused result on asprintf callsFrédéric Bérat2023-06-063-5/+8
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-026-10/+10
* tests: fix warn unused resultsFrédéric Bérat2023-06-013-8/+23
* tests: replace ftruncate by xftruncateFrédéric Bérat2023-06-011-1/+2
* stdio-common: Adjust tests in MakefileCarlos O'Donell2023-05-186-22/+22
* stdio-common: Reformat Makefile.Carlos O'Donell2023-05-161-10/+20
* stdio-common: Fix building when !IS_IN (libc)Sergey Bugaev2023-04-031-0/+2
* libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2023-03-272-52/+4
* libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto2023-03-271-39/+0
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-273-5/+10
* stdio-common: tests: don't double-define _FORTIFY_SOURCESam James2023-03-271-1/+1
* Update printf %b/%B C2x supportJoseph Myers2023-03-141-0/+53
* C2x scanf binary constant handlingJoseph Myers2023-03-0214-0/+530
* stdio: Do not ignore posix_spawn error on popen (BZ #29016)Adhemerval Zanella2023-02-142-0/+41
* Account for grouping in printf width (bug 30068)Carlos O'Donell2023-02-063-5/+73