summaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)Author
2012-10-10Remove _IO_pos_t.Joseph Myers
2012-10-09Remove _G_off64_t and _G_stat64 from _G_config.h.Joseph Myers
2012-09-28Don't flush write buffer for ftellSiddhesh Poyarekar
2012-09-28Adjust wide data buffer pointers during fseek and ftellSiddhesh Poyarekar
2012-09-25Remove various _G_*_t type names.Joseph Myers
2012-09-25Fix minor typos in commentsSiddhesh Poyarekar
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin
2012-09-21Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.Joseph Myers
2012-09-20Remove _G_NEED_STDARG_H.Joseph Myers
2012-09-17Remove _G_HAVE_IO_GETLINE_INFO.Joseph Myers
2012-09-13Remove _G_HAVE_PRINTF_FP.Joseph Myers
2012-09-10Remove _G_USING_THUNKS.Joseph Myers
2012-09-10Remove libio C++ vtable definitions.Joseph Myers
2012-09-10Run tst-fopenloc if $(build-shared) is yesH.J. Lu
2012-09-05Fix typos in commentsSiddhesh Poyarekar
2012-09-04Fix iogetdelim.c (latent) integer overflow (bug 9914).Joseph Myers
2012-08-17Make libio compile without _IO_MTSAFE_IO.Roland McGrath
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath
2012-08-06Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath
2012-08-01Clean up fopen64 for O_LARGEFILE==0.Roland McGrath
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath
2012-05-24Remove use of INTDEF/INTUSE in libioAndreas Schwab
2012-05-12Avoid dup3 PLT usage.Thomas Schwinge
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge
2012-05-03Fix conditions on checking versions of dprintf (bug 13775).Joseph Myers
2012-04-29Fix attributes for fortify functions.Marek Polacek
2012-04-12Update comment for _io_write_fnRoland McGrath
2012-04-11Remove __wur from fwrite, fwrite_unlockedJim Meyering
2012-03-29Remove xsputn small copy optimization.David S. Miller
2012-03-09Always declare gets for C++ up to C++11 without checking __USE_GNU.Joseph Myers
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-27BZ#13775: Fix vdprintf/dprintf ldbl-compat decl feature test conditional.Roland McGrath
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-02-09Remove _G_HAVE_SYS_CDEFS.Marek Polacek
2012-01-31Remove PARAMS macros.Marek Polacek
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers
2012-01-26Remove __STDC__ conditionals from non-installed headers.Joseph Myers
2012-01-26Remove __STDC__ conditionals from installed headers.Joseph Myers
2012-01-13Don't always provide definition of gets checking versionMarek Polacek
2012-01-07Remove pre-ISO C supportUlrich Drepper
2012-01-07Do not declare gets in _GNU_SOURCE mode at allUlrich Drepper
2012-01-06Fix C11 header changes for C++.Joseph Myers
2012-01-01Better gets prototype and fallout from removalUlrich Drepper
2012-01-01Remove gets declarationUlrich Drepper
2011-11-11Remove unused variablesMarek Polacek
2011-11-07Fix locking in _IO_flush_all_lockpAndreas Schwab
2011-10-29Mark a few more functions with __THROWNL.Ulrich Drepper
2011-10-26Remove mention of open_obstack_stream, which has never existed in libio.Roland McGrath
2011-10-15Avoid warning in iofwideUlrich Drepper
2011-09-09Don't lock string streams in stream cleanup codeUlrich Drepper