From: Jim Meyering Date: Mon, 11 Feb 2002 11:00:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_21~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71447df7418c40ec0bfb0f7cfc798164d2ea4d93;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 9f83f1264a..2663203707 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 + + * 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 * src/uniq.c (main): Prepend `warning: ' to the diagnostic, so it's