* modules/verror: New module.
authorEric Blake <ebb9@byu.net>
Tue, 8 Aug 2006 14:39:04 +0000 (14:39 +0000)
committerEric Blake <ebb9@byu.net>
Tue, 8 Aug 2006 14:39:04 +0000 (14:39 +0000)
* MODULES.html.sh: Document it.

ChangeLog
MODULES.html.sh
modules/verror [new file with mode: 0644]

index bab915c..c640f96 100644 (file)
--- 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
index 2ba6e96..31d5b35 100755 (executable)
@@ -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 (file)
index 0000000..db36fcf
--- /dev/null
@@ -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