From: Jim Meyering Date: Sat, 17 Apr 1999 11:56:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22j~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5101382ec6a092ee6f02ed05050a558c2bc3a638;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 503552b..cf94c6c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,8 @@ +1999-04-17 Jim Meyering + + * src/tail.c (file_lines): Fix serious bug introduced with last changes. + From Andreas Schwab. + 1999-04-15 Jim Meyering * tests/Makefile.am (EXTRA_DIST): Rename .posix-warn to .env-warn. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index c892a1f..2f36508 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,4 +1,5 @@ Changes in release 1.23 +* tail: fix bug introduced in 1.22i [1.22i] * tail now terminates in `yes > k & sleep 1; tail -2c k' * `tail -f' now ensures that stdout is unbuffered