From 3a1e774a9931611444a23ab4267468f7f95186ee Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 25 Jun 2024 01:10:30 +0200 Subject: [PATCH] obstack-zprintf-posix: New module. * modules/obstack-zprintf-posix: New file. --- ChangeLog | 5 +++++ modules/obstack-zprintf-posix | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 modules/obstack-zprintf-posix diff --git a/ChangeLog b/ChangeLog index b383122fed..c95a133559 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-06-24 Bruno Haible + + obstack-zprintf-posix: New module. + * modules/obstack-zprintf-posix: New file. + 2024-06-24 Bruno Haible vazsprintf-posix: Add tests. diff --git a/modules/obstack-zprintf-posix b/modules/obstack-zprintf-posix new file mode 100644 index 0000000000..192b9b60fd --- /dev/null +++ b/modules/obstack-zprintf-posix @@ -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: + + +License: +GPL + +Maintainer: +all -- 2.39.5