| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-12 | libio: freopen of default streams crashes in old programs [BZ #24632] |  Florian Weimer | 2 | -1/+6 |
| 2019-05-21 | libio: Fix gconv-related memory leak [BZ #24583] |  Florian Weimer | 4 | -8/+115 |
| 2019-05-20 | libio: Remove codecvt vtable [BZ #24588] |  Florian Weimer | 9 | -205/+92 |
| 2019-05-15 | Fix crash in _IO_wfile_sync (bug 20568) |  Andreas Schwab | 4 | -3/+46 |
| 2019-02-25 | Break more lines before not after operators. |  Joseph Myers | 1 | -2/+2 |
| 2019-02-22 | Break some lines before not after operators. |  Joseph Myers | 1 | -7/+7 |
| 2019-02-18 | libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderr |  Florian Weimer | 10 | -51/+44 |
| 2019-02-13 | Fix -Wempty-body warnings in glibc. |  Joseph Myers | 1 | -1/+1 |
| 2019-02-06 | Fix wide char format specifier in libio/tst-bz24153.c. |  Stefan Liebler | 1 | -2/+2 |
| 2019-02-03 | libio: Use stdin consistently for input functions [BZ #24153] |  Florian Weimer | 9 | -21/+135 |
| 2019-01-31 | libio: use stdout in puts and putchar, etc [BZ #24051]. |  Paul Pluzhnikov | 9 | -25/+106 |
| 2019-01-03 | Use C99-compliant scanf under _GNU_SOURCE with modern compilers. |  Zack Weinberg | 9 | -19/+45 |
| 2019-01-02 | Set behavior of sprintf-like functions with overlapping source and destination |  Gabriel F. T. Gomes | 5 | -4/+127 |
| 2019-01-01 | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 171 | -171/+171 |
| 2018-12-11 | Remove redirection of _IO_vfprintf |  Gabriel F. T. Gomes | 1 | -1/+0 |
| 2018-12-07 | Prepare vfscanf to use __strtof128_internal |  Gabriel F. T. Gomes | 1 | -3/+15 |
| 2018-12-05 | Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319) |  Zack Weinberg | 3 | -24/+58 |
| 2018-12-05 | Add __v*printf_internal with flags arguments |  Zack Weinberg | 13 | -54/+114 |
| 2018-12-05 | Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD. |  Zack Weinberg | 2 | -4/+2 |
| 2018-12-05 | Add __vfscanf_internal and __vfwscanf_internal with flags arguments. |  Zack Weinberg | 9 | -30/+68 |
| 2018-11-30 | posix: Use posix_spawn on popen |  Adhemerval Zanella | 1 | -47/+85 |
| 2018-11-28 | support: Add signal support to support_capture_subprocess_check |  Florian Weimer | 1 | -17/+1 |
| 2018-10-17 | Don't reduce test timeout to less than default |  Andreas Schwab | 1 | -1/+0 |
| 2018-10-09 | Increase timeout of libio/tst-readline |  Szabolcs Nagy | 1 | -0/+1 |
| 2018-10-02 | libio: Flush stream at freopen (BZ#21037) |  Adhemerval Zanella | 6 | -26/+185 |
| 2018-07-10 | Fix copyright years in recent commits |  Florian Weimer | 2 | -2/+2 |
| 2018-07-06 | libio: Implement internal function __libc_readline_unlocked |  Florian Weimer | 8 | -9/+435 |
| 2018-07-05 | Add renameat2 function [BZ #17662] |  Florian Weimer | 1 | -0/+12 |
| 2018-06-26 | libio: Add tst-vtables, tst-vtables-interposed |  Florian Weimer | 4 | -0/+578 |
| 2018-06-26 | libio: Disable vtable validation in case of interposition [BZ #23313] |  Florian Weimer | 1 | -0/+16 |
| 2018-06-20 | libio: Avoid ptrdiff_t overflow in IO_validate_vtable |  Florian Weimer | 1 | -2/+2 |
| 2018-06-01 | libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236] |  Florian Weimer | 6 | -30/+23 |
| 2018-04-03 | hurd: Avoid more libc.so local PLTs |  Samuel Thibault | 2 | -0/+2 |
| 2018-03-13 | [BZ 1190] Make EOF sticky in stdio. |  Zack Weinberg | 5 | -9/+121 |
| 2018-02-21 | Remove miscellaneous debris from libio. |  Zack Weinberg | 17 | -234/+32 |
| 2018-02-21 | Remove _IO_file_flags define. |  Zack Weinberg | 15 | -96/+62 |
| 2018-02-21 | Remove legacy configuration knobs from libio. |  Zack Weinberg | 9 | -47/+14 |
| 2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. |  Zack Weinberg | 99 | -880/+842 |
| 2018-02-21 | Remove vestiges of external build support from libio headers. |  Zack Weinberg | 3 | -43/+5 |
| 2018-02-21 | Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 15105, bug 19463). |  Joseph Myers | 2 | -1/+4 |
| 2018-02-21 | Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463). |  Joseph Myers | 1 | -0/+1 |
| 2018-02-19 | Fix -Os ferror_unlocked linknamespace, localplt issues (bug 15105, bug 19463). |  Joseph Myers | 1 | -1/+3 |
| 2018-02-15 | Use libc_hidden_* for fputs (bug 15105). |  Joseph Myers | 1 | -0/+1 |
| 2018-02-15 | Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463). |  Joseph Myers | 1 | -1/+3 |
| 2018-02-07 | Post-cleanup 2: minimize _G_config.h. |  Zack Weinberg | 6 | -19/+33 |
| 2018-02-07 | Post-cleanup 1: move libio.h back out of bits/. |  Zack Weinberg | 4 | -63/+66 |
| 2018-02-07 | Don't install libio.h or _G_config.h. |  Zack Weinberg | 13 | -298/+342 |
| 2018-02-05 | Remove getc and putc macros from the public stdio.h. |  Zack Weinberg | 2 | -10/+2 |
| 2018-01-29 | libio: Rename _FWRITE to FWRITE_FUNC |  Samuel Thibault | 2 | -6/+6 |
| 2018-01-28 | hurd: Fix building libio/tst-memstream3.c |  Samuel Thibault | 2 | -6/+6 |