summaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)Author
2014-02-05Fix infinite loop in ftell when writing wide char data (BZ #16398)Siddhesh Poyarekar
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-20Rename Oriya locale to Odia (bug 15601)Siddhesh Poyarekar
2013-10-11Fix fwrite() reading beyond end of buffer in error pathEric Biggers
2013-09-09Fix memory leaks in libio on allocation failureAllan McRae
2013-09-04Remove --disable-versioning.Joseph Myers
2013-08-21Fix typos.Ondřej Bílka
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-06-06Fix leading whitespaces.Ondrej Bilka
2013-06-05Remove trailing whitespace.Joseph Myers
2013-05-24Initialize wide struct info.Ondrej Bilka
2013-04-15Fix off-by-one bug in tst-fwrite-errorSiddhesh Poyarekar
2013-02-07Remove lots of inline keywords.Roland McGrath
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-12-01[BZ #12724] libio: revert partial POSIX 2008 fclose supportMike Frysinger
2012-11-28Make fwrite return 0 on EOFSiddhesh Poyarekar
2012-11-16printf should return negative value on errorSiddhesh Poyarekar
2012-11-16Note in a comment that references to C++ bits are obsoleteSiddhesh Poyarekar
2012-11-01Change type of constant to avoid a warning.Thomas Schwinge
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-10-18Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.Joseph Myers
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