Age | Commit message (Expand) | Author | Files | Lines |
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 | -98/+64 |
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 | -882/+844 |
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 151... | 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 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 164 | -164/+164 |
2017-12-31 | Correct improper-inclusion check in bits/libio-ldbl.h. | Zack Weinberg | 1 | -1/+6 |
2017-12-24 | Deprecate external use of libio.h and _G_config.h. | Zack Weinberg | 11 | -513/+567 |
2017-12-18 | ld.so: Examine GLRO to detect inactive loader [BZ #20204] | Florian Weimer | 1 | -1/+2 |
2017-12-12 | libio: Free backup area when it not required (BZ#22415) | Adhemerval Zanella | 4 | -2/+113 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -59/+59 |
2017-10-05 | Always do locking when iterating over list of streams (bug 15142) | Andreas Schwab | 1 | -42/+18 |
2017-10-01 | Hide internal __fopen_maybe_mmap function [BZ #18822] | H.J. Lu | 1 | -1/+1 |
2017-10-01 | Mark 3 *_internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -1/+2 |
2017-09-09 | Finish change from “Bengali” to “Bangla” | Mike FABIAN | 1 | -1/+1 |
2017-08-31 | libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are defined | Florian Weimer | 47 | -751/+73 |
2017-08-21 | Consolidate non cancellable waitpid call | Adhemerval Zanella | 1 | -1/+1 |
2017-08-18 | Consolidate non cancellable close call | Adhemerval Zanella | 2 | -4/+4 |
2017-08-18 | Consolidate non cancellable write call | Adhemerval Zanella | 1 | -1/+1 |
2017-08-18 | Consolidate non cancellable read call | Adhemerval Zanella | 1 | -1/+1 |
2017-08-17 | Consolidate non cancellable open call | Adhemerval Zanella | 1 | -1/+1 |
2017-08-07 | Fix missing redirects in testsuite targets | Andreas Schwab | 1 | -1/+1 |
2017-07-14 | Disable single thread optimization for open_memstream | Szabolcs Nagy | 2 | -0/+6 |
2017-07-04 | Single threaded stdio optimization | Szabolcs Nagy | 12 | -0/+53 |
2017-06-08 | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg | 4 | -39/+27 |
2017-05-22 | libio: Avoid dup already opened file descriptor [BZ#21393] | Adhemerval Zanella | 3 | -58/+93 |
2017-05-11 | Remove _IO_MTSAFE_IO from public headers. | Zack Weinberg | 1 | -18/+13 |
2017-04-18 | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 2 | -18/+0 |
2017-04-18 | Assume that dup3 is available | Florian Weimer | 2 | -52/+6 |
2017-04-18 | Assume that pipe2 is always available | Florian Weimer | 1 | -61/+19 |