From: Bruno Haible Date: Wed, 31 Oct 2007 01:23:50 +0000 (+0100) Subject: New module 'xprintf-posix'. X-Git-Tag: v0.1~8023 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=dff9289caec04126a3557e2942d914a3393d398b;p=gnulib.git New module 'xprintf-posix'. --- diff --git a/ChangeLog b/ChangeLog index 3ef88182d..9cdaef1b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-30 Bruno Haible + + * modules/xprintf-posix: New file. + 2007-10-30 Ralf Wildenhues * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files. diff --git a/modules/xprintf-posix b/modules/xprintf-posix new file mode 100644 index 000000000..495f7996e --- /dev/null +++ b/modules/xprintf-posix @@ -0,0 +1,24 @@ +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 +