about summary refs log tree commit diff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow glibc to be compiled without EXEC_PAGESIZE"Samuel Thibault8 days1-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
* tests: replace fread by xfreadFrederic Berat2023-06-131-3/+4
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-026-6/+6
* tests: replace write by xwriteFrédéric Bérat2023-06-015-5/+15
* libio: Add __nonnull for FILE * arguments of fclose and freopenXi Ruoyao2023-05-161-3/+3
* Mark various cold functions as __COLDSergey Bugaev2023-05-011-1/+1
* <stdio.h>: Make fopencookie, vasprintf, asprintf available by defaultFlorian Weimer2023-04-061-3/+3
* libio: Remove unused pragma weak on vtableAdhemerval Zanella2023-04-051-2/+0
* system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott2023-03-281-1/+1
* libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto2023-03-2717-416/+620
* libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto2023-03-271-7/+12
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-273-5/+5
* C2x scanf binary constant handlingJoseph Myers2023-03-023-11/+92
* stdio: Do not ignore posix_spawn error on popen (BZ #29016)Adhemerval Zanella2023-02-141-16/+22
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-061-1/+1
* libio: Update number of written bytes in dprintf implementationFlorian Weimer2023-01-311-0/+1
* stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)Florian Weimer2023-01-251-5/+10
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06178-178/+178
* getdelim: ensure error indicator is set on error (bug 29917)Andreas Schwab2023-01-023-6/+48
* libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer2022-12-192-85/+46
* libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer2022-12-191-120/+50
* libio: Convert __vdprintf_internal to buffersFlorian Weimer2022-12-191-28/+39
* libio: Convert __vasprintf_internal to buffersFlorian Weimer2022-12-191-45/+96
* libio: Convert __vsprintf_internal to buffersFlorian Weimer2022-12-191-52/+18
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-193-82/+61
* stdlib: Move _IO_cleanup to call_function_static_weakAdhemerval Zanella2022-12-121-2/+0
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-3/+11
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-184-22/+0
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-184-1/+4
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-224-14/+14
* Remove spurious references to _dl_open_hookFlorian Weimer2022-08-011-4/+0
* Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-07-144-68/+124
* libio: Flush-only _IO_str_overflow must not return EOF (bug 28949)Florian Weimer2022-03-182-2/+8
* libio: Convert tst_swprintf to the test frameworkFlorian Weimer2022-03-181-51/+28
* libio: Ensure output buffer for wchars (bug #28828)José Bollo2022-03-084-2/+36