aboutsummaryrefslogtreecommitdiff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2025-01-01189-189/+189
* libio: asprintf should write NULL upon failureFlorian Weimer2024-12-273-9/+60
* Check if TEST_CC supports -Wno-restrict before using itAdhemerval Zanella2024-12-231-2/+4
* Suppress Clang -Wgnu-folding-constant warningsH.J. Lu2024-12-222-0/+8
* Handle pragma GCC optimize for clangAdhemerval Zanella2024-12-222-2/+10
* ungetc: Guarantee single char pushbackSiddhesh Poyarekar2024-12-176-23/+43
* libio: Fix last NULL-as-0 issue in libioP.hSiddhesh Poyarekar2024-12-171-1/+1
* libio: Use NULL instead of 0 as a null pointer constantAlejandro Colomar2024-12-171-4/+7
* libio: make _IO_least_marker staticSiddhesh Poyarekar2024-11-281-3/+1
* Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar2024-11-256-9/+10
* libio: Fix crash in fputws [BZ #20632]Peter Ammon2024-10-254-4/+108
* libio: Correctly link tst-popen-fork against libpthreadArjun Shankar2024-10-251-0/+2
* libio: Fix a deadlock after fork in popenArjun Shankar2024-10-234-0/+107
* libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]H.J. Lu2024-10-013-1/+95
* Add another test for fclose on an unopened fileAaron Merey2024-09-204-3/+69
* Fix freopen handling of ,ccs= (bug 23675)Joseph Myers2024-09-052-6/+3
* Test fclose on an unopened file.Aaron Merey2024-09-052-0/+41
* Fix memory leak on freopen error return (bug 32140)Joseph Myers2024-09-052-0/+4
* Clear flags2 flags set from mode in freopen (bug 32134)Joseph Myers2024-09-052-0/+9
* libio: Attempt wide backup free only for non-legacy codeSiddhesh Poyarekar2024-09-041-1/+1
* ungetc: Fix backup buffer leak on program exit [BZ #27821]Siddhesh Poyarekar2024-08-152-2/+8
* ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]Siddhesh Poyarekar2024-08-151-1/+1
* libio/tst-getdelim: Add new test covering NUL as a delimiterFrédéric Bérat2024-08-141-1/+21
* Fix name space violation in fortify wrappers (bug 32052)Andreas Schwab2024-08-051-20/+20
* libio: handle opening a file when all files are closed (bug 31963)Andreas Schwab2024-07-093-1/+37
* Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell2024-07-011-11/+31
* <stdio.h>: Acknowledge that getdelim/getline are in POSIXPhilip Kaludercic2024-06-111-12/+2
* libio: Test for fdopen memory leak without SEEK_END support (bug 31840)Florian Weimer2024-06-042-2/+64
* Remove memory leak in fdopen (bug 31840)Andreas Schwab2024-06-041-1/+5
* Change _IO_stderr_/_IO_stdin_/_IO_stdout to compat symbols [BZ #31766]H.J. Lu2024-05-211-0/+4
* Use a doubly-linked list for _IO_list_all (bug 27777)Alexandre Ferrieux2024-05-173-2/+43
* libio/bug-wsetpos: Make the error message match the causing functionMaciej W. Rozycki2024-05-131-1/+1
* Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu2024-05-062-0/+58
* libio: Sort test variables in MakefileH.J. Lu2024-04-301-20/+84
* Revert "Allow glibc to be compiled without EXEC_PAGESIZE"Samuel Thibault2024-04-221-1/+1
* posix: Sync tempname with gnulibAdhemerval Zanella2024-04-101-0/+1
* Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev2024-03-231-1/+1
* libio: Improve fortify with clangAdhemerval Zanella2024-02-271-20/+153
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-012-7/+7
* libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer2024-01-021-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01179-179/+179
* libio: Add nonnull attribute for most FILE * arguments in stdio.hXi Ruoyao2023-09-263-78/+99
* libio: Fix oversized __io_vtablesAdam Jackson2023-09-081-1/+4
* hurd: Fix tst-openlocSamuel Thibault2023-07-201-1/+2
* fileops: Don't process ,ccs= as individual mode flags (BZ#18906)Joe Simmons-Talbott2023-07-052-1/+34
* libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-1/+1
* libio/bits/stdio2.h: Clearly separate declaration from definitionsFrédéric Bérat2023-07-052-48/+49
* Exclude routines from fortificationFrédéric Bérat2023-07-051-2/+21
* Always do locking when accessing streams (bug 15142, bug 14697)Andreas Schwab2023-07-032-34/+10
* tests: replace system by xsystemFrédéric Bérat2023-06-191-2/+5