Age | Commit message (Expand) | Author |
2015-03-23 | Minor cleanups in libio/iofdopen.c | Roland McGrath |
2015-03-08 | Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed by | Paul Pluzhnikov |
2015-02-25 | Fix minor formatting violation. | Paul Pluzhnikov |
2015-02-24 | Fix BZ #17916 - fopen unbounded stack usage for ccs= modes | Paul Pluzhnikov |
2015-02-22 | Fix BZ #17269 -- _IO_wstr_overflow integer overflow | Paul Pluzhnikov |
2015-02-22 | Adjust timeouts for some tests, to accommodate slow processors, | Chung-Lin Tang |
2015-02-17 | Cleanup: add missing #include's | Paul Pluzhnikov |
2015-02-06 | Fix libio/tst-atime not to presume ST_NOATIME exists. | Roland McGrath |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-12-30 | Replace %ld with %jd and cast to intmax_t | H.J. Lu |
2014-12-17 | Get rid of format warning in tst-widetext.c. | Stefan Liebler |
2014-12-16 | Modify libio/tst-fopenloc.c to use test-skeleton.c | Arjun Shankar |
2014-12-10 | Fix tst-ftell-active-handler.c warning. | Joseph Myers |
2014-12-08 | libio: Fix variable aligment in tst-ftell-active-handler | Adhemerval Zanella |
2014-12-05 | libio: Fix buffer overrun in tst-ftell-active-handler | Adhemerval Zanella |
2014-12-04 | Fix up function definition style | Siddhesh Poyarekar |
2014-12-04 | Reset cached offset when reading to end of stream (BZ #17653) | Siddhesh Poyarekar |
2014-12-04 | tst-ftell-active-handler: Open file with O_TRUNC for w modes | Siddhesh Poyarekar |
2014-12-04 | ftell: seek to end only when there are unflushed bytes (BZ #17647) | Siddhesh Poyarekar |
2014-11-27 | Fix libio/bug-ungetwc1.c warning. | Joseph Myers |
2014-11-26 | Fix warnings in fwscanf / rewind tests. | Joseph Myers |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar |
2014-11-12 | Fix __get_nprocs fgets_unlocked namespace (bug 17582). | Joseph Myers |
2014-11-12 | Fix tzfile.c namespace (bug 17583). | Joseph Myers |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar |
2014-11-03 | Don't error out writing a multibyte character to an unbuffered stream (bug 17... | Andreas Schwab |
2014-09-16 | Fix memory leak in error path of do_ftell_wide (BZ #17370) | Siddhesh Poyarekar |
2014-09-16 | Revert to defining __extern_inline only for gcc-4.3+ (BZ #17266) | Siddhesh Poyarekar |
2014-09-12 | Complete the removal of __gconv_translit_find | Florian Weimer |
2014-09-11 | Fix memory leak in libio/wfileops.c do_ftell_wide [BZ #17370] | Tim Lammens |
2014-06-07 | Remove redundant C locale settings. | Joseph Myers |
2014-06-04 | Include LOCPATH in default test environment. | Joseph Myers |
2014-05-27 | Fix offset computation for append+ mode on switching from read (BZ #16724) | Siddhesh Poyarekar |
2014-05-01 | Fix -Wundef warnings for _IO_JUMPS_OFFSET. | Roland McGrath |
2014-03-25 | Setup LOCPATH for tst-ftell-active-handler and tst-ftell-partial-wide in libio | Andreas Schwab |
2014-03-17 | Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings" | Will Newton |
2014-03-17 | Fix _IO_JUMPS_OFFSET -Wundef warnings | Will Newton |
2014-03-17 | Change offset in fdopen only if setting O_APPEND | Siddhesh Poyarekar |
2014-03-17 | Fix offset caching for streams and use it for ftell (BZ #16680) | Siddhesh Poyarekar |
2014-03-17 | Fix up return codes for tests in tst-ftell-active-handler | Siddhesh Poyarekar |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers |
2014-03-04 | Fix up formatting in tst-ftell-active-handler.c | Siddhesh Poyarekar |
2014-03-04 | Fix up formatting | Siddhesh Poyarekar |
2014-03-04 | Use cached offset in ftell when reliable | Siddhesh Poyarekar |
2014-03-04 | Separate ftell from fseek logic and avoid modifying FILE data (#16532) | Siddhesh Poyarekar |
2014-02-28 | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers |
2014-02-21 | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers |
2014-02-14 | Split up rules for tests using mtrace and something else. | Joseph Myers |