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