aboutsummaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)Author
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
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-11Remove redirection of _IO_vfprintfGabriel F. T. Gomes
2018-12-07Prepare vfscanf to use __strtof128_internalGabriel F. T. Gomes
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg
2018-12-05Add __v*printf_internal with flags argumentsZack Weinberg
2018-12-05Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD.Zack Weinberg
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg
2018-11-30posix: Use posix_spawn on popenAdhemerval Zanella
2018-11-28support: Add signal support to support_capture_subprocess_checkFlorian Weimer
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab
2018-10-09Increase timeout of libio/tst-readlineSzabolcs Nagy
2018-10-02libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella
2018-07-10Fix copyright years in recent commitsFlorian Weimer
2018-07-06libio: Implement internal function __libc_readline_unlockedFlorian Weimer
2018-07-05Add renameat2 function [BZ #17662]Florian Weimer
2018-06-26libio: Add tst-vtables, tst-vtables-interposedFlorian Weimer
2018-06-26libio: Disable vtable validation in case of interposition [BZ #23313]Florian Weimer
2018-06-20libio: Avoid ptrdiff_t overflow in IO_validate_vtableFlorian Weimer
2018-06-01libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236]Florian Weimer
2018-04-03hurd: Avoid more libc.so local PLTsSamuel Thibault
2018-03-13[BZ 1190] Make EOF sticky in stdio.Zack Weinberg
2018-02-21Remove miscellaneous debris from libio.Zack Weinberg
2018-02-21Remove _IO_file_flags define.Zack Weinberg
2018-02-21Remove legacy configuration knobs from libio.Zack Weinberg
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg