fix license quoting in files.yaml
[gnulib.git] / lib / intprops.h
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-02-02 Ian BeckwithMerge change up to right before new-year copyright...
2014-01-01 Eric Blakemaint: update copyright
2013-11-04 Paul Eggertintprops: port to Oracle Studio c99
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
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-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-09-08 Ian BeckwithMerge branch 'stable'
2011-09-07 Ian BeckwithMerge commit 'snapshot-start' into stable
2011-06-10 Ian BeckwithMerge commit 'stable/20110609'
2011-06-09 Paul Eggertintprops: work around IRIX 6.5 cc bug with 0u - 0u...
2011-06-09 Paul Eggertintprops: work around C compiler bugs
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-18 Ian BeckwithMerge branch 'upstream' into stable
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-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-30 Paul EggertTYPE_MAXIMUM: avoid theoretically undefined behavior
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-12-16 Ian BeckwithMerge branch 'stable'
2010-12-16 Ian BeckwithMerge branch 'upstream' into stable
2010-11-18 Paul Eggertintprops: new macro INT_BITS_STRLEN_BOUND
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '039ae97'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
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