Jim Meyering <[EMAIL PROTECTED]> wrote: > I've just added a new module: > > http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=78da34d40e6a2 > > It was prompted by this thread: > > http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11611/focus=11620
On this subject, I'm nearly convinced that we need printf and fprintf wrappers that call fseterr when necessary. That would be cleaner and more maintainable than doing s/printf/xprintf/ everywhere. Which means I shouldn't even bother with this just-created xprintf module. Anyone disagree? Bruno, since you own the printf and fprintf modules, how do you feel about using them to do that? I suppose the vprintf and vfprintf functions should be covered, too.