changeset 29118:9e84192de77a

New module 'xprintf-posix'.
author Bruno Haible <bruno@clisp.org>
date Wed, 31 Oct 2007 02:23:50 +0100
parents 1bc755bca073
children d00a914e3452
files ChangeLog modules/xprintf-posix
diffstat 2 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 30 07:05:41 2007 +0100
+++ b/ChangeLog	Wed Oct 31 02:23:50 2007 +0100
@@ -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.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/xprintf-posix	Wed Oct 31 02:23:50 2007 +0100
@@ -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
+