From: Eric Blake Date: Tue, 8 Aug 2006 14:39:04 +0000 (+0000) Subject: * modules/verror: New module. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee187e458046b6930e12d1f1e3973bc2b6100628;p=pspp * modules/verror: New module. * MODULES.html.sh: Document it. --- diff --git a/ChangeLog b/ChangeLog index bab915ccfe..c640f96f97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-08 Eric Blake + + * modules/verror: New module. + * MODULES.html.sh: Document it. + 2006-08-07 Bruno Haible * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets diff --git a/MODULES.html.sh b/MODULES.html.sh index 2ba6e96586..31d5b35cac 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -2084,6 +2084,7 @@ func_all_modules () func_module readutmp func_module sig2str func_module sysexits + func_module verror func_module visibility func_end_table diff --git a/modules/verror b/modules/verror new file mode 100644 index 0000000000..db36fcf980 --- /dev/null +++ b/modules/verror @@ -0,0 +1,25 @@ +Description: +verror() and verror_at_line() functions: Error reporting with va_list. + +Files: +lib/verror.h +lib/verror.c + +Depends-on: +error +xvasprintf + +configure.ac: +gl_VERROR + +Makefile.am: +lib_SOURCES += verror.h verror.c + +Include: +"verror.h" + +License: +GPL + +Maintainer: +Eric Blake