about summary refs log tree commit diff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
* libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer2024-01-021-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
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02174-174/+174
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-312-29/+35
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-1/+1
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-1/+1
* Fix namespace violation in stdio.h and sys/stat.h if build with optimization....Stefan Liebler2020-08-201-2/+2
* libio: Remove __libc_readline_unlockedFlorian Weimer2020-07-214-410/+2
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-072-7/+1
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-042-11/+19
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-302-6/+6
* <fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer2020-02-182-4/+4