intprops: port to Oracle Studio c99
[gnulib.git] / lib / intprops.h
2013-11-04 Paul Eggertintprops: port to Oracle Studio c99
2013-04-27 Paul Eggertalignof, intprops, malloca: port better to IBM's C...
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-05-28 Jim Meyeringintprops.h: adjust another comment to match code change
2011-05-28 Jim Meyeringintprops.h: adjust comment to match code change
2011-05-24 Paul Eggertintprops: shorten, to pacify gcc -Woverlength-strings
2011-05-20 Paul Eggertintprops: remove assumption about A|B representation
2011-05-20 Paul Eggertintprops: work around IRIX 6.5 cc bug with 0u - 0u...
2011-05-19 Paul Eggertintprops: work around C compiler bugs
2011-05-15 Paul Eggertintprops: add safe, portable integer overflow checking
2011-05-08 Paul Eggertintprops: Sun C 5.11 supports __typeof__
2011-05-08 Paul Eggertintprops: switch to usual gnulib indenting and naming
2011-01-30 Paul EggertTYPE_MAXIMUM: avoid theoretically undefined behavior
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-11-18 Paul Eggertintprops: new macro INT_BITS_STRLEN_BOUND
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2009-11-14 Eric Blakeintprops: add double-inclusion guard
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2005-09-27 Jim Meyering(signed_type_or_expr__): Define.
2005-05-14 Paul Eggert*** empty log message ***
2005-03-26 Paul Eggertone's complement -> ones' complement (as per Knuth)
2005-03-26 Paul Eggert(INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
2005-03-26 Jim MeyeringComment nits.
2005-03-09 Paul EggertAdd TYPE_ONES_COMPLEMENT and TYPE_SIGNED_MAGNITUDE...
2005-03-09 Paul EggertFactor int-properties macros into a single file, except for