log lib/verify.h @ 17255:d81be792518a

age author description
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Fri, 20 Jul 2012 16:48:46 -0600 Eric Blake verify: document conflict with -Wnested-externs
Fri, 06 Jan 2012 09:55:50 -0800 Paul Eggert doc: C11 and C++11 are now official
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Wed, 15 Jun 2011 11:15:37 -0700 Paul Eggert verify: new macro verify_expr; verify_true deprecated
Sun, 29 May 2011 14:30:36 -0700 Paul Eggert assert-h: work around 'verify' incompatibility
Sun, 29 May 2011 15:38:41 +0200 Bruno Haible assert-h: Allow multiple gnulib generated replacements to coexist.
Sun, 22 May 2011 18:36:04 -0700 Paul Eggert verify: fix bug when gnulib <assert.h> is also included
Thu, 05 May 2011 22:43:18 -0700 Paul Eggert assert-h: new module, which supports C1X-style static_assert
Sat, 09 Apr 2011 02:12:11 +0200 Bruno Haible verify: Fix syntax error with GCC 4.6 in C++ mode.
Tue, 05 Apr 2011 23:45:10 -0700 Paul Eggert verify: use _Static_assert if available
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Sun, 09 May 2010 12:02:14 +0200 Jim Meyering verify: adjust formatting to be more consistent
Wed, 05 May 2010 13:57:26 -0700 Paul Eggert Further improvements to verify.h, suggested by Eric Blake.
Wed, 05 May 2010 12:50:00 -0700 Paul Eggert Modify verify.h to pacify gcc -Wredundant_decls.
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Tue, 02 May 2006 23:39:59 +0000 Paul Eggert * doc/verify.texi: New file.
Wed, 05 Oct 2005 06:50:03 +0000 Paul Eggert * verify.h (verify_true): Provide alternative definition for C++.
Tue, 27 Sep 2005 05:36:30 +0000 Paul Eggert (verify_expr): Remove, replacing with:
Fri, 23 Sep 2005 22:59:59 +0000 Jim Meyering (verify_type__): Use `unsigned int' as the bitfield type
Fri, 23 Sep 2005 21:51:06 +0000 Paul Eggert (verify_type__): Use 2, not 1, for bitfield size, to avoid
Fri, 23 Sep 2005 17:52:49 +0000 Paul Eggert Fix typo in comment.
Fri, 23 Sep 2005 17:48:14 +0000 Paul Eggert (GL_CONCAT0, GL_CONCAT): Remove.
Thu, 22 Sep 2005 22:56:28 +0000 Paul Eggert * modules/verify: New file.