]> Savannah Git Hosting - gnulib.git/commitdiff
obstack-zprintf-gnu: New module.
authorBruno Haible <bruno@clisp.org>
Tue, 25 Jun 2024 14:42:56 +0000 (16:42 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 25 Jun 2024 14:42:56 +0000 (16:42 +0200)
* modules/obstack-zprintf-gnu: New file.

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

index 60f37baf0557c81778899d28c73075e7cb47c699..fcff06d2f9f0f4e427994e17863c0fc10fe5cb28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-25  Bruno Haible  <bruno@clisp.org>
+
+       obstack-zprintf-gnu: New module.
+       * modules/obstack-zprintf-gnu: New file.
+
 2024-06-25  Bruno Haible  <bruno@clisp.org>
 
        vazsprintf-gnu: Add tests.
diff --git a/modules/obstack-zprintf-gnu b/modules/obstack-zprintf-gnu
new file mode 100644 (file)
index 0000000..86c8703
--- /dev/null
@@ -0,0 +1,23 @@
+Description:
+Formatted printing into an obstack (without INT_MAX limitation)
+with POSIX compliant and GNU compatible format string interpretation
+
+Files:
+
+Depends-on:
+obstack-zprintf-posix
+mixin/printf-gnu
+
+configure.ac:
+gl_PREREQ_VASNPRINTF_WITH_GNU_EXTRAS
+
+Makefile.am:
+
+Include:
+<stdio.h>
+
+License:
+GPL
+
+Maintainer:
+all