summaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)Author
2014-06-07Remove redundant C locale settings.Joseph Myers
2014-06-04Include LOCPATH in default test environment.Joseph Myers
2014-05-27Fix offset computation for append+ mode on switching from read (BZ #16724)Siddhesh Poyarekar
2014-05-01Fix -Wundef warnings for _IO_JUMPS_OFFSET.Roland McGrath
2014-03-25Setup LOCPATH for tst-ftell-active-handler and tst-ftell-partial-wide in libioAndreas Schwab
2014-03-17Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton
2014-03-17Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton
2014-03-17Change offset in fdopen only if setting O_APPENDSiddhesh Poyarekar
2014-03-17Fix offset caching for streams and use it for ftell (BZ #16680)Siddhesh Poyarekar
2014-03-17Fix up return codes for tests in tst-ftell-active-handlerSiddhesh Poyarekar
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-03-04Fix up formatting in tst-ftell-active-handler.cSiddhesh Poyarekar
2014-03-04Fix up formattingSiddhesh Poyarekar
2014-03-04Use cached offset in ftell when reliableSiddhesh Poyarekar
2014-03-04Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-14Split up rules for tests using mtrace and something else.Joseph Myers
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
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