changeset 9427:f5d380f2d698

New module 'xprintf-posix'.
author Bruno Haible <bruno@clisp.org>
date Wed, 31 Oct 2007 02:23:50 +0100
parents 3384ef16a830
children 733dbb7b0c0a
files ChangeLog modules/xprintf-posix
diffstat 2 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
new file mode 100644
--- /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
+