[v3,0/7] Fix some libm static issues
[platform/upstream/glibc.git] / libio / tst-ftell-active-handler.c
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-30 H.J. LuReplace %ld with %jd and cast to intmax_t
2014-12-10 Joseph MyersFix tst-ftell-active-handler.c warning.
2014-12-08 Adhemerval Zanellalibio: Fix variable aligment in tst-ftell-active-handler
2014-12-05 Adhemerval Zanellalibio: Fix buffer overrun in tst-ftell-active-handler
2014-12-04 Siddhesh PoyarekarReset cached offset when reading to end of stream ...
2014-12-04 Siddhesh Poyarekartst-ftell-active-handler: Open file with O_TRUNC for...
2014-12-04 Siddhesh Poyarekarftell: seek to end only when there are unflushed bytes...
2014-03-17 Siddhesh PoyarekarChange offset in fdopen only if setting O_APPEND
2014-03-17 Siddhesh PoyarekarFix offset caching for streams and use it for ftell...
2014-03-17 Siddhesh PoyarekarFix up return codes for tests in tst-ftell-active-handler
2014-03-04 Siddhesh PoyarekarFix up formatting in tst-ftell-active-handler.c
2014-03-04 Siddhesh PoyarekarSeparate ftell from fseek logic and avoid modifying...