aboutsummaryrefslogtreecommitdiff
path: root/libio/tst-ftell-active-handler.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu1-6/+6
2014-12-10Fix tst-ftell-active-handler.c warning.Joseph Myers1-1/+1
2014-12-08libio: Fix variable aligment in tst-ftell-active-handlerAdhemerval Zanella1-4/+1
2014-12-05libio: Fix buffer overrun in tst-ftell-active-handlerAdhemerval Zanella1-2/+5
2014-12-04Reset cached offset when reading to end of stream (BZ #17653)Siddhesh Poyarekar1-8/+46
2014-12-04tst-ftell-active-handler: Open file with O_TRUNC for w modesSiddhesh Poyarekar1-8/+8
2014-12-04ftell: seek to end only when there are unflushed bytes (BZ #17647)Siddhesh Poyarekar1-0/+90
2014-03-17Change offset in fdopen only if setting O_APPENDSiddhesh Poyarekar1-0/+55
2014-03-17Fix offset caching for streams and use it for ftell (BZ #16680)Siddhesh Poyarekar1-4/+108
2014-03-17Fix up return codes for tests in tst-ftell-active-handlerSiddhesh Poyarekar1-18/+31
2014-03-04Fix up formatting in tst-ftell-active-handler.cSiddhesh Poyarekar1-7/+7
2014-03-04Separate ftell from fseek logic and avoid modifying FILE data (#16532)Siddhesh Poyarekar1-0/+384