coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] head,tail: consistently diagnose write errors


From: Pádraig Brady
Subject: Re: [PATCH] head,tail: consistently diagnose write errors
Date: Wed, 29 Jan 2014 18:43:19 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]