>From 87493c24eca1aad255f6fa72035d701a36db131e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 24 Mar 2023 12:18:24 +0100 Subject: [PATCH 30/31] xvasprintf-gnu: New module. * modules/xvasprintf-gnu: New file, based on modules/xvasprintf-posix. --- ChangeLog | 5 +++++ modules/xvasprintf-gnu | 28 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 modules/xvasprintf-gnu diff --git a/ChangeLog b/ChangeLog index 45d26931cb..661b00942e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-03-24 Bruno Haible + + xvasprintf-gnu: New module. + * modules/xvasprintf-gnu: New file, based on modules/xvasprintf-posix. + 2023-03-24 Bruno Haible vasnwprintf-gnu: Add tests. diff --git a/modules/xvasprintf-gnu b/modules/xvasprintf-gnu new file mode 100644 index 0000000000..e458046b6a --- /dev/null +++ b/modules/xvasprintf-gnu @@ -0,0 +1,28 @@ +Description: +vasprintf and asprintf with POSIX and GNU compatible format string +interpretation and with out-of-memory checking. Also see xalloc-die. + +Comment: +This module should not be used as a dependency from a test module, +otherwise when this module occurs as a tests-related module, it will +have side effects on the compilation of the 'vasnprintf' module, if +that module occurs among the main modules in lib/. + +Files: + +Depends-on: +xvasprintf +vasprintf-gnu + +configure.ac: + +Makefile.am: + +Include: +"xvasprintf.h" + +License: +GPL + +Maintainer: +all -- 2.34.1