Age | Commit message (Expand) | Author | Files | Lines |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath | 1 | -1/+1 |
2013-01-11 | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 2 | -3/+3 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 153 | -174/+153 |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 1 | -2/+1 |
2012-12-01 | [BZ #12724] libio: revert partial POSIX 2008 fclose support | Mike Frysinger | 3 | -144/+4 |
2012-11-28 | Make fwrite return 0 on EOF | Siddhesh Poyarekar | 4 | -11/+78 |
2012-11-16 | printf should return negative value on error | Siddhesh Poyarekar | 4 | -14/+15 |
2012-11-16 | Note in a comment that references to C++ bits are obsolete | Siddhesh Poyarekar | 1 | -0/+8 |
2012-11-01 | Change type of constant to avoid a warning. | Thomas Schwinge | 1 | -1/+1 |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers | 1 | -1/+1 |
2012-10-18 | Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. | Joseph Myers | 9 | -87/+12 |
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 | 5 | -8/+8 |
2012-09-28 | Don't flush write buffer for ftell | Siddhesh Poyarekar | 2 | -25/+112 |
2012-09-28 | Adjust wide data buffer pointers during fseek and ftell | Siddhesh Poyarekar | 3 | -1/+234 |
2012-09-25 | Remove various _G_*_t type names. | Joseph Myers | 2 | -8/+8 |
2012-09-25 | Fix minor typos in comments | Siddhesh Poyarekar | 1 | -2/+2 |
2012-09-25 | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 2 | -4/+5 |
2012-09-21 | Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT. | Joseph Myers | 3 | -23/+0 |
2012-09-20 | Remove _G_NEED_STDARG_H. | Joseph Myers | 1 | -8/+6 |
2012-09-17 | Remove _G_HAVE_IO_GETLINE_INFO. | Joseph Myers | 2 | -8/+0 |
2012-09-13 | Remove _G_HAVE_PRINTF_FP. | Joseph Myers | 1 | -3/+0 |
2012-09-10 | Remove _G_USING_THUNKS. | Joseph Myers | 1 | -30/+12 |
2012-09-10 | Remove libio C++ vtable definitions. | Joseph Myers | 1 | -24/+0 |
2012-09-10 | Run tst-fopenloc if $(build-shared) is yes | H.J. Lu | 1 | -4/+14 |
2012-09-05 | Fix typos in comments | Siddhesh Poyarekar | 3 | -5/+5 |
2012-09-04 | Fix iogetdelim.c (latent) integer overflow (bug 9914). | Joseph Myers | 1 | -1/+2 |
2012-08-17 | Make libio compile without _IO_MTSAFE_IO. | Roland McGrath | 2 | -0/+18 |
2012-08-17 | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 1 | -3/+3 |
2012-08-06 | Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t. | Roland McGrath | 8 | -14/+65 |
2012-08-01 | Clean up fopen64 for O_LARGEFILE==0. | Roland McGrath | 2 | -0/+12 |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 1 | -2/+2 |
2012-05-24 | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 57 | -597/+516 |
2012-05-12 | Avoid dup3 PLT usage. | Thomas Schwinge | 2 | -6/+6 |
2012-05-10 | Hurd: #include <kernel-features.h> | Thomas Schwinge | 3 | -6/+8 |
2012-05-03 | Fix conditions on checking versions of dprintf (bug 13775). | Joseph Myers | 2 | -22/+30 |
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek | 3 | -22/+22 |
2012-04-12 | Update comment for _io_write_fn | Roland McGrath | 1 | -5/+5 |
2012-04-11 | Remove __wur from fwrite, fwrite_unlocked | Jim Meyering | 1 | -3/+3 |
2012-03-29 | Remove xsputn small copy optimization. | David S. Miller | 1 | -15/+4 |
2012-03-09 | Always declare gets for C++ up to C++11 without checking __USE_GNU. | Joseph Myers | 1 | -1/+1 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -4/+1 |
2012-02-27 | BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional. | Roland McGrath | 2 | -8/+6 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 151 | -453/+302 |
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-30 | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 17 | -53/+22 |
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 1 | -5/+1 |
2012-01-26 | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 1 | -12/+2 |
2012-01-13 | Don't always provide definition of gets checking version | Marek Polacek | 1 | -0/+3 |