summaryrefslogtreecommitdiff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix -Wempty-body warnings in glibc.Joseph Myers2019-02-131-1/+1
* Fix wide char format specifier in libio/tst-bz24153.c.Stefan Liebler2019-02-061-2/+2
* libio: Use stdin consistently for input functions [BZ #24153]Florian Weimer2019-02-039-21/+135
* libio: use stdout in puts and putchar, etc [BZ #24051].Paul Pluzhnikov2019-01-319-25/+106
* Use C99-compliant scanf under _GNU_SOURCE with modern compilers.Zack Weinberg2019-01-039-19/+45
* Set behavior of sprintf-like functions with overlapping source and destinationGabriel F. T. Gomes2019-01-025-4/+127
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01171-171/+171
* Remove redirection of _IO_vfprintfGabriel F. T. Gomes2018-12-111-1/+0
* Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes2018-12-071-3/+15
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-053-24/+58
* Add __v*printf_internal with flags argumentsZack Weinberg2018-12-0513-54/+114
* Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg2018-12-052-4/+2
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-059-30/+68
* posix: Use posix_spawn on popenAdhemerval Zanella2018-11-301-47/+85
* support: Add signal support to support_capture_subprocess_checkFlorian Weimer2018-11-281-17/+1
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-171-1/+0
* Increase timeout of libio/tst-readlineSzabolcs Nagy2018-10-091-0/+1
* libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella2018-10-026-26/+185
* Fix copyright years in recent commitsFlorian Weimer2018-07-102-2/+2
* libio: Implement internal function __libc_readline_unlockedFlorian Weimer2018-07-068-9/+435
* Add renameat2 function [BZ #17662]Florian Weimer2018-07-051-0/+12
* libio: Add tst-vtables, tst-vtables-interposedFlorian Weimer2018-06-264-0/+578