summaryrefslogtreecommitdiff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01176-176/+176
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-63/+43
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-202-4/+4
* libio: Update tst-wfile-sync to not depend on stdinStafford Horne2021-10-122-4/+24
* Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers2021-09-301-0/+6
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0318-20/+0
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-4/+8
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-072-5/+3
* libio: Add hidden prototype for ungetcFlorian Weimer2021-07-071-3/+3
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-224-7/+7
* libio: Assume _IO_lock_inexpensiveAdhemerval Zanella2021-06-041-9/+2
* Add missing symbols to Version filesFlorian Weimer2021-06-021-0/+3
* stdio-common: Remove _IO_vfwscanfFlorian Weimer2021-06-011-2/+0
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-166-25/+174
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-061-4/+6
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-211-3/+2
* Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song2021-04-169-0/+69
* libio: Update license on test caseSiddhesh Poyarekar2021-03-301-9/+10
* Correct buffer end pointer in IO_wdefault_doallocate (BZ #26874)Martin Sebor2021-03-011-4/+3