* MODULES.html.sh: Document it.
+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
func_module readutmp
func_module sig2str
func_module sysexits
+ func_module verror
func_module visibility
func_end_table
--- /dev/null
+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