changeset 9429:83a3e25b88a7

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