changeset 29120:0989dc56ecde

New module 'xvasprintf-posix'.
author Bruno Haible <bruno@clisp.org>
date Wed, 31 Oct 2007 02:27:41 +0100
parents d00a914e3452
children fc5c455db4b8
files ChangeLog modules/xvasprintf-posix
diffstat 2 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 31 02:25:22 2007 +0100
+++ b/ChangeLog	Wed Oct 31 02:27:41 2007 +0100
@@ -1,3 +1,8 @@
+2007-10-30  Bruno Haible  <bruno@clisp.org>
+
+	* modules/xvasprintf-posix: New file.
+	Suggested by Eric Blake.
+
 2007-10-30  Bruno Haible  <bruno@clisp.org>
 
 	* modules/xprintf-posix-tests: New file.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/xvasprintf-posix	Wed Oct 31 02:27:41 2007 +0100
@@ -0,0 +1,23 @@
+Description:
+vasprintf and asprintf with POSIX compatible format string interpretation and
+with out-of-memory checking.  Also see xalloc-die.
+
+Files:
+
+Depends-on:
+xvasprintf
+vasprintf-posix
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+"xvasprintf.h"
+
+License:
+GPL
+
+Maintainer:
+Bruno Haible
+