1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-11 06:34:40 +02:00
Files
coreutils/tests
Hannes Braun 914972e80d tail: fix tailing larger number of lines in regular files
* src/tail.c (file_lines): Seek to the previous block instead of the
beginning (or a little before) of the block that was just scanned.
Otherwise, the same block is read and scanned (at least partially)
again. This bug was introduced by commit v9.7-219-g976f8abc1.
* tests/tail/basic-seek.sh: Add a new test.
* tests/local.mk: Reference the new test.
* NEWS: mention the bug fix.
2025-09-24 22:37:18 +01:00
..
2025-08-19 11:41:17 -07:00
2025-09-21 11:30:40 -07:00
2025-09-17 12:20:24 -07:00
2025-07-09 17:12:40 -07:00
2025-03-23 12:01:18 -07:00
2025-08-12 17:50:40 +01:00
2025-01-15 17:07:19 +00:00
2025-08-12 17:50:40 +01:00
2025-06-20 12:15:27 -07:00