Age | Commit message (Expand) | Author | Files | Lines |
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-11-13 | Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097] | Florian Weimer | 1 | -7/+3 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-05-20 | libio: Remove codecvt vtable [BZ #24588] | Florian Weimer | 1 | -32/+0 |
2019-02-18 | libio: Eliminate _IO_stdin, _IO_stdout, _IO_stderr | Florian Weimer | 1 | -3/+0 |
2019-02-13 | Fix -Wempty-body warnings in glibc. | Joseph Myers | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-12-11 | Remove redirection of _IO_vfprintf | Gabriel F. T. Gomes | 1 | -1/+0 |
2018-12-05 | Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319) | Zack Weinberg | 1 | -1/+0 |
2018-12-05 | Add __v*printf_internal with flags arguments | Zack Weinberg | 1 | -5/+0 |
2018-12-05 | Use SCANF_ISOC99_A instead of _IO_FLAGS2_SCANF_STD. | Zack Weinberg | 1 | -1/+0 |
2018-12-05 | Add __vfscanf_internal and __vfwscanf_internal with flags arguments. | Zack Weinberg | 1 | -1/+0 |
2018-02-21 | Remove miscellaneous debris from libio. | Zack Weinberg | 1 | -0/+8 |
2018-02-21 | Remove _IO_file_flags define. | Zack Weinberg | 1 | -56/+25 |
2018-02-21 | Remove legacy configuration knobs from libio. | Zack Weinberg | 1 | -22/+14 |
2018-02-21 | Mechanically remove _IO_ name aliases for types and constants. | Zack Weinberg | 1 | -60/+38 |
2018-02-21 | Remove vestiges of external build support from libio headers. | Zack Weinberg | 1 | -27/+5 |
2018-02-07 | Post-cleanup 2: minimize _G_config.h. | Zack Weinberg | 1 | -4/+18 |
2018-02-07 | Post-cleanup 1: move libio.h back out of bits/. | Zack Weinberg | 1 | -0/+407 |
2018-02-07 | Don't install libio.h or _G_config.h. | Zack Weinberg | 1 | -25/+0 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-12-24 | Deprecate external use of libio.h and _G_config.h. | Zack Weinberg | 1 | -504/+6 |
2017-07-04 | Single threaded stdio optimization | Szabolcs Nagy | 1 | -0/+4 |
2017-05-11 | Remove _IO_MTSAFE_IO from public headers. | Zack Weinberg | 1 | -18/+13 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-11-27 | Minor problems exposed by compiling C++ tests under _ISOMAC. | Zack Weinberg | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-09-03 | Don't include <bits/stdio-lock.h> from installed <libio.h>. | Joseph Myers | 1 | -5/+1 |
2015-08-12 | Fix BZ #16734 -- fopen calls mmap to allocate its buffer | Paul Pluzhnikov | 1 | -2/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -2/+1 |
2012-10-10 | Remove _IO_pos_t. | Joseph Myers | 1 | -1/+0 |
2012-10-09 | Remove _G_off64_t and _G_stat64 from _G_config.h. | Joseph Myers | 1 | -1/+1 |
2012-09-25 | Remove various _G_*_t type names. | Joseph Myers | 1 | -6/+6 |
2012-09-21 | Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT. | Joseph Myers | 1 | -1/+0 |
2012-09-20 | Remove _G_NEED_STDARG_H. | Joseph Myers | 1 | -8/+6 |
2012-09-13 | Remove _G_HAVE_PRINTF_FP. | Joseph Myers | 1 | -3/+0 |
2012-04-12 | Update comment for _io_write_fn | Roland McGrath | 1 | -5/+5 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2012-02-09 | Remove _G_HAVE_SYS_CDEFS. | Marek Polacek | 1 | -6/+1 |
2012-01-31 | Remove PARAMS macros. | Marek Polacek | 1 | -5/+0 |
2012-01-26 | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 1 | -12/+2 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -2/+3 |
2011-05-15 | Fix a few problems in fopen and freopen | Ulrich Drepper | 1 | -1/+3 |
2009-11-19 | Fix getwc* and putwc* on non-wide streams. | Ulrich Drepper | 1 | -6/+8 |
2007-09-18 | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, | Ulrich Drepper | 1 | -0/+3 |
2007-07-28 | * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code. | Ulrich Drepper | 1 | -3/+7 |
2007-04-16 | (__underflow, __uflow, __overflow, __wunderflow, __wuflow, __woverflow, _IO_g... | Ulrich Drepper | 1 | -16/+16 |