summaryrefslogtreecommitdiff
path: root/libio
Commit message (Expand)AuthorAgeFilesLines
* libio: Fix fmemopen 'w' mode with provided bufferAdhemerval Zanella2015-07-161-3/+3
* libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella2015-07-084-94/+317
* Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flagsFeng Gao2015-07-083-7/+7
* Fix buffer overflow for writes to memory buffer stream (bug 18549)Andreas Schwab2015-06-252-3/+12
* Fix swscanf vswscanf namespace (bug 18542).Joseph Myers2015-06-172-2/+3
* Fix getpass fflush_unlocked namespace (bug 18540).Joseph Myers2015-06-172-2/+6
* Fix syslog fputs_unlocked namespace (bug 18530).Joseph Myers2015-06-122-2/+6
* Fix open_memstream namespace (bug 18498).Joseph Myers2015-06-051-2/+3
* Fix indentation to match nesting in previous commitFlorian Weimer2015-05-221-1/+1
* Avoid some aliasing violations in libioFlorian Weimer2015-05-2211-24/+39
* Minor cleanups in libio/iofdopen.cRoland McGrath2015-03-231-8/+5
* Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed byPaul Pluzhnikov2015-03-081-7/+5
* Fix minor formatting violation.Paul Pluzhnikov2015-02-251-2/+2
* Fix BZ #17916 - fopen unbounded stack usage for ccs= modesPaul Pluzhnikov2015-02-242-2/+39
* Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov2015-02-221-1/+7
* Adjust timeouts for some tests, to accommodate slow processors,Chung-Lin Tang2015-02-221-0/+1
* Cleanup: add missing #include'sPaul Pluzhnikov2015-02-172-1/+2
* Fix libio/tst-atime not to presume ST_NOATIME exists.Roland McGrath2015-02-061-3/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02157-157/+157
* Replace %ld with %jd and cast to intmax_tH.J. Lu2014-12-301-6/+6
* Get rid of format warning in tst-widetext.c.Stefan Liebler2014-12-171-1/+1
* Modify libio/tst-fopenloc.c to use test-skeleton.cArjun Shankar2014-12-161-2/+5
* Fix tst-ftell-active-handler.c warning.Joseph Myers2014-12-101-1/+1
* libio: Fix variable aligment in tst-ftell-active-handlerAdhemerval Zanella2014-12-081-4/+1
* libio: Fix buffer overrun in tst-ftell-active-handlerAdhemerval Zanella2014-12-051-2/+5
* Fix up function definition styleSiddhesh Poyarekar2014-12-043-121/+36
* Reset cached offset when reading to end of stream (BZ #17653)Siddhesh Poyarekar2014-12-043-10/+57
* tst-ftell-active-handler: Open file with O_TRUNC for w modesSiddhesh Poyarekar2014-12-041-8/+8
* ftell: seek to end only when there are unflushed bytes (BZ #17647)Siddhesh Poyarekar2014-12-043-9/+97
* Fix libio/bug-ungetwc1.c warning.Joseph Myers2014-11-271-2/+19
* Fix warnings in fwscanf / rewind tests.Joseph Myers2014-11-262-0/+15
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* Fix __get_nprocs fgets_unlocked namespace (bug 17582).Joseph Myers2014-11-122-2/+6
* Fix tzfile.c namespace (bug 17583).Joseph Myers2014-11-124-9/+14
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-056-12/+30
* Don't error out writing a multibyte character to an unbuffered stream (bug 17...Andreas Schwab2014-11-033-6/+60
* Fix memory leak in error path of do_ftell_wide (BZ #17370)Siddhesh Poyarekar2014-09-161-1/+4
* Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar2014-09-161-1/+1
* Complete the removal of __gconv_translit_findFlorian Weimer2014-09-122-23/+4
* Fix memory leak in libio/wfileops.c do_ftell_wide [BZ #17370]Tim Lammens2014-09-111-0/+1
* Remove redundant C locale settings.Joseph Myers2014-06-071-1/+0
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-14/+2
* Fix offset computation for append+ mode on switching from read (BZ #16724)Siddhesh Poyarekar2014-05-274-5/+193
* Fix -Wundef warnings for _IO_JUMPS_OFFSET.Roland McGrath2014-05-011-0/+2
* Setup LOCPATH for tst-ftell-active-handler and tst-ftell-partial-wide in libioAndreas Schwab2014-03-251-0/+2
* Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings"Will Newton2014-03-172-2/+2
* Fix _IO_JUMPS_OFFSET -Wundef warningsWill Newton2014-03-172-2/+2
* Change offset in fdopen only if setting O_APPENDSiddhesh Poyarekar2014-03-172-4/+66
* Fix offset caching for streams and use it for ftell (BZ #16680)Siddhesh Poyarekar2014-03-174-92/+178
* Fix up return codes for tests in tst-ftell-active-handlerSiddhesh Poyarekar2014-03-171-18/+31