From dff9289caec04126a3557e2942d914a3393d398b Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 31 Oct 2007 02:23:50 +0100 Subject: [PATCH] New module 'xprintf-posix'. --- ChangeLog | 4 ++++ modules/xprintf-posix | 24 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 modules/xprintf-posix diff --git a/ChangeLog b/ChangeLog index 3ef88182dc..9cdaef1b65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-10-30 Bruno Haible + + * modules/xprintf-posix: New file. + 2007-10-30 Ralf Wildenhues * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files. diff --git a/modules/xprintf-posix b/modules/xprintf-posix new file mode 100644 index 0000000000..495f7996e4 --- /dev/null +++ b/modules/xprintf-posix @@ -0,0 +1,24 @@ +Description: +A wrapper around printf with POSIX compatible format string interpretation, +that calls error upon ENOMEM or EILSEQ errors. + +Files: + +Depends-on: +xprintf +vprintf-posix +vfprintf-posix + +configure.ac: + +Makefile.am: + +Include: +"xprintf.h" + +License: +GPL + +Maintainer: +Bruno Haible + -- 2.30.2