aboutsummaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-4/+4
2014-03-04Fix up formatting in tst-ftell-active-handler.cSiddhesh Poyarekar1-7/+7
2014-03-04Fix up formattingSiddhesh Poyarekar1-2/+2
2014-03-04Use cached offset in ftell when reliableSiddhesh Poyarekar4-23/+58
2014-03-04Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar5-133/+588
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-4/+2
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers1-3/+6
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers4-17/+17
2014-02-14Split up rules for tests using mtrace and something else.Joseph Myers1-7/+9
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers1-3/+2
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers3-11/+11
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka9-19/+19
2014-02-05Fix infinite loop in ftell when writing wide char data (BZ #16398)Siddhesh Poyarekar3-5/+115
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae153-153/+153
2013-11-20Rename Oriya locale to Odia (bug 15601)Siddhesh Poyarekar1-1/+1
2013-10-11Fix fwrite() reading beyond end of buffer in error pathEric Biggers5-24/+21
2013-09-09Fix memory leaks in libio on allocation failureAllan McRae2-3/+8
2013-09-04Remove --disable-versioning.Joseph Myers1-2/+2
2013-08-21Fix typos.Ondřej Bílka1-2/+2
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers7-14/+14
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers4-17/+17
2013-06-06Fix leading whitespaces.Ondrej Bilka2-2/+2
2013-06-05Remove trailing whitespace.Joseph Myers2-3/+3
2013-05-24Initialize wide struct info.Ondrej Bilka1-0/+4
2013-04-15Fix off-by-one bug in tst-fwrite-errorSiddhesh Poyarekar1-1/+1
2013-02-07Remove lots of inline keywords.Roland McGrath1-1/+1
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2-3/+3
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers153-174/+153
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-2/+1
2012-12-01[BZ #12724] libio: revert partial POSIX 2008 fclose supportMike Frysinger3-144/+4
2012-11-28Make fwrite return 0 on EOFSiddhesh Poyarekar4-11/+78
2012-11-16printf should return negative value on errorSiddhesh Poyarekar4-14/+15
2012-11-16Note in a comment that references to C++ bits are obsoleteSiddhesh Poyarekar1-0/+8
2012-11-01Change type of constant to avoid a warning.Thomas Schwinge1-1/+1
2012-10-24Define and use $(run-built-tests).Joseph Myers1-1/+1
2012-10-18Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.Joseph Myers9-87/+12
2012-10-10Remove _IO_pos_t.Joseph Myers1-1/+0
2012-10-09Remove _G_off64_t and _G_stat64 from _G_config.h.Joseph Myers5-8/+8
2012-09-28Don't flush write buffer for ftellSiddhesh Poyarekar2-25/+112
2012-09-28Adjust wide data buffer pointers during fseek and ftellSiddhesh Poyarekar3-1/+234
2012-09-25Remove various _G_*_t type names.Joseph Myers2-8/+8
2012-09-25Fix minor typos in commentsSiddhesh Poyarekar1-2/+2
2012-09-25Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2-4/+5
2012-09-21Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.Joseph Myers3-23/+0
2012-09-20Remove _G_NEED_STDARG_H.Joseph Myers1-8/+6
2012-09-17Remove _G_HAVE_IO_GETLINE_INFO.Joseph Myers2-8/+0
2012-09-13Remove _G_HAVE_PRINTF_FP.Joseph Myers1-3/+0
2012-09-10Remove _G_USING_THUNKS.Joseph Myers1-30/+12
2012-09-10Remove libio C++ vtable definitions.Joseph Myers1-24/+0