From: Bruno Haible Date: Wed, 31 Oct 2007 01:27:41 +0000 (+0100) Subject: New module 'xvasprintf-posix'. X-Git-Tag: v0.1~8021 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=4b950a797486d792705739f7b4ead95e702b27f1;p=gnulib.git New module 'xvasprintf-posix'. --- diff --git a/ChangeLog b/ChangeLog index 8799bb792..aabcdee66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-10-30 Bruno Haible + * modules/xvasprintf-posix: New file. + Suggested by Eric Blake. + +2007-10-30 Bruno Haible + * modules/xprintf-posix-tests: New file. * tests/test-xprintf-posix.sh: New file. * tests/test-xprintf-posix.c: New file. diff --git a/modules/xvasprintf-posix b/modules/xvasprintf-posix new file mode 100644 index 000000000..b95ebb8f1 --- /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 +