diff options
author | Jim Meyering <jim@meyering.net> | 2002-02-11 11:00:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-02-11 11:00:10 +0000 |
commit | 71447df7418c40ec0bfb0f7cfc798164d2ea4d93 (patch) | |
tree | e6ac266a3581fedc7722724253d6e60ed18b19a5 /old/textutils | |
parent | e44fbb95ea54af272ad1cf1a6996041e954fcd9c (diff) | |
download | coreutils-71447df7418c40ec0bfb0f7cfc798164d2ea4d93.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils')
-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 |