diff options
author | Jim Meyering <jim@meyering.net> | 1999-12-05 22:36:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-12-05 22:36:11 +0000 |
commit | 5cb18377bc1b131517dc9dc46b4952fbd93b94c8 (patch) | |
tree | 32ecfab49241fab97ac819605f7db5eeb981d7d0 /old | |
parent | 93c2c18a801768ddf5d124b303b7d3d1c5a76001 (diff) | |
download | coreutils-5cb18377bc1b131517dc9dc46b4952fbd93b94c8.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index db4c4cb02..d2a326519 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,6 +2,12 @@ * Version 2.0a. +1999-10-26 Marc Boucher <marc@mbsi.ca> + + * src/tail.c (main): Flush stdout before switching to unbuffered mode + and calling tail_forever. Required only on Solaris2.7 -- on other + systems, using setvbuf to switch to unbufferd mode does the flush. + 1999-11-22 Jim Meyering <meyering@ascend.com> * lib/Makefile.am (DISTCLEANFILES): Put $(BUILT_SOURCES) here rather |