summaryrefslogtreecommitdiff
path: root/modules/verify
Commit message (Collapse)AuthorAgeFilesLines
* Add missing C99 dependencies.Bruno Haible2020-05-251-0/+1
| | | | | | | | | | | | | | | | Reported by Paul Smith <psmith@gnu.org> in <https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00290.html>. * modules/assert (Depends-on): Add c99. * modules/filenamecat-lgpl (Depends-on): Likewise. * modules/libc-config (Depends-on): Likewise. * modules/mktime (Depends-on): Likewise. * modules/random_r (Depends-on): Likewise. * modules/regex (Depends-on): Likewise. * modules/scratch_buffer (Depends-on): Likewise. * modules/timespec-add (Depends-on): Likewise. * modules/timespec-sub (Depends-on): Likewise. * modules/verify (Depends-on): Likewise.
* ignore-value, verify: Omit include files from lib_SOURCES.Paul Eggert2011-05-071-1/+0
| | | | | | | | * modules/ignore-value, modules/verify (Makefile.am): Don't put ignore-value.h, or verify.h, into lib_SOURCES, as that leads Automake to duplicate use of am__objects_... variables in Makefile.in. See <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00257.html>.
* * modules/verify (License): Re-license as LGPLv2+.Jim Meyering2008-04-221-1/+1
|
* * modules/verify (License): Change from GPL to LGPL. This is aPaul Eggert2005-10-271-1/+1
| | | | | tiny module and there are apparently near-equivalents that are under the BSD license.
* * modules/verify: New file.Paul Eggert2005-09-221-0/+21
* lib/verify.h: New file. * MODULES.html.sh (Diagnostics <assert.h>): New section, with "verify" module.