aboutsummaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)AuthorFilesLines
2015-03-23Minor cleanups in libio/iofdopen.cRoland McGrath1-8/+5
2015-03-08Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed byPaul Pluzhnikov1-7/+5
2015-02-25Fix minor formatting violation.Paul Pluzhnikov1-2/+2
2015-02-24Fix BZ #17916 - fopen unbounded stack usage for ccs= modesPaul Pluzhnikov2-2/+39
2015-02-22Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov1-1/+7
2015-02-22Adjust timeouts for some tests, to accommodate slow processors,Chung-Lin Tang1-0/+1
2015-02-17Cleanup: add missing #include'sPaul Pluzhnikov2-1/+2
2015-02-06Fix libio/tst-atime not to presume ST_NOATIME exists.Roland McGrath1-3/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers157-157/+157
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu1-6/+6
2014-12-17Get rid of format warning in tst-widetext.c.Stefan Liebler1-1/+1
2014-12-16Modify libio/tst-fopenloc.c to use test-skeleton.cArjun Shankar1-2/+5
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