summaryrefslogtreecommitdiff
path: root/lib/intprops.h
Commit message (Expand)AuthorAgeFilesLines
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* intprops: port to Oracle Studio c99Paul Eggert2013-11-031-1/+2
* alignof, intprops, malloca: port better to IBM's C compilerPaul Eggert2013-04-271-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* intprops.h: adjust another comment to match code changeJim Meyering2011-05-281-1/+1
* intprops.h: adjust comment to match code changeJim Meyering2011-05-281-3/+2
* intprops: shorten, to pacify gcc -Woverlength-stringsPaul Eggert2011-05-241-4/+4
* intprops: remove assumption about A|B representationPaul Eggert2011-05-201-6/+3
* intprops: work around IRIX 6.5 cc bug with 0u - 0u + -1Paul Eggert2011-05-191-4/+8
* intprops: work around C compiler bugsPaul Eggert2011-05-191-6/+11
* intprops: add safe, portable integer overflow checkingPaul Eggert2011-05-151-1/+219
* intprops: Sun C 5.11 supports __typeof__Paul Eggert2011-05-081-7/+17
* intprops: switch to usual gnulib indenting and namingPaul Eggert2011-05-081-29/+29
* TYPE_MAXIMUM: avoid theoretically undefined behaviorPaul Eggert2011-01-301-2/+2
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
* intprops: new macro INT_BITS_STRLEN_BOUNDPaul Eggert2010-11-171-5/+9
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-6/+6
* intprops: add double-inclusion guardEric Blake2009-11-141-16/+22
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* (signed_type_or_expr__): Define.Jim Meyering2005-09-271-2/+15
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* one's complement -> ones' complement (as per Knuth)Paul Eggert2005-03-261-1/+1
* (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):Paul Eggert2005-03-261-2/+2
* Comment nits.Jim Meyering2005-03-261-5/+5
* Add TYPE_ONES_COMPLEMENT and TYPE_SIGNED_MAGNITUDE, and usePaul Eggert2005-03-091-10/+20
* Factor int-properties macros into a single file, except forPaul Eggert2005-03-091-0/+55