]> Savannah Git Hosting - gnulib.git/commitdiff
vazsprintf-posix: New module.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Jun 2024 23:10:03 +0000 (01:10 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 24 Jun 2024 23:10:03 +0000 (01:10 +0200)
* modules/vazsprintf-posix: New file.

ChangeLog
modules/vazsprintf-posix [new file with mode: 0644]

index 369015666792fa6ef8d419732473fd0d388ee0b7..6b4f07b427315b7081b291c2c94ec5026cc98874 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-24  Bruno Haible  <bruno@clisp.org>
+
+       vazsprintf-posix: New module.
+       * modules/vazsprintf-posix: New file.
+
 2024-06-24  Bruno Haible  <bruno@clisp.org>
 
        zsprintf-posix: Add tests.
diff --git a/modules/vazsprintf-posix b/modules/vazsprintf-posix
new file mode 100644 (file)
index 0000000..39a1da3
--- /dev/null
@@ -0,0 +1,23 @@
+Description:
+azsprintf() and vazsprintf() functions
+with POSIX compliant format string interpretation
+
+Files:
+
+Depends-on:
+vazsprintf
+mixin/printf-posix
+
+configure.ac:
+gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
+
+Makefile.am:
+
+Include:
+<stdio.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+all