aboutsummaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)AuthorFilesLines
2024-10-01libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]H.J. Lu3-1/+95
2024-09-20Add another test for fclose on an unopened fileAaron Merey4-3/+69
2024-09-05Fix freopen handling of ,ccs= (bug 23675)Joseph Myers2-6/+3
2024-09-05Test fclose on an unopened file.Aaron Merey2-0/+41
2024-09-05Fix memory leak on freopen error return (bug 32140)Joseph Myers2-0/+4
2024-09-05Clear flags2 flags set from mode in freopen (bug 32134)Joseph Myers2-0/+9
2024-09-04libio: Attempt wide backup free only for non-legacy codeSiddhesh Poyarekar1-1/+1
2024-08-15ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar2-2/+8
2024-08-15ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]Siddhesh Poyarekar1-1/+1
2024-08-14libio/tst-getdelim: Add new test covering NUL as a delimiterFrédéric Bérat1-1/+21
2024-08-05Fix name space violation in fortify wrappers (bug 32052)Andreas Schwab1-20/+20
2024-07-09libio: handle opening a file when all files are closed (bug 31963)Andreas Schwab3-1/+37
2024-07-01Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell1-11/+31
2024-06-11<stdio.h>: Acknowledge that getdelim/getline are in POSIXPhilip Kaludercic1-12/+2
2024-06-04libio: Test for fdopen memory leak without SEEK_END support (bug 31840)Florian Weimer2-2/+64
2024-06-04Remove memory leak in fdopen (bug 31840)Andreas Schwab1-1/+5
2024-05-21Change _IO_stderr_/_IO_stdin_/_IO_stdout to compat symbols [BZ #31766]H.J. Lu1-0/+4
2024-05-17Use a doubly-linked list for _IO_list_all (bug 27777)Alexandre Ferrieux3-2/+43
2024-05-13libio/bug-wsetpos: Make the error message match the causing functionMaciej W. Rozycki1-1/+1
2024-05-06Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu2-0/+58
2024-04-30libio: Sort test variables in MakefileH.J. Lu1-20/+84
2024-04-22Revert "Allow glibc to be compiled without EXEC_PAGESIZE"Samuel Thibault1-1/+1
2024-04-10posix: Sync tempname with gnulibAdhemerval Zanella1-0/+1
2024-03-23Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev1-1/+1
2024-02-27libio: Improve fortify with clangAdhemerval Zanella1-20/+153
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers2-7/+7
2024-01-02libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer1-1/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert179-179/+179
2023-09-26libio: Add nonnull attribute for most FILE * arguments in stdio.hXi Ruoyao3-78/+99
2023-09-08libio: Fix oversized __io_vtablesAdam Jackson1-1/+4
2023-07-20hurd: Fix tst-openlocSamuel Thibault1-1/+2
2023-07-05fileops: Don't process ,ccs= as individual mode flags (BZ#18906)Joe Simmons-Talbott2-1/+34
2023-07-05libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat1-1/+1
2023-07-05libio/bits/stdio2.h: Clearly separate declaration from definitionsFrédéric Bérat2-48/+49
2023-07-05Exclude routines from fortificationFrédéric Bérat1-2/+21
2023-07-03Always do locking when accessing streams (bug 15142, bug 14697)Andreas Schwab2-34/+10
2023-06-19tests: replace system by xsystemFrédéric Bérat1-2/+5
2023-06-13tests: replace fread by xfreadFrederic Berat1-3/+4
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov6-6/+6
2023-06-01tests: replace write by xwriteFrédéric Bérat5-5/+15
2023-05-16libio: Add __nonnull for FILE * arguments of fclose and freopenXi Ruoyao1-3/+3
2023-05-01Mark various cold functions as __COLDSergey Bugaev1-1/+1
2023-04-06<stdio.h>: Make fopencookie, vasprintf, asprintf available by defaultFlorian Weimer1-3/+3
2023-04-05libio: Remove unused pragma weak on vtableAdhemerval Zanella1-2/+0
2023-03-28system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott1-1/+1
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto17-416/+620
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto1-7/+12
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto3-5/+5
2023-03-02C2x scanf binary constant handlingJoseph Myers3-11/+92
2023-02-14stdio: Do not ignore posix_spawn error on popen (BZ #29016)Adhemerval Zanella1-16/+22