diff options
-rw-r--r-- | old/textutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 9f83f1264..266320370 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,8 +2,17 @@ * Version 2.0.21. + * tests/misc/head-pos: New file/test for the change of 2002-02-08. + * src/tr.c (unquote): Make comment a little clearer. +2002-02-08 Paul Eggert <eggert@twinsun.com> + + * src/head.c (head_lines): If we have read too much data, try + to seek back to the position we would have gotten to had we + been reading one byte at a time. POSIX currently doesn't + require this, but it's easy to do and some software relies on it. + 2002-02-02 Jim Meyering <meyering@lucent.com> * src/uniq.c (main): Prepend `warning: ' to the diagnostic, so it's |