]> Savannah Git Hosting - gnulib.git/commitdiff
xvasprintf-gnu: New module.
authorBruno Haible <bruno@clisp.org>
Fri, 24 Mar 2023 11:18:24 +0000 (12:18 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 24 Mar 2023 11:18:24 +0000 (12:18 +0100)
* modules/xvasprintf-gnu: New file, based on modules/xvasprintf-posix.

ChangeLog
modules/xvasprintf-gnu [new file with mode: 0644]

index 45d26931cb7c55eb6e27ad73b98f5bb5b1c70e58..661b00942e2e2bd9db5461ee30470496a40f1e8e 100644 (file)
--- 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 (file)
index 0000000..e458046
--- /dev/null
@@ -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