Age | Commit message (Expand) | Author |
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 |
2014-02-13 | Clean up trivially redundant __USE_MISC conditionals. | Joseph Myers |
2014-02-12 | Combine __USE_BSD and __USE_SVID into __USE_MISC. | Joseph Myers |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-02-05 | Fix infinite loop in ftell when writing wide char data (BZ #16398) | Siddhesh Poyarekar |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-11-20 | Rename Oriya locale to Odia (bug 15601) | Siddhesh Poyarekar |
2013-10-11 | Fix fwrite() reading beyond end of buffer in error path | Eric Biggers |
2013-09-09 | Fix memory leaks in libio on allocation failure | Allan McRae |
2013-09-04 | Remove --disable-versioning. | Joseph Myers |
2013-08-21 | Fix typos. | Ondřej Bílka |
2013-06-08 | Use (void) in no-arguments function definitions. | Joseph Myers |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka |
2013-06-05 | Remove trailing whitespace. | Joseph Myers |
2013-05-24 | Initialize wide struct info. | Ondrej Bilka |
2013-04-15 | Fix off-by-one bug in tst-fwrite-error | Siddhesh Poyarekar |
2013-02-07 | Remove lots of inline keywords. | Roland McGrath |
2013-01-11 | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers |
2012-12-01 | [BZ #12724] libio: revert partial POSIX 2008 fclose support | Mike Frysinger |
2012-11-28 | Make fwrite return 0 on EOF | Siddhesh Poyarekar |
2012-11-16 | printf should return negative value on error | Siddhesh Poyarekar |
2012-11-16 | Note in a comment that references to C++ bits are obsolete | Siddhesh Poyarekar |
2012-11-01 | Change type of constant to avoid a warning. | Thomas Schwinge |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers |
2012-10-18 | Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. | Joseph Myers |
2012-10-10 | Remove _IO_pos_t. | Joseph Myers |
2012-10-09 | Remove _G_off64_t and _G_stat64 from _G_config.h. | Joseph Myers |
2012-09-28 | Don't flush write buffer for ftell | Siddhesh Poyarekar |