aboutsummaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)Author
2022-08-31Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho
2022-03-11Make sure that the fortified function conditionals are constantSiddhesh Poyarekar
2022-03-11Don't add access size hints to fortifiable functionsSiddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer
2021-07-07libio: Add hidden prototype for ungetcFlorian Weimer
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-06-04libio: Assume _IO_lock_inexpensiveAdhemerval Zanella
2021-06-02Add missing symbols to Version filesFlorian Weimer
2021-06-01stdio-common: Remove _IO_vfwscanfFlorian Weimer
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer
2021-04-16Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song
2021-03-30libio: Update license on test caseSiddhesh Poyarekar
2021-03-01Correct buffer end pointer in IO_wdefault_doallocate (BZ #26874)Martin Sebor
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-08-20Fix namespace violation in stdio.h and sys/stat.h if build with optimization....Stefan Liebler
2020-07-21libio: Remove __libc_readline_unlockedFlorian Weimer
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-02-18<fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-19Remove __waitpid_nocancelAdhemerval Zanella
2019-11-27libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]Florian Weimer
2019-11-22Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functionsGabriel F. T. Gomes
2019-11-13Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]Florian Weimer
2019-11-11libio/tst-fopenloc: Use xsetlocale, xfopen, and xfcloseArjun Shankar
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-31iconv: Revert steps array reference counting changesFlorian Weimer
2019-06-27Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes
2019-06-20libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin
2019-06-12libio: freopen of default streams crashes in old programs [BZ #24632]Florian Weimer
2019-05-21libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer
2019-05-20libio: Remove codecvt vtable [BZ #24588]Florian Weimer
2019-05-15Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab
2019-02-25Break more lines before not after operators.Joseph Myers
2019-02-22Break some lines before not after operators.Joseph Myers
2019-02-18libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderrFlorian Weimer
2019-02-13Fix -Wempty-body warnings in glibc.Joseph Myers
2019-02-06Fix wide char format specifier in libio/tst-bz24153.c.Stefan Liebler
2019-02-03libio: Use stdin consistently for input functions [BZ #24153]Florian Weimer
2019-01-31libio: use stdout in puts and putchar, etc [BZ #24051].Paul Pluzhnikov
2019-01-03Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg
2019-01-02Set behavior of sprintf-like functions with overlapping source and destinationGabriel F. T. Gomes