Age | Commit message (Expand) | Author | Files | Lines |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-09-03 | Don't install bits/libc-lock.h or bits/stdio-lock.h. | Joseph Myers | 1 | -1/+1 |
2015-09-03 | Don't include <bits/stdio-lock.h> from installed <libio.h>. | Joseph Myers | 1 | -5/+1 |
2015-09-01 | Fix BZ #18757. | Paul Pluzhnikov | 2 | -0/+22 |
2015-08-12 | Fix BZ #18820 -- fmemopen may leak memory on failure. | Paul Pluzhnikov | 4 | -4/+58 |
2015-08-12 | Fix BZ #16734 -- fopen calls mmap to allocate its buffer | Paul Pluzhnikov | 6 | -53/+19 |
2015-08-08 | In preparation for fixing BZ#16734, fix failure in misc/tst-error1-mem | Paul Pluzhnikov | 1 | -0/+3 |
2015-08-06 | Add #include <unistd.h> to libio/oldfileops.c for write. | Paul Pluzhnikov | 1 | -0/+1 |
2015-07-16 | libio: Fix fmemopen 'w' mode with provided buffer | Adhemerval Zanella | 1 | -3/+3 |
2015-07-08 | libio: fmemopen rewrite to POSIX compliance | Adhemerval Zanella | 4 | -94/+317 |
2015-07-08 | Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flags | Feng Gao | 3 | -7/+7 |
2015-06-25 | Fix buffer overflow for writes to memory buffer stream (bug 18549) | Andreas Schwab | 2 | -3/+12 |
2015-06-17 | Fix swscanf vswscanf namespace (bug 18542). | Joseph Myers | 2 | -2/+3 |
2015-06-17 | Fix getpass fflush_unlocked namespace (bug 18540). | Joseph Myers | 2 | -2/+6 |
2015-06-12 | Fix syslog fputs_unlocked namespace (bug 18530). | Joseph Myers | 2 | -2/+6 |
2015-06-05 | Fix open_memstream namespace (bug 18498). | Joseph Myers | 1 | -2/+3 |
2015-05-22 | Fix indentation to match nesting in previous commit | Florian Weimer | 1 | -1/+1 |
2015-05-22 | Avoid some aliasing violations in libio | Florian Weimer | 11 | -24/+39 |
2015-03-23 | Minor cleanups in libio/iofdopen.c | Roland McGrath | 1 | -8/+5 |
2015-03-08 | Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed by | Paul Pluzhnikov | 1 | -7/+5 |
2015-02-25 | Fix minor formatting violation. | Paul Pluzhnikov | 1 | -2/+2 |
2015-02-24 | Fix BZ #17916 - fopen unbounded stack usage for ccs= modes | Paul Pluzhnikov | 2 | -2/+39 |
2015-02-22 | Fix BZ #17269 -- _IO_wstr_overflow integer overflow | Paul Pluzhnikov | 1 | -1/+7 |
2015-02-22 | Adjust timeouts for some tests, to accommodate slow processors, | Chung-Lin Tang | 1 | -0/+1 |
2015-02-17 | Cleanup: add missing #include's | Paul Pluzhnikov | 2 | -1/+2 |
2015-02-06 | Fix libio/tst-atime not to presume ST_NOATIME exists. | Roland McGrath | 1 | -3/+2 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 157 | -157/+157 |
2014-12-30 | Replace %ld with %jd and cast to intmax_t | H.J. Lu | 1 | -6/+6 |
2014-12-17 | Get rid of format warning in tst-widetext.c. | Stefan Liebler | 1 | -1/+1 |
2014-12-16 | Modify libio/tst-fopenloc.c to use test-skeleton.c | Arjun Shankar | 1 | -2/+5 |
2014-12-10 | Fix tst-ftell-active-handler.c warning. | Joseph Myers | 1 | -1/+1 |
2014-12-08 | libio: Fix variable aligment in tst-ftell-active-handler | Adhemerval Zanella | 1 | -4/+1 |
2014-12-05 | libio: Fix buffer overrun in tst-ftell-active-handler | Adhemerval Zanella | 1 | -2/+5 |
2014-12-04 | Fix up function definition style | Siddhesh Poyarekar | 3 | -121/+36 |
2014-12-04 | Reset cached offset when reading to end of stream (BZ #17653) | Siddhesh Poyarekar | 3 | -10/+57 |
2014-12-04 | tst-ftell-active-handler: Open file with O_TRUNC for w modes | Siddhesh Poyarekar | 1 | -8/+8 |
2014-12-04 | ftell: seek to end only when there are unflushed bytes (BZ #17647) | Siddhesh Poyarekar | 3 | -9/+97 |
2014-11-27 | Fix libio/bug-ungetwc1.c warning. | Joseph Myers | 1 | -2/+19 |
2014-11-26 | Fix warnings in fwscanf / rewind tests. | Joseph Myers | 2 | -0/+15 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-12 | Fix __get_nprocs fgets_unlocked namespace (bug 17582). | Joseph Myers | 2 | -2/+6 |
2014-11-12 | Fix tzfile.c namespace (bug 17583). | Joseph Myers | 4 | -9/+14 |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar | 6 | -12/+30 |
2014-11-03 | Don't error out writing a multibyte character to an unbuffered stream (bug 17... | Andreas Schwab | 3 | -6/+60 |
2014-09-16 | Fix memory leak in error path of do_ftell_wide (BZ #17370) | Siddhesh Poyarekar | 1 | -1/+4 |
2014-09-16 | Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266) | Siddhesh Poyarekar | 1 | -1/+1 |
2014-09-12 | Complete the removal of __gconv_translit_find | Florian Weimer | 2 | -23/+4 |
2014-09-11 | Fix memory leak in libio/wfileops.c do_ftell_wide [BZ #17370] | Tim Lammens | 1 | -0/+1 |
2014-06-07 | Remove redundant C locale settings. | Joseph Myers | 1 | -1/+0 |
2014-06-04 | Include LOCPATH in default test environment. | Joseph Myers | 1 | -14/+2 |