]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** 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 503552bbbd7c9536696b26f13da8eae24b78f46d..cf94c6ca6225aeecf68e9bb29cb75ce4c7fdcc65 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 c892a1f800025fb13a1115ff66f3702285a447b2..2f3650864144b7c6b6b640f14cfe88e38539708a 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