summaryrefslogtreecommitdiff
path: root/libio/tst-ftell-active-handler.c
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-10Fix tst-ftell-active-handler.c warning.Joseph Myers
2014-12-08libio: Fix variable aligment in tst-ftell-active-handlerAdhemerval Zanella
2014-12-05libio: Fix buffer overrun in tst-ftell-active-handlerAdhemerval Zanella
2014-12-04Reset cached offset when reading to end of stream (BZ #17653)Siddhesh Poyarekar
2014-12-04tst-ftell-active-handler: Open file with O_TRUNC for w modesSiddhesh Poyarekar
2014-12-04ftell: seek to end only when there are unflushed bytes (BZ #17647)Siddhesh Poyarekar
2014-03-17Change offset in fdopen only if setting O_APPENDSiddhesh Poyarekar
2014-03-17Fix offset caching for streams and use it for ftell (BZ #16680)Siddhesh Poyarekar
2014-03-17Fix up return codes for tests in tst-ftell-active-handlerSiddhesh Poyarekar
2014-03-04Fix up formatting in tst-ftell-active-handler.cSiddhesh Poyarekar
2014-03-04Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar