index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libio
/
tst-ftell-active-handler.c
Age
Commit message (
Expand
)
Author
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2014-12-30
Replace %ld with %jd and cast to intmax_t
H.J. Lu
2014-12-10
Fix tst-ftell-active-handler.c warning.
Joseph Myers
2014-12-08
libio: Fix variable aligment in tst-ftell-active-handler
Adhemerval Zanella
2014-12-05
libio: Fix buffer overrun in tst-ftell-active-handler
Adhemerval Zanella
2014-12-04
Reset cached offset when reading to end of stream (BZ #17653)
Siddhesh Poyarekar
2014-12-04
tst-ftell-active-handler: Open file with O_TRUNC for w modes
Siddhesh Poyarekar
2014-12-04
ftell: seek to end only when there are unflushed bytes (BZ #17647)
Siddhesh Poyarekar
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-04
Fix up formatting in tst-ftell-active-handler.c
Siddhesh Poyarekar
2014-03-04
Separate ftell from fseek logic and avoid modifying FILE data (#16532)
Siddhesh Poyarekar