]> Savannah Git Hosting - gnulib.git/commitdiff
vzprintf-gnu: New module.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Jun 2024 20:57:50 +0000 (22:57 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Jun 2024 20:57:50 +0000 (22:57 +0200)
* modules/vzprintf-gnu: New file.

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

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