New module 'xvasprintf-posix'.
authorBruno Haible <bruno@clisp.org>
Wed, 31 Oct 2007 01:27:41 +0000 (02:27 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 31 Oct 2007 01:27:41 +0000 (02:27 +0100)
ChangeLog
modules/xvasprintf-posix [new file with mode: 0644]

index 8799bb7922d0d4ad999141fc1f8c506e2edc9d41..aabcdee66147e25577083dd60ecdddf62ded6e79 100644 (file)
--- 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.
diff --git a/modules/xvasprintf-posix b/modules/xvasprintf-posix
new file mode 100644 (file)
index 0000000..b95ebb8
--- /dev/null
@@ -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
+