about summary refs log tree commit diff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
* 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
* libio: Disable vtable validation in case of interposition [BZ #23313]Florian Weimer2018-06-261-0/+16
* libio: Avoid ptrdiff_t overflow in IO_validate_vtableFlorian Weimer2018-06-201-2/+2
* libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236]Florian Weimer2018-06-016-30/+23
* hurd: Avoid more libc.so local PLTsSamuel Thibault2018-04-032-0/+2
* [BZ 1190] Make EOF sticky in stdio.Zack Weinberg2018-03-135-9/+121
* Remove miscellaneous debris from libio.Zack Weinberg2018-02-2117-234/+32
* Remove _IO_file_flags define.Zack Weinberg2018-02-2115-98/+64
* Remove legacy configuration knobs from libio.Zack Weinberg2018-02-219-47/+14
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-2199-882/+844
* Remove vestiges of external build support from libio headers.Zack Weinberg2018-02-213-43/+5
* Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers2018-02-212-1/+4
* Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-211-0/+1
* Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-191-1/+3
* Use libc_hidden_* for fputs (bug 15105).Joseph Myers2018-02-151-0/+1
* Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-151-1/+3
* Post-cleanup 2: minimize _G_config.h.Zack Weinberg2018-02-076-19/+33
* Post-cleanup 1: move libio.h back out of bits/.Zack Weinberg2018-02-074-63/+66
* Don't install libio.h or _G_config.h.Zack Weinberg2018-02-0713-298/+342
* Remove getc and putc macros from the public stdio.h.Zack Weinberg2018-02-052-10/+2