about summary refs log tree commit diff
path: root/libio
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove _G_NEED_STDARG_H.Joseph Myers2012-09-201-8/+6
|
* Remove _G_HAVE_IO_GETLINE_INFO.Joseph Myers2012-09-172-8/+0
|
* Remove _G_HAVE_PRINTF_FP.Joseph Myers2012-09-131-3/+0
|
* Remove _G_USING_THUNKS.Joseph Myers2012-09-101-30/+12
|
* Remove libio C++ vtable definitions.Joseph Myers2012-09-101-24/+0
|
* Run tst-fopenloc if $(build-shared) is yesH.J. Lu2012-09-101-4/+14
|
* Fix typos in commentsSiddhesh Poyarekar2012-09-053-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 Myers2012-09-041-1/+2
|
* Make libio compile without _IO_MTSAFE_IO.Roland McGrath2012-08-172-0/+18
|
* Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath2012-08-171-3/+3
|
* Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath2012-08-068-14/+65
|
* Clean up fopen64 for O_LARGEFILE==0.Roland McGrath2012-08-012-0/+12
|
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-301-2/+2
|
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-2457-597/+516
|
* Avoid dup3 PLT usage.Thomas Schwinge2012-05-122-6/+6
| | | | Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c.
* Hurd: #include <kernel-features.h>Thomas Schwinge2012-05-103-6/+8
|
* Fix conditions on checking versions of dprintf (bug 13775).Joseph Myers2012-05-032-22/+30
|
* Fix attributes for fortify functions.Marek Polacek2012-04-293-22/+22
|
* Update comment for _io_write_fnRoland McGrath2012-04-121-5/+5
| | | | | [BZ #2074] * libio/libio.h (__io_write_fn): Update comment.
* Remove __wur from fwrite, fwrite_unlockedJim Meyering2012-04-111-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. Miller2012-03-291-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 Myers2012-03-091-1/+1
|
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-4/+1
|
* BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.Roland McGrath2012-02-272-8/+6
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-09151-453/+302
|
* Remove _G_HAVE_SYS_CDEFS.Marek Polacek2012-02-091-6/+1
|
* Remove PARAMS macros.Marek Polacek2012-01-311-5/+0
|
* Remove miscellaneous __STDC__ conditionals.Joseph Myers2012-01-3017-53/+22
|
* Remove __STDC__ conditionals from non-installed headers.Joseph Myers2012-01-261-5/+1
|
* Remove __STDC__ conditionals from installed headers.Joseph Myers2012-01-261-12/+2
|
* Don't always provide definition of gets checking versionMarek Polacek2012-01-131-0/+3
|
* Remove pre-ISO C supportUlrich Drepper2012-01-075-107/+108
| | | | No more __const.
* Do not declare gets in _GNU_SOURCE mode at allUlrich Drepper2012-01-071-1/+1
|
* Fix C11 header changes for C++.Joseph Myers2012-01-061-2/+5
|
* Better gets prototype and fallout from removalUlrich Drepper2012-01-011-1/+1
|
* Remove gets declarationUlrich Drepper2012-01-011-0/+6
|
* Remove unused variablesMarek Polacek2011-11-111-13/+12
|
* Fix locking in _IO_flush_all_lockpAndreas Schwab2011-11-071-2/+2
|
* Mark a few more functions with __THROWNL.Ulrich Drepper2011-10-291-9/+9
|
* Remove mention of open_obstack_stream, which has never existed in libio.Roland McGrath2011-10-261-1/+1
|
* Avoid warning in iofwideUlrich Drepper2011-10-151-6/+5
|
* Don't lock string streams in stream cleanup codeUlrich Drepper2011-09-091-9/+9
|
* Fix fopen (non-existing-file, "re") errnoAndreas Jaeger2011-08-201-13/+11
|
* Define SEEK_DATA and SEEK_HOLEUlrich Drepper2011-07-231-2/+6
|
* Set stream errors in more casesUlrich Drepper2011-05-211-3/+14
| | | | Also avoid unnecessarily setting errno when testing for TTY.
* Cleanup namespace use.Ulrich Drepper2011-05-192-2/+2
|
* Fix fileops.c build for old kernelsH.J. Lu2011-05-171-0/+1
|
* Fix a few problems in fopen and freopenUlrich Drepper2011-05-155-37/+121
| | | | | | | | | fopen should set the FD_CLOEXEC flag if requested evenif the kernel does not support an aotmic operation. freopen should reuse the file descriptor for the stream. This is especially important for calls to change the standard streams (stin, stdout, stderr).
* Initialize variable in _IO_new_file_close_itUlrich Drepper2011-05-141-0/+2
| | | | The last change left a variable in some situations uninitialized.
* Fix error messages in test.Ulrich Drepper2011-05-131-4/+7
|