New module 'xprintf-posix'.
authorBruno Haible <bruno@clisp.org>
Wed, 31 Oct 2007 01:23:50 +0000 (02:23 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 31 Oct 2007 01:23:50 +0000 (02:23 +0100)
ChangeLog
modules/xprintf-posix [new file with mode: 0644]

index 3ef8818..9cdaef1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-30  Bruno Haible  <bruno@clisp.org>
+
+       * modules/xprintf-posix: New file.
+
 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
diff --git a/modules/xprintf-posix b/modules/xprintf-posix
new file mode 100644 (file)
index 0000000..495f799
--- /dev/null
@@ -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
+