]> Savannah Git Hosting - gnulib.git/commitdiff
vdzprintf-gnu: New module.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Jun 2024 15:28:59 +0000 (17:28 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Jun 2024 15:28:59 +0000 (17:28 +0200)
* modules/vdzprintf-gnu: New file.

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

index d4763ea449f42c1021b62e3e64fe5cf112f8550e..bae1f68d0ef2b6aca799b440617844440c1f37ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-30  Bruno Haible  <bruno@clisp.org>
+
+       vdzprintf-gnu: New module.
+       * modules/vdzprintf-gnu: New file.
+
 2024-06-30  Bruno Haible  <bruno@clisp.org>
 
        dzprintf-posix: Add tests.
diff --git a/modules/vdzprintf-gnu b/modules/vdzprintf-gnu
new file mode 100644 (file)
index 0000000..f28e51e
--- /dev/null
@@ -0,0 +1,23 @@
+Description:
+vdzprintf() function
+with POSIX and GNU compatible format string interpretation
+
+Files:
+
+Depends-on:
+vdzprintf-posix
+mixin/printf-gnu
+
+configure.ac:
+gl_PREREQ_VASNPRINTF_WITH_GNU_EXTRAS
+
+Makefile.am:
+
+Include:
+<stdio.h>
+
+License:
+LGPL
+
+Maintainer:
+all