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