Mercurial > hg > octave-kai > gnulib-hg
changeset 7093:be990034280e
* modules/verror: New module.
* MODULES.html.sh: Document it.
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Tue, 08 Aug 2006 14:39:04 +0000 |
parents | 9b8b4dc0faa2 |
children | f3bf5563d26f |
files | ChangeLog MODULES.html.sh modules/verror |
diffstat | 3 files changed, 31 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-08 Eric Blake <ebb9@byu.net> + + * modules/verror: New module. + * MODULES.html.sh: Document it. + 2006-08-07 Bruno Haible <bruno@clisp.org> * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
--- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -2084,6 +2084,7 @@ func_module readutmp func_module sig2str func_module sysexits + func_module verror func_module visibility func_end_table
new file mode 100644 --- /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