From eae7f66a061c7e4e0e78e457d25caff296396cc4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 25 Jun 2024 01:09:45 +0200 Subject: [PATCH] vzsprintf-posix: New module. * modules/vzsprintf-posix: New file. --- ChangeLog | 5 +++++ modules/vzsprintf-posix | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 modules/vzsprintf-posix diff --git a/ChangeLog b/ChangeLog index ffb2b7fecf..aba08dc3e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-06-24 Bruno Haible + + vzsprintf-posix: New module. + * modules/vzsprintf-posix: New file. + 2024-06-24 Bruno Haible zsnprintf-posix: Add tests. diff --git a/modules/vzsprintf-posix b/modules/vzsprintf-posix new file mode 100644 index 0000000000..fb3428a8e1 --- /dev/null +++ b/modules/vzsprintf-posix @@ -0,0 +1,22 @@ +Description: +vzsprintf() function with POSIX compliant format string interpretation + +Files: + +Depends-on: +vzsprintf +mixin/printf-posix + +configure.ac: +gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS + +Makefile.am: + +Include: + + +License: +LGPL + +Maintainer: +all -- 2.39.5