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