Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change type of constant to avoid a warning. | Thomas Schwinge | 2012-11-01 | 1 | -1/+1 |
| | | | | Warning has been introduced in commit 7583a88d1c7170caad26966bcea8bfc2c92093ba. | ||||
* | Define and use $(run-built-tests). | Joseph Myers | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. | Joseph Myers | 2012-10-18 | 9 | -87/+12 |
| | |||||
* | 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 | 5 | -8/+8 |
| | |||||
* | Don't flush write buffer for ftell | Siddhesh Poyarekar | 2012-09-28 | 2 | -25/+112 |
| | | | | | | [BZ #5298] Use write pointer state along with the file offset and/or the read pointers to get the current file position. | ||||
* | Adjust wide data buffer pointers during fseek and ftell | Siddhesh Poyarekar | 2012-09-28 | 3 | -1/+234 |
| | | | | | | | | | [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. | ||||
* | Remove various _G_*_t type names. | Joseph Myers | 2012-09-25 | 2 | -8/+8 |
| | |||||
* | Fix minor typos in comments | Siddhesh Poyarekar | 2012-09-25 | 1 | -2/+2 |
| | |||||
* | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 2012-09-25 | 2 | -4/+5 |
| | |||||
* | Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT. | Joseph Myers | 2012-09-21 | 3 | -23/+0 |
| | |||||
* | Remove _G_NEED_STDARG_H. | Joseph Myers | 2012-09-20 | 1 | -8/+6 |
| | |||||
* | Remove _G_HAVE_IO_GETLINE_INFO. | Joseph Myers | 2012-09-17 | 2 | -8/+0 |
| | |||||
* | Remove _G_HAVE_PRINTF_FP. | Joseph Myers | 2012-09-13 | 1 | -3/+0 |
| | |||||
* | Remove _G_USING_THUNKS. | Joseph Myers | 2012-09-10 | 1 | -30/+12 |
| | |||||
* | Remove libio C++ vtable definitions. | Joseph Myers | 2012-09-10 | 1 | -24/+0 |
| | |||||
* | Run tst-fopenloc if $(build-shared) is yes | H.J. Lu | 2012-09-10 | 1 | -4/+14 |
| | |||||
* | Fix typos in comments | Siddhesh Poyarekar | 2012-09-05 | 3 | -5/+5 |
| | | | | | | * libio/fileops.c: Fix typos in comments. * libio/oldfileops.c: Likewise. * libio/wfileops.c: Likewise. | ||||
* | Fix iogetdelim.c (latent) integer overflow (bug 9914). | Joseph Myers | 2012-09-04 | 1 | -1/+2 |
| | |||||
* | Make libio compile without _IO_MTSAFE_IO. | Roland McGrath | 2012-08-17 | 2 | -0/+18 |
| | |||||
* | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 2012-08-17 | 1 | -3/+3 |
| | |||||
* | Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t. | Roland McGrath | 2012-08-06 | 8 | -14/+65 |
| | |||||
* | Clean up fopen64 for O_LARGEFILE==0. | Roland McGrath | 2012-08-01 | 2 | -0/+12 |
| | |||||
* | Fix lots of bitrot for stub configurations. | Roland McGrath | 2012-07-30 | 1 | -2/+2 |
| | |||||
* | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 2012-05-24 | 57 | -597/+516 |
| | |||||
* | Avoid dup3 PLT usage. | Thomas Schwinge | 2012-05-12 | 2 | -6/+6 |
| | | | | Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c. | ||||
* | Hurd: #include <kernel-features.h> | Thomas Schwinge | 2012-05-10 | 3 | -6/+8 |
| | |||||
* | Fix conditions on checking versions of dprintf (bug 13775). | Joseph Myers | 2012-05-03 | 2 | -22/+30 |
| | |||||
* | Fix attributes for fortify functions. | Marek Polacek | 2012-04-29 | 3 | -22/+22 |
| | |||||
* | Update comment for _io_write_fn | Roland McGrath | 2012-04-12 | 1 | -5/+5 |
| | | | | | [BZ #2074] * libio/libio.h (__io_write_fn): Update comment. | ||||
* | Remove __wur from fwrite, fwrite_unlocked | Jim Meyering | 2012-04-11 | 1 | -3/+3 |
| | | | | | | | | [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. | ||||
* | Remove xsputn small copy optimization. | David S. Miller | 2012-03-29 | 1 | -15/+4 |
| | | | | | * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize small copies by hand. | ||||
* | Always declare gets for C++ up to C++11 without checking __USE_GNU. | Joseph Myers | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -4/+1 |
| | |||||
* | BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional. | Roland McGrath | 2012-02-27 | 2 | -8/+6 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 151 | -453/+302 |
| | |||||
* | 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 miscellaneous __STDC__ conditionals. | Joseph Myers | 2012-01-30 | 17 | -53/+22 |
| | |||||
* | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers | 2012-01-26 | 1 | -5/+1 |
| | |||||
* | Remove __STDC__ conditionals from installed headers. | Joseph Myers | 2012-01-26 | 1 | -12/+2 |
| | |||||
* | Don't always provide definition of gets checking version | Marek Polacek | 2012-01-13 | 1 | -0/+3 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 5 | -107/+108 |
| | | | | No more __const. | ||||
* | Do not declare gets in _GNU_SOURCE mode at all | Ulrich Drepper | 2012-01-07 | 1 | -1/+1 |
| | |||||
* | Fix C11 header changes for C++. | Joseph Myers | 2012-01-06 | 1 | -2/+5 |
| | |||||
* | Better gets prototype and fallout from removal | Ulrich Drepper | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Remove gets declaration | Ulrich Drepper | 2012-01-01 | 1 | -0/+6 |
| | |||||
* | Remove unused variables | Marek Polacek | 2011-11-11 | 1 | -13/+12 |
| | |||||
* | Fix locking in _IO_flush_all_lockp | Andreas Schwab | 2011-11-07 | 1 | -2/+2 |
| | |||||
* | Mark a few more functions with __THROWNL. | Ulrich Drepper | 2011-10-29 | 1 | -9/+9 |
| |