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