From: Bruno Haible Date: Wed, 31 Oct 2007 01:27:41 +0000 (+0100) Subject: New module 'xvasprintf-posix'. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b950a797486d792705739f7b4ead95e702b27f1;p=pspp New module 'xvasprintf-posix'. --- diff --git a/ChangeLog b/ChangeLog index 8799bb7922..aabcdee661 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/modules/xvasprintf-posix b/modules/xvasprintf-posix new file mode 100644 index 0000000000..b95ebb8f18 --- /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 +