aboutsummaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)AuthorFilesLines
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov6-6/+6
2023-06-01tests: replace write by xwriteFrédéric Bérat5-5/+15
2023-05-16libio: Add __nonnull for FILE * arguments of fclose and freopenXi Ruoyao1-3/+3
2023-05-01Mark various cold functions as __COLDSergey Bugaev1-1/+1
2023-04-06<stdio.h>: Make fopencookie, vasprintf, asprintf available by defaultFlorian Weimer1-3/+3
2023-04-05libio: Remove unused pragma weak on vtableAdhemerval Zanella1-2/+0
2023-03-28system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott1-1/+1
2023-03-27libio: Remove the usage of __libc_IO_vtablesAdhemerval Zanella Netto17-416/+620
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto1-7/+12
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto3-5/+5
2023-03-02C2x scanf binary constant handlingJoseph Myers3-11/+92
2023-02-14stdio: Do not ignore posix_spawn error on popen (BZ #29016)Adhemerval Zanella1-16/+22
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra1-1/+1
2023-01-31libio: Update number of written bytes in dprintf implementationFlorian Weimer1-0/+1
2023-01-25stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)Florian Weimer1-5/+10
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers178-178/+178
2023-01-02getdelim: ensure error indicator is set on error (bug 29917)Andreas Schwab3-6/+48
2022-12-19libio: Convert __vswprintf_internal to buffers (bug 27857)Florian Weimer2-85/+46
2022-12-19libio: Convert __obstack_vprintf_internal to buffers (bug 27124)Florian Weimer1-120/+50
2022-12-19libio: Convert __vdprintf_internal to buffersFlorian Weimer1-28/+39
2022-12-19libio: Convert __vasprintf_internal to buffersFlorian Weimer1-45/+96
2022-12-19libio: Convert __vsprintf_internal to buffersFlorian Weimer1-52/+18
2022-12-19stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer3-82/+61
2022-12-12stdlib: Move _IO_cleanup to call_function_static_weakAdhemerval Zanella1-2/+0
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-3/+11
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer4-22/+0
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer4-1/+4
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto4-14/+14
2022-08-01Remove spurious references to _dl_open_hookFlorian Weimer1-4/+0
2022-07-14Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho4-68/+124
2022-03-18libio: Flush-only _IO_str_overflow must not return EOF (bug 28949)Florian Weimer2-2/+8
2022-03-18libio: Convert tst_swprintf to the test frameworkFlorian Weimer1-51/+28
2022-03-08libio: Ensure output buffer for wchars (bug #28828)José Bollo4-2/+36
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert176-176/+176
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar1-63/+43
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2-4/+4
2021-10-12libio: Update tst-wfile-sync to not depend on stdinStafford Horne2-4/+24
2021-09-30Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers1-0/+6
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar18-20/+0
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-4/+8
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2-5/+3
2021-07-07libio: Add hidden prototype for ungetcFlorian Weimer1-3/+3
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella4-7/+7
2021-06-04libio: Assume _IO_lock_inexpensiveAdhemerval Zanella1-9/+2
2021-06-02Add missing symbols to Version filesFlorian Weimer1-0/+3
2021-06-01stdio-common: Remove _IO_vfwscanfFlorian Weimer1-2/+0
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor6-25/+174
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor1-4/+6
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer1-3/+2
2021-04-16Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song9-0/+69