summaryrefslogtreecommitdiff
path: root/lib/verify.h
Commit message (Expand)AuthorAgeFilesLines
* verify: new macro verify_expr; verify_true deprecatedPaul Eggert2011-06-151-1/+9
* assert-h: work around 'verify' incompatibilityPaul Eggert2011-05-291-4/+4
* assert-h: Allow multiple gnulib generated replacements to coexist.Bruno Haible2011-05-291-0/+3
* verify: fix bug when gnulib <assert.h> is also includedPaul Eggert2011-05-221-1/+3
* assert-h: new module, which supports C1X-style static_assertPaul Eggert2011-05-051-51/+79
* verify: Fix syntax error with GCC 4.6 in C++ mode.Bruno Haible2011-04-091-4/+22
* verify: use _Static_assert if availablePaul Eggert2011-04-051-11/+32
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* verify: adjust formatting to be more consistentJim Meyering2010-05-091-3/+3
* Further improvements to verify.h, suggested by Eric Blake.Paul Eggert2010-05-051-13/+16
* Modify verify.h to pacify gcc -Wredundant_decls.Paul Eggert2010-05-051-6/+26
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-2/+2
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * doc/verify.texi: New file.Paul Eggert2006-05-021-10/+96
* * verify.h (verify_true): Provide alternative definition for C++.Paul Eggert2005-10-051-3/+10
* (verify_expr): Remove, replacing with:Paul Eggert2005-09-271-13/+15
* (verify_type__): Use `unsigned int' as the bitfield typeJim Meyering2005-09-231-1/+1
* (verify_type__): Use 2, not 1, for bitfield size, to avoidPaul Eggert2005-09-231-1/+1
* Fix typo in comment.Paul Eggert2005-09-231-4/+3
* (GL_CONCAT0, GL_CONCAT): Remove.Paul Eggert2005-09-231-19/+9
* * modules/verify: New file.Paul Eggert2005-09-221-0/+57