# HG changeset patch # User Bruno Haible # Date 1193794061 -3600 # Node ID 83a3e25b88a7589474a87bd89d31702f66b93acc # Parent 733dbb7b0c0af8b740500078cd49032cd57d4846 New module 'xvasprintf-posix'. diff --git a/ChangeLog b/ChangeLog --- 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 --- /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 +