summaryrefslogtreecommitdiffstats
path: root/libio (follow)
Commit message (Expand)AuthorAgeLines
* Remove spurious references to _dl_open_hookFlorian Weimer2022-08-01-4/+0
* Apply asm redirections in stdio.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-07-14-68/+124
* libio: Flush-only _IO_str_overflow must not return EOF (bug 28949)Florian Weimer2022-03-18-2/+8
* libio: Convert tst_swprintf to the test frameworkFlorian Weimer2022-03-18-51/+28
* libio: Ensure output buffer for wchars (bug #28828)José Bollo2022-03-08-2/+36
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01-176/+176
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-20-63/+43
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-20-4/+4
* libio: Update tst-wfile-sync to not depend on stdinStafford Horne2021-10-12-4/+24
* Add C2X _PRINTF_NAN_LEN_MAXJoseph Myers2021-09-30-0/+6
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03-20/+0
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-22-4/+8
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-07-5/+3
* libio: Add hidden prototype for ungetcFlorian Weimer2021-07-07-3/+3
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-22-7/+7
* libio: Assume _IO_lock_inexpensiveAdhemerval Zanella2021-06-04-9/+2
* Add missing symbols to Version filesFlorian Weimer2021-06-02-0/+3
* stdio-common: Remove _IO_vfwscanfFlorian Weimer2021-06-01-2/+0
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-16-25/+174
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-06-4/+6
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-21-3/+2
* Set the retain attribute on _elf_set_element if CC supports [BZ #27492]Fangrui Song2021-04-16-0/+69
* libio: Update license on test caseSiddhesh Poyarekar2021-03-30-9/+10
* Correct buffer end pointer in IO_wdefault_doallocate (BZ #26874)Martin Sebor2021-03-01-4/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02-174/+174
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-31-29/+35
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-08-1/+1
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-11-1/+1
* Fix namespace violation in stdio.h and sys/stat.h if build with optimization....Stefan Liebler2020-08-20-2/+2
* libio: Remove __libc_readline_unlockedFlorian Weimer2020-07-21-410/+2
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-07-7/+1
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-04-11/+19
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-30-6/+6
* <fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer2020-02-18-4/+4
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-17-20/+42
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01-176/+176
* Remove __waitpid_nocancelAdhemerval Zanella2019-12-19-1/+5
* libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]Florian Weimer2019-11-27-0/+5
* Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functionsGabriel F. T. Gomes2019-11-22-2/+0
* Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]Florian Weimer2019-11-13-63/+52
* libio/tst-fopenloc: Use xsetlocale, xfopen, and xfcloseArjun Shankar2019-11-11-13/+7
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07-175/+175
* iconv: Revert steps array reference counting changesFlorian Weimer2019-07-31-115/+8
* Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes2019-06-27-4/+16
* libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin2019-06-20-5/+59
* libio: freopen of default streams crashes in old programs [BZ #24632]Florian Weimer2019-06-12-1/+6
* libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer2019-05-21-8/+115
* libio: Remove codecvt vtable [BZ #24588]Florian Weimer2019-05-20-205/+92
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-05-15-3/+46
* Break more lines before not after operators.Joseph Myers2019-02-25-2/+2