diff options
-rw-r--r-- | old/textutils/ChangeLog | 5 | ||||
-rw-r--r-- | old/textutils/NEWS | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 503552bbb..cf94c6ca6 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,8 @@ +1999-04-17 Jim Meyering <meyering@ascend.com> + + * src/tail.c (file_lines): Fix serious bug introduced with last changes. + From Andreas Schwab. + 1999-04-15 Jim Meyering <meyering@ascend.com> * tests/Makefile.am (EXTRA_DIST): Rename .posix-warn to .env-warn. diff --git a/old/textutils/NEWS b/old/textutils/NEWS index c892a1f80..2f3650864 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 |