diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-13 23:32:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-13 23:32:18 +0000 |
commit | a94c64bcad08b9fc9b9931e44b2a24fa0509985e (patch) | |
tree | 9e62ca9b31d3d076bf66b3ca6e6b366c5876a216 /old/textutils/ChangeLog | |
parent | 389d9bc4e0a47c5c3369263d49bca3608138fc3f (diff) | |
download | coreutils-a94c64bcad08b9fc9b9931e44b2a24fa0509985e.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f7fcb6ef1..3927cfe32 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,19 @@ -2001-11-13 Jim Meyering <meyering@lucent.com> +2001-11-14 Jim Meyering <meyering@lucent.com> * 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 <meyering@lucent.com> + + * 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. |