about summary refs log tree commit diff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-172-20/+42
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01176-176/+176
* Remove __waitpid_nocancelAdhemerval Zanella2019-12-191-1/+5
* libio: Disable vtable validation for pre-2.1 interposed handles [BZ #25203]Florian Weimer2019-11-271-0/+5
* Use DEPRECATED_SCANF macro for remaining C99-compliant scanf functionsGabriel F. T. Gomes2019-11-221-2/+0
* Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]Florian Weimer2019-11-134-63/+52
* libio/tst-fopenloc: Use xsetlocale, xfopen, and xfcloseArjun Shankar2019-11-111-13/+7
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07175-175/+175
* iconv: Revert steps array reference counting changesFlorian Weimer2019-07-314-115/+8
* Prepare vfprintf to use __printf_fp/__printf_fphex with float128 argGabriel F. T. Gomes2019-06-271-4/+16
* libio: do not attempt to free wide buffers of legacy streams [BZ #24228]Dmitry V. Levin2019-06-204-5/+59
* libio: freopen of default streams crashes in old programs [BZ #24632]Florian Weimer2019-06-122-1/+6
* libio: Fix gconv-related memory leak [BZ #24583]Florian Weimer2019-05-214-8/+115
* libio: Remove codecvt vtable [BZ #24588]Florian Weimer2019-05-209-205/+92
* Fix crash in _IO_wfile_sync (bug 20568)Andreas Schwab2019-05-154-3/+46
* Break more lines before not after operators.Joseph Myers2019-02-251-2/+2
* Break some lines before not after operators.Joseph Myers2019-02-221-7/+7
* libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderrFlorian Weimer2019-02-1810-51/+44