aboutsummaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)Author
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
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-08-01Remove spurious references to _dl_open_hookFlorian Weimer
2022-07-14Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho
2022-03-18libio: Flush-only _IO_str_overflow must not return EOF (bug 28949)Florian Weimer
2022-03-18libio: Convert tst_swprintf to the test frameworkFlorian Weimer
2022-03-08libio: Ensure output buffer for wchars (bug #28828)José Bollo
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar