Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-16 | printf should return negative value on error | Siddhesh Poyarekar | |
[BZ #11741] Fixed bug where printf and family may return a spurious success when printing padded formats. | |||
2012-11-16 | Note in a comment that references to C++ bits are obsolete | Siddhesh Poyarekar | |
libio is not used by libstdc++ anymore, but there are references to streambuf are all over. | |||
2012-11-01 | Change type of constant to avoid a warning. | Thomas Schwinge | |
Warning has been introduced in commit 7583a88d1c7170caad26966bcea8bfc2c92093ba. | |||
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers | |
2012-10-18 | Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. | Joseph Myers | |
2012-10-10 | Remove _IO_pos_t. | Joseph Myers | |
2012-10-09 | Remove _G_off64_t and _G_stat64 from _G_config.h. | Joseph Myers | |
2012-09-28 | Don't flush write buffer for ftell | Siddhesh Poyarekar | |
[BZ #5298] Use write pointer state along with the file offset and/or the read pointers to get the current file position. | |||
2012-09-28 | Adjust wide data buffer pointers during fseek and ftell | Siddhesh Poyarekar | |
[BZ #14543] Set the internal buffer state correctly whenever the external buffer state is modified by fseek by either computing the current _IO_read_ptr/end for the internal buffer based on the new _IO_read_ptr in the external buffer or converting the content read into the external buffer, up to the extent of the requested fseek offset. | |||
2012-09-25 | Remove various _G_*_t type names. | Joseph Myers | |
2012-09-25 | Fix minor typos in comments | Siddhesh Poyarekar | |
2012-09-25 | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | |
2012-09-21 | Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT. | Joseph Myers | |
2012-09-20 | Remove _G_NEED_STDARG_H. | Joseph Myers | |
2012-09-17 | Remove _G_HAVE_IO_GETLINE_INFO. | Joseph Myers | |
2012-09-13 | Remove _G_HAVE_PRINTF_FP. | Joseph Myers | |
2012-09-10 | Remove _G_USING_THUNKS. | Joseph Myers | |
2012-09-10 | Remove libio C++ vtable definitions. | Joseph Myers | |
2012-09-10 | Run tst-fopenloc if $(build-shared) is yes | H.J. Lu | |
2012-09-05 | Fix typos in comments | Siddhesh Poyarekar | |
* libio/fileops.c: Fix typos in comments. * libio/oldfileops.c: Likewise. * libio/wfileops.c: Likewise. | |||
2012-09-04 | Fix iogetdelim.c (latent) integer overflow (bug 9914). | Joseph Myers | |
2012-08-17 | Make libio compile without _IO_MTSAFE_IO. | Roland McGrath | |
2012-08-17 | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | |
2012-08-06 | Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t. | Roland McGrath | |
2012-08-01 | Clean up fopen64 for O_LARGEFILE==0. | Roland McGrath | |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | |
2012-05-24 | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | |
2012-05-12 | Avoid dup3 PLT usage. | Thomas Schwinge | |
Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c. | |||
2012-05-10 | Hurd: #include <kernel-features.h> | Thomas Schwinge | |
2012-05-03 | Fix conditions on checking versions of dprintf (bug 13775). | Joseph Myers | |
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek | |
2012-04-12 | Update comment for _io_write_fn | Roland McGrath | |
[BZ #2074] * libio/libio.h (__io_write_fn): Update comment. | |||
2012-04-11 | Remove __wur from fwrite, fwrite_unlocked | Jim Meyering | |
[BZ #11959] * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur. It is not necessarily an error to ignore fwrite's return value. One can reliably use ferror to test for errors after the fact. | |||
2012-03-29 | Remove xsputn small copy optimization. | David S. Miller | |
* libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize small copies by hand. | |||
2012-03-09 | Always declare gets for C++ up to C++11 without checking __USE_GNU. | Joseph Myers | |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | |
2012-02-27 | BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional. | Roland McGrath | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2012-02-09 | Remove _G_HAVE_SYS_CDEFS. | Marek Polacek | |
2012-01-31 | Remove PARAMS macros. | Marek Polacek | |
2012-01-30 | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | |
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | |
2012-01-26 | Remove __STDC__ conditionals from installed headers. | Joseph Myers | |
2012-01-13 | Don't always provide definition of gets checking version | Marek Polacek | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | |
No more __const. | |||
2012-01-07 | Do not declare gets in _GNU_SOURCE mode at all | Ulrich Drepper | |
2012-01-06 | Fix C11 header changes for C++. | Joseph Myers | |
2012-01-01 | Better gets prototype and fallout from removal | Ulrich Drepper | |
2012-01-01 | Remove gets declaration | Ulrich Drepper | |
2011-11-11 | Remove unused variables | Marek Polacek | |