From a94c64bcad08b9fc9b9931e44b2a24fa0509985e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 13 Nov 2001 23:32:18 +0000 Subject: [PATCH] *** empty log message *** --- old/textutils/ChangeLog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f7fcb6ef15..3927cfe326 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,19 @@ -2001-11-13 Jim Meyering +2001-11-14 Jim Meyering * Version 2.0.17. + * src/tail.c (file_lines): Add a parameter, start_pos. + Work properly even when the read pointer is not at beginning of file. + (tail_lines): Call file_lines for any regular file, as long as lseek + can be used to seek to its end, not just when the initial read pointer + is at beginning of file. + +2001-11-13 Jim Meyering + + * src/tail.c (tail_lines): Move declaration of local `length' + into scope where it's used. + (tail_file): Likewise for local `stats'. + * tests/tail-2/Makefile.am (TESTS): Add proc-ksyms and start-middle. * tests/tail-2/start-middle: New test, for the bug fixed on 1995-07-24. -- 2.47.3