Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-12-30 | Replace %ld with %jd and cast to intmax_t | H.J. Lu | 1 | -6/+6 |
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 | Reset cached offset when reading to end of stream (BZ #17653) | Siddhesh Poyarekar | 1 | -8/+46 |
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 | 1 | -0/+90 |
2014-03-17 | Change offset in fdopen only if setting O_APPEND | Siddhesh Poyarekar | 1 | -0/+55 |
2014-03-17 | Fix offset caching for streams and use it for ftell (BZ #16680) | Siddhesh Poyarekar | 1 | -4/+108 |
2014-03-17 | Fix up return codes for tests in tst-ftell-active-handler | Siddhesh Poyarekar | 1 | -18/+31 |
2014-03-04 | Fix up formatting in tst-ftell-active-handler.c | Siddhesh Poyarekar | 1 | -7/+7 |
2014-03-04 | Separate ftell from fseek logic and avoid modifying FILE data (#16532) | Siddhesh Poyarekar | 1 | -0/+384 |