summaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)Author
2024-07-01Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell
2024-06-11<stdio.h>: Acknowledge that getdelim/getline are in POSIXPhilip Kaludercic
2024-06-04libio: Test for fdopen memory leak without SEEK_END support (bug 31840)Florian Weimer
2024-06-04Remove memory leak in fdopen (bug 31840)Andreas Schwab
2024-05-21Change _IO_stderr_/_IO_stdin_/_IO_stdout to compat symbols [BZ #31766]H.J. Lu
2024-05-17Use a doubly-linked list for _IO_list_all (bug 27777)Alexandre Ferrieux
2024-05-13libio/bug-wsetpos: Make the error message match the causing functionMaciej W. Rozycki
2024-05-06Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu
2024-04-30libio: Sort test variables in MakefileH.J. Lu
2024-04-22Revert "Allow glibc to be compiled without EXEC_PAGESIZE"Samuel Thibault
2024-04-10posix: Sync tempname with gnulibAdhemerval Zanella
2024-03-23Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev
2024-02-27libio: Improve fortify with clangAdhemerval Zanella
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-02libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-09-26libio: Add nonnull attribute for most FILE * arguments in stdio.hXi Ruoyao
2023-09-08libio: Fix oversized __io_vtablesAdam Jackson
2023-07-20hurd: Fix tst-openlocSamuel Thibault
2023-07-05fileops: Don't process ,ccs= as individual mode flags (BZ#18906)Joe Simmons-Talbott
2023-07-05libio/bits/stdio2-decl.h: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat
2023-07-05libio/bits/stdio2.h: Clearly separate declaration from definitionsFrédéric Bérat
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-07-03Always do locking when accessing streams (bug 15142, bug 14697)Andreas Schwab
2023-06-19tests: replace system by xsystemFrédéric Bérat
2023-06-13tests: replace fread by xfreadFrederic Berat
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-06-01tests: replace write by xwriteFrédéric Bérat
2023-05-16libio: Add __nonnull for FILE * arguments of fclose and freopenXi Ruoyao
2023-05-01Mark various cold functions as __COLDSergey Bugaev
2023-04-06<stdio.h>: Make fopencookie, vasprintf, asprintf available by defaultFlorian Weimer
2023-04-05libio: Remove unused pragma weak on vtableAdhemerval Zanella
2023-03-28system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-03-02C2x scanf binary constant handlingJoseph Myers
2023-02-14stdio: Do not ignore posix_spawn error on popen (BZ #29016)Adhemerval Zanella
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra
2023-01-31libio: Update number of written bytes in dprintf implementationFlorian Weimer
2023-01-25stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)Florian Weimer
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2023-01-02getdelim: ensure error indicator is set on error (bug 29917)Andreas Schwab
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer
2022-12-19libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer
2022-12-19libio: Convert __vdprintf_internal to buffersFlorian Weimer
2022-12-19libio: Convert __vasprintf_internal to buffersFlorian Weimer
2022-12-19libio: Convert __vsprintf_internal to buffersFlorian Weimer
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer
2022-12-12stdlib: Move _IO_cleanup to call_function_static_weakAdhemerval Zanella