K 10 svn:author V 5 peter K 8 svn:date V 27 1996-08-13T17:49:45.000000Z K 7 svn:log V 361 Fix nasty bracketing/precedence bug. Every time something read (and refilled) a file that was either line- or un-buffered, all files were flushed. According to the code comment, the flush (according to ANSI) is supposed to happen on write + line buffered output files, not _all_ files. Obtained from: OpenBSD / Theo de Raadt, possibly from proven@cygnus.com END