aboutsummaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Fix tst-ftell-active-handler.c warning.Joseph Myers1-1/+1
2014-12-08libio: Fix variable aligment in tst-ftell-active-handlerAdhemerval Zanella1-4/+1
2014-12-05libio: Fix buffer overrun in tst-ftell-active-handlerAdhemerval Zanella1-2/+5
2014-12-04Fix up function definition styleSiddhesh Poyarekar3-121/+36
2014-12-04Reset cached offset when reading to end of stream (BZ #17653)Siddhesh Poyarekar3-10/+57
2014-12-04tst-ftell-active-handler: Open file with O_TRUNC for w modesSiddhesh Poyarekar1-8/+8
2014-12-04ftell: seek to end only when there are unflushed bytes (BZ #17647)Siddhesh Poyarekar3-9/+97
2014-11-27Fix libio/bug-ungetwc1.c warning.Joseph Myers1-2/+19
2014-11-26Fix warnings in fwscanf / rewind tests.Joseph Myers2-0/+15
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-11-12Fix __get_nprocs fgets_unlocked namespace (bug 17582).Joseph Myers2-2/+6
2014-11-12Fix tzfile.c namespace (bug 17583).Joseph Myers4-9/+14
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar6-12/+30
2014-11-03Don't error out writing a multibyte character to an unbuffered stream (bug 17...Andreas Schwab3-6/+60
2014-09-16Fix memory leak in error path of do_ftell_wide (BZ #17370)Siddhesh Poyarekar1-1/+4
2014-09-16Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar1-1/+1
2014-09-12Complete the removal of __gconv_translit_findFlorian Weimer2-23/+4
2014-09-11Fix memory leak in libio/wfileops.c do_ftell_wide [BZ #17370]Tim Lammens1-0/+1
2014-06-07Remove redundant C locale settings.Joseph Myers1-1/+0
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-14/+2
2014-05-27Fix offset computation for append+ mode on switching from read (BZ #16724)Siddhesh Poyarekar4-5/+193
2014-05-01Fix -Wundef warnings for _IO_JUMPS_OFFSET.Roland McGrath1-0/+2
2014-03-25Setup LOCPATH for tst-ftell-active-handler and tst-ftell-partial-wide in libioAndreas Schwab1-0/+2
2014-03-17Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton2-2/+2
2014-03-17Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton2-2/+2
2014-03-17Change offset in fdopen only if setting O_APPENDSiddhesh Poyarekar2-4/+66
2014-03-17Fix offset caching for streams and use it for ftell (BZ #16680)Siddhesh Poyarekar4-92/+178
2014-03-17Fix up return codes for tests in tst-ftell-active-handlerSiddhesh Poyarekar1-18/+31
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