Thu, 01 Jan 2015 01:38:23 +0000 |
Paul Eggert |
version-etc: new year
|
Wed, 01 Jan 2014 00:04:40 -0700 |
Eric Blake |
maint: update copyright
|
Sun, 03 Nov 2013 19:52:32 -0800 |
Paul Eggert |
intprops: port to Oracle Studio c99
|
Sat, 27 Apr 2013 08:11:56 -0700 |
Paul Eggert |
alignof, intprops, malloca: port better to IBM's C compiler
|
Tue, 01 Jan 2013 00:50:58 +0000 |
Eric Blake |
maint: update all copyright year number ranges
|
Sun, 01 Jan 2012 10:04:58 +0100 |
Jim Meyering |
maint: update all copyright year number ranges
|
Sat, 28 May 2011 13:45:12 +0200 |
Jim Meyering |
intprops.h: adjust another comment to match code change
|
Sat, 28 May 2011 12:34:08 +0200 |
Jim Meyering |
intprops.h: adjust comment to match code change
|
Tue, 24 May 2011 16:45:14 -0700 |
Paul Eggert |
intprops: shorten, to pacify gcc -Woverlength-strings
|
Fri, 20 May 2011 11:30:16 -0700 |
Paul Eggert |
intprops: remove assumption about A|B representation
|
Thu, 19 May 2011 19:16:04 -0700 |
Paul Eggert |
intprops: work around IRIX 6.5 cc bug with 0u - 0u + -1
|
Thu, 19 May 2011 01:36:25 -0700 |
Paul Eggert |
intprops: work around C compiler bugs
|
Sun, 15 May 2011 09:35:12 -0700 |
Paul Eggert |
intprops: add safe, portable integer overflow checking
|
Sun, 08 May 2011 12:28:01 -0700 |
Paul Eggert |
intprops: Sun C 5.11 supports __typeof__
|
Sun, 08 May 2011 11:53:53 -0700 |
Paul Eggert |
intprops: switch to usual gnulib indenting and naming
|
Sat, 29 Jan 2011 23:59:31 -0800 |
Paul Eggert |
TYPE_MAXIMUM: avoid theoretically undefined behavior
|
Sat, 01 Jan 2011 20:17:23 +0100 |
Jim Meyering |
maint: update almost all copyright ranges to include 2011
|
Wed, 17 Nov 2010 16:29:40 -0800 |
Paul Eggert |
intprops: new macro INT_BITS_STRLEN_BOUND
|
Fri, 01 Jan 2010 10:31:12 +0100 |
Jim Meyering |
update nearly all FSF copyright year lists to include 2010
|
Thu, 10 Dec 2009 20:28:30 +0100 |
Bruno Haible |
Use spaces for indentation, not tabs.
|
Sat, 14 Nov 2009 15:09:08 -0700 |
Eric Blake |
intprops: add double-inclusion guard
|
Sun, 07 Oct 2007 19:14:58 +0200 |
Bruno Haible |
Change copyright notice from GPLv2+ to GPLv3+.
|
Tue, 27 Sep 2005 08:40:36 +0000 |
Jim Meyering |
(signed_type_or_expr__): Define.
|
Sat, 14 May 2005 06:03:57 +0000 |
Paul Eggert |
*** empty log message ***
|
Sat, 26 Mar 2005 17:53:44 +0000 |
Paul Eggert |
one's complement -> ones' complement (as per Knuth)
|
Sat, 26 Mar 2005 17:47:53 +0000 |
Paul Eggert |
(INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
|
Sat, 26 Mar 2005 11:10:52 +0000 |
Jim Meyering |
Comment nits.
|
Wed, 09 Mar 2005 23:22:50 +0000 |
Paul Eggert |
Add TYPE_ONES_COMPLEMENT and TYPE_SIGNED_MAGNITUDE, and use
|
Wed, 09 Mar 2005 19:11:23 +0000 |
Paul Eggert |
Factor int-properties macros into a single file, except for
|