summaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)Author
2015-07-16libio: Fix fmemopen 'w' mode with provided bufferAdhemerval Zanella
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella
2015-07-08Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flagsFeng Gao
2015-06-25Fix buffer overflow for writes to memory buffer stream (bug 18549)Andreas Schwab
2015-06-17Fix swscanf vswscanf namespace (bug 18542).Joseph Myers
2015-06-17Fix getpass fflush_unlocked namespace (bug 18540).Joseph Myers
2015-06-12Fix syslog fputs_unlocked namespace (bug 18530).Joseph Myers
2015-06-05Fix open_memstream namespace (bug 18498).Joseph Myers
2015-05-22Fix indentation to match nesting in previous commitFlorian Weimer
2015-05-22Avoid some aliasing violations in libioFlorian Weimer
2015-03-23Minor cleanups in libio/iofdopen.cRoland McGrath
2015-03-08Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed byPaul Pluzhnikov
2015-02-25Fix minor formatting violation.Paul Pluzhnikov
2015-02-24Fix BZ #17916 - fopen unbounded stack usage for ccs= modesPaul Pluzhnikov
2015-02-22Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov
2015-02-22Adjust timeouts for some tests, to accommodate slow processors,Chung-Lin Tang
2015-02-17Cleanup: add missing #include'sPaul Pluzhnikov
2015-02-06Fix libio/tst-atime not to presume ST_NOATIME exists.Roland McGrath
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-17Get rid of format warning in tst-widetext.c.Stefan Liebler
2014-12-16Modify libio/tst-fopenloc.c to use test-skeleton.cArjun Shankar
2014-12-10Fix tst-ftell-active-handler.c warning.Joseph Myers
2014-12-08libio: Fix variable aligment in tst-ftell-active-handlerAdhemerval Zanella
2014-12-05libio: Fix buffer overrun in tst-ftell-active-handlerAdhemerval Zanella
2014-12-04Fix up function definition styleSiddhesh Poyarekar
2014-12-04Reset cached offset when reading to end of stream (BZ #17653)Siddhesh Poyarekar
2014-12-04tst-ftell-active-handler: Open file with O_TRUNC for w modesSiddhesh Poyarekar
2014-12-04ftell: seek to end only when there are unflushed bytes (BZ #17647)Siddhesh Poyarekar
2014-11-27Fix libio/bug-ungetwc1.c warning.Joseph Myers
2014-11-26Fix warnings in fwscanf / rewind tests.Joseph Myers
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-12Fix __get_nprocs fgets_unlocked namespace (bug 17582).Joseph Myers
2014-11-12Fix tzfile.c namespace (bug 17583).Joseph Myers
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-11-03Don't error out writing a multibyte character to an unbuffered stream (bug 17...Andreas Schwab
2014-09-16Fix memory leak in error path of do_ftell_wide (BZ #17370)Siddhesh Poyarekar
2014-09-16Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266)Siddhesh Poyarekar
2014-09-12Complete the removal of __gconv_translit_findFlorian Weimer
2014-09-11Fix memory leak in libio/wfileops.c do_ftell_wide [BZ #17370]Tim Lammens
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