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

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

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