On 01/29/2014 12:06 PM, Pádraig Brady wrote: > --- a/NEWS > +++ b/NEWS
> + tail now diagnoses all failures when writing to stdout. Previously write > + errors could have been silently ignored if some data was output. > + [This bug was present in "the beginning".] Actually this is not the case. The atexit handler would have caught partial write failures, albeit with a less detailed error message. So I'll remove the NEWS but leave the code changes. thanks, Pádraig.
