aboutsummaryrefslogtreecommitdiff
path: root/libio
AgeCommit message (Expand)AuthorFilesLines
2016-03-07libio: Clean up _IO_file_doallocate and _IO_wfile_doallocateFlorian Weimer2-50/+6
2016-01-07Make shebang interpreter directives consistentMarko Myllynen1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers158-158/+158
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers2-6/+2
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers3-58/+19
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers7-55/+20
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers91-564/+192
2015-10-15Remove -fexceptions configure test.Joseph Myers1-58/+58
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2-1/+25
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-09-03Don't install bits/libc-lock.h or bits/stdio-lock.h.Joseph Myers1-1/+1
2015-09-03Don't include <bits/stdio-lock.h> from installed <libio.h>.Joseph Myers1-5/+1
2015-09-01Fix BZ #18757.Paul Pluzhnikov2-0/+22
2015-08-12Fix BZ #18820 -- fmemopen may leak memory on failure.Paul Pluzhnikov4-4/+58
2015-08-12Fix BZ #16734 -- fopen calls mmap to allocate its bufferPaul Pluzhnikov6-53/+19
2015-08-08In preparation for fixing BZ#16734, fix failure in misc/tst-error1-memPaul Pluzhnikov1-0/+3
2015-08-06Add #include <unistd.h> to libio/oldfileops.c for write.Paul Pluzhnikov1-0/+1
2015-07-16libio: Fix fmemopen 'w' mode with provided bufferAdhemerval Zanella1-3/+3
2015-07-08libio: fmemopen rewrite to POSIX complianceAdhemerval Zanella4-94/+317
2015-07-08Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flagsFeng Gao3-7/+7
2015-06-25Fix buffer overflow for writes to memory buffer stream (bug 18549)Andreas Schwab2-3/+12
2015-06-17Fix swscanf vswscanf namespace (bug 18542).Joseph Myers2-2/+3
2015-06-17Fix getpass fflush_unlocked namespace (bug 18540).Joseph Myers2-2/+6
2015-06-12Fix syslog fputs_unlocked namespace (bug 18530).Joseph Myers2-2/+6
2015-06-05Fix open_memstream namespace (bug 18498).Joseph Myers1-2/+3
2015-05-22Fix indentation to match nesting in previous commitFlorian Weimer1-1/+1
2015-05-22Avoid some aliasing violations in libioFlorian Weimer11-24/+39
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