diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-14 11:53:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-14 11:53:06 +0000 |
commit | 3fad422ee53de6bbb7912c68faaa9f7d03971119 (patch) | |
tree | 903cb4448721d180beb2a48c9d01299d52febc43 /old | |
parent | 83798242020117a3757c062a741cf356db0c3209 (diff) | |
download | coreutils-3fad422ee53de6bbb7912c68faaa9f7d03971119.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 3927cfe32..81e33ccc7 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,6 +2,14 @@ * Version 2.0.17. +2001-11-14 Paul Eggert <eggert@twinsun.com> + + * src/tail.c (file_lines): Remove unnecessary cast. + (tail_lines): Could have called file_lines even though the first + lseek failed. Fix that. + +2001-11-14 Jim Meyering <meyering@lucent.com> + * 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 |