Re: sed: better error handling

2015-10-26 Thread Tobias Stoeckmann
> Comments / oks? Looks much cleaner, okay for me.

Re: sed: better error handling

2015-10-26 Thread Jérémie Courrèges-Anglas
Thanks to Michael sed has moved from an error-prone custom err() function to error(). Here's a cleanup for the arguments you can pass to error(). - some calls to err(1, ...) - as in err(3) - had crept in. But misc.c:err() did exit right away if you passed it 1 - despite the misleading comme