From: Bruno Haible <bruno@clisp.org>
Date: Fri, 24 Mar 2023 11:18:24 +0000 (+0100)
Subject: xvasprintf-gnu: New module.
X-Git-Tag: v1.0~1571
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=87493c24eca1aad255f6fa72035d701a36db131e;p=gnulib.git

xvasprintf-gnu: New module.

* modules/xvasprintf-gnu: New file, based on modules/xvasprintf-posix.
---

diff --git a/ChangeLog b/ChangeLog
index 45d26931cb..661b00942e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-03-24  Bruno Haible  <bruno@clisp.org>
+
+	xvasprintf-gnu: New module.
+	* modules/xvasprintf-gnu: New file, based on modules/xvasprintf-posix.
+
 2023-03-24  Bruno Haible  <bruno@clisp.org>
 
 	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