Age | Commit message (Expand) | Author | Files | Lines |
2023-03-27 | libio: Remove the usage of __libc_IO_vtables | Adhemerval Zanella Netto | 1 | -27/+109 |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto | 1 | -1/+0 |
2023-03-02 | C2x scanf binary constant handling | Joseph Myers | 1 | -1/+5 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2022-10-18 | Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources | Florian Weimer | 1 | -2/+0 |
2022-10-18 | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer | 1 | -0/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-07-07 | libio: Replace internal _IO_getdelim symbol with __getdelim | Florian Weimer | 1 | -1/+0 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-06-27 | Prepare vfprintf to use __printf_fp/__printf_fphex with float128 arg | Gabriel F. T. Gomes | 1 | -4/+16 |
2019-06-12 | libio: freopen of default streams crashes in old programs [BZ #24632] | Florian Weimer | 1 | -0/+5 |
2019-05-20 | libio: Remove codecvt vtable [BZ #24588] | Florian Weimer | 1 | -1/+28 |
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 | 1 | -1/+29 |
2019-01-02 | Set behavior of sprintf-like functions with overlapping source and destination | Gabriel F. T. Gomes | 1 | -1/+5 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
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 | 1 | -18/+9 |
2018-12-05 | Add __v*printf_internal with flags arguments | Zack Weinberg | 1 | -5/+42 |
2018-12-05 | Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD. | Zack Weinberg | 1 | -3/+2 |
2018-12-05 | Add __vfscanf_internal and __vfwscanf_internal with flags arguments. | Zack Weinberg | 1 | -0/+22 |
2018-06-20 | libio: Avoid ptrdiff_t overflow in IO_validate_vtable | Florian Weimer | 1 | -2/+2 |
2018-02-21 | Remove miscellaneous debris from libio. | Zack Weinberg | 1 | -40/+9 |
2018-02-21 | Remove _IO_file_flags define. | Zack Weinberg | 1 | -2/+2 |
2018-02-21 | Remove legacy configuration knobs from libio. | Zack Weinberg | 1 | -4/+0 |
2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 1 | -188/+188 |
2018-02-21 | Remove vestiges of external build support from libio headers. | Zack Weinberg | 1 | -8/+0 |
2018-02-07 | Post-cleanup 2: minimize _G_config.h. | Zack Weinberg | 1 | -10/+10 |
2018-02-07 | Post-cleanup 1: move libio.h back out of bits/. | Zack Weinberg | 1 | -1/+1 |
2018-02-07 | Don't install libio.h or _G_config.h. | Zack Weinberg | 1 | -0/+7 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-08-31 | libio: Assume _LIBC, weak_alias, errno, (__set_)errno &c are defined | Florian Weimer | 1 | -78/+10 |
2017-07-04 | Single threaded stdio optimization | Szabolcs Nagy | 1 | -0/+2 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-07-06 | hurd: Fix PTR_{,DE}MANGLE calls | Samuel Thibault | 1 | -0/+2 |
2016-06-23 | libio: Implement vtable verification [BZ #20191] | Florian Weimer | 1 | -13/+63 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-08-12 | Fix BZ #16734 -- fopen calls mmap to allocate its buffer | Paul Pluzhnikov | 1 | -40/+0 |
2015-05-22 | Fix indentation to match nesting in previous commit | Florian Weimer | 1 | -1/+1 |
2015-05-22 | Avoid some aliasing violations in libio | Florian Weimer | 1 | -4/+19 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 1 | -1/+1 |
2014-05-01 | Fix -Wundef warnings for _IO_JUMPS_OFFSET. | Roland McGrath | 1 | -0/+2 |
2014-03-17 | Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings" | Will Newton | 1 | -1/+1 |
2014-03-17 | Fix _IO_JUMPS_OFFSET -Wundef warnings | Will Newton | 1 | -1/+1 |
2014-03-04 | Separate ftell from fseek logic and avoid modifying FILE data (#16532) | Siddhesh Poyarekar | 1 | -0/+1 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |