Jim Meyering wrote:
> > introduce a module 'xprintf-posix' that causes xprintf to have POSIX
> > semantics for the formatted output. It will depend on xprintf and
> > vprintf-posix. I'll do it later today if you don't beat me to it.
> 
> That makes sense.
> It will be less invasive, too.
> Thanks.  I'll let you do it :)

Installed:

2007-10-30  Bruno Haible  <[EMAIL PROTECTED]>

        * modules/xprintf-posix: New file.

========================== modules/xprintf-posix 
================================
Description:
A wrapper around printf with POSIX compatible format string interpretation,
that calls error upon ENOMEM or EILSEQ errors.

Files:

Depends-on:
xprintf
vprintf-posix
vfprintf-posix

configure.ac:

Makefile.am:

Include:
"xprintf.h"

License:
GPL

Maintainer:
Bruno Haible




Reply via email to