summaryrefslogtreecommitdiff
path: root/lib/intprops.h
Commit message (Expand)AuthorAgeFilesLines
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* maint: shorten https://lists.gnu.org/archive/html/... linksJim Meyering2017-11-121-3/+3
* all: Replace many more http URLs by https URLs. Update stale URLs.Bruno Haible2017-09-141-3/+3
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* intprops: port to recent iccPaul Eggert2017-05-251-1/+5
* intprops: don’t depend on ‘verify’Paul Eggert2017-05-081-19/+1
* intprops: improve commentsPaul Eggert2017-04-151-20/+13
* intprops: fix comment typoPaul Eggert2017-04-141-2/+2
* intprops: try to avoid tickling similar bugsPaul Eggert2017-04-141-10/+9
* intprops: port to Oracle Studio 12.3 x86Paul Eggert2017-04-141-12/+29
* glob, intprops, xalloc: work around Clang bugPaul Eggert2017-01-061-8/+2
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* intprops: port to older XL CPaul Eggert2016-11-031-1/+2
* intprops: new macro TYPE_WIDTHPaul Eggert2016-09-131-4/+11
* intprops: tune INT_NEGATE_OVERFLOW for GCC 5 and 6Paul Eggert2016-08-301-1/+1
* intprops.h: port recent changes to GCC 6.2.0Paul Eggert2016-08-291-16/+11
* intprops.h: use __typeof__ with GCC 7Paul Eggert2016-08-291-3/+3
* intprops.h, xalloc-oversized.h: work with gcc 7Jim Meyering2016-08-291-2/+12
* intprops.h: fix missing-backslash problemsJim Meyering2016-08-291-3/+3
* intprops: fix paren typo on old platformsPaul Eggert2016-08-241-1/+1
* intprops: port to OpenVMSPaul Eggert2016-08-241-0/+6
* intprops: port better to GCC 7Paul Eggert2016-06-241-20/+37
* intprops: check two's complement assumptionPaul Eggert2016-04-131-5/+20
* intprops, mktime, strtol: assume two's complementPaul Eggert2016-04-131-22/+6
* intprops: make .h file license match modulePaul Eggert2016-03-081-6/+6
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* intprops: comment fixPaul Eggert2015-12-171-3/+4
* intprops: new public macro EXPR_SIGNEDPaul Eggert2015-11-101-9/+8
* intprops: fix typo in clang portPaul Eggert2015-11-101-1/+1
* intprops: revise _WRAPV macros, revert _OVERFLOWPaul Eggert2015-11-041-113/+105
* intprops: add parentheses for when OP has precedence lower than "-"Jim Meyering2015-11-031-1/+1
* intprops: add WRAPV and const flavors for GCC 5Paul Eggert2015-10-301-12/+129
* 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