*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 12 Mar 1999 15:19:29 +0000 (15:19 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 12 Mar 1999 15:19:29 +0000 (15:19 +0000)
old/textutils/ChangeLog

index f9dcbcc12fb21caaa9d1eeac9560ce1a5f4d80f8..c08e74cf5596b1499c035d1a8d2e5409fa1533bf 100644 (file)
@@ -3,6 +3,9 @@
        * src/sys2.h (SETVBUF): Define new macro.
        * src/tail.c (dump_remainder): Don't fflush stdout here.
        (main) [if forever]: Make stdout unbuffered, instead.
+       Akim Demaille pointed out that when running `echo x>a; tail -f a>>a' ,
+       the file `a' didn't grow longer than two lines.  Now it grows
+       without bound.
 
 1999-03-07  Jim Meyering  <meyering@ascend.com>