+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.
--- /dev/null
+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
+