projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc82d52
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Fri, 12 Mar 1999 15:19:29 +0000
(15:19 +0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 12 Mar 1999 15:19:29 +0000
(15:19 +0000)
old/textutils/ChangeLog
patch
|
blob
|
history
diff --git
a/old/textutils/ChangeLog
b/old/textutils/ChangeLog
index f9dcbcc12fb21caaa9d1eeac9560ce1a5f4d80f8..c08e74cf5596b1499c035d1a8d2e5409fa1533bf 100644
(file)
--- a/
old/textutils/ChangeLog
+++ b/
old/textutils/ChangeLog
@@
-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>