diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-27 07:53:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-27 07:53:45 +0000 |
commit | 874d77f17f9392bd59a7bbdc90aa7d969643e186 (patch) | |
tree | ab4c961d04b21b4292eb9369edd536af41302181 /old/textutils | |
parent | 662fff786183c374c1d941373a34c50441e5c319 (diff) | |
download | coreutils-874d77f17f9392bd59a7bbdc90aa7d969643e186.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-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 6603c84b6..2cc21405e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,11 @@ +2002-01-27 Jim Meyering <meyering@lucent.com> + + * Version 2.0.21. + + tail -n +2 would perform an extra read after encountering EOF + * src/tail.c (start_lines): Detect EOF, inform caller. + (tail_lines): Upon EOF in start_lines, return immediately. + 2002-01-22 Jim Meyering <meyering@lucent.com> * Version 2.0.20. |