*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 17 Apr 1999 11:56:21 +0000 (11:56 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 17 Apr 1999 11:56:21 +0000 (11:56 +0000)
old/textutils/ChangeLog
old/textutils/NEWS

index 503552b..cf94c6c 100644 (file)
@@ -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.
index c892a1f..2f36508 100644 (file)
@@ -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