From: Bruno Haible Date: Wed, 31 Oct 2007 01:23:50 +0000 (+0100) Subject: New module 'xprintf-posix'. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dff9289caec04126a3557e2942d914a3393d398b;p=pspp New module '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 +