From 4b950a797486d792705739f7b4ead95e702b27f1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 31 Oct 2007 02:27:41 +0100 Subject: [PATCH] New module 'xvasprintf-posix'. --- ChangeLog | 5 +++++ modules/xvasprintf-posix | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 modules/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 + -- 2.30.2