summaryrefslogtreecommitdiff
path: root/lib/intprops.h
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* maint: parenthesize macro definiensPaul Eggert2022-08-101-3/+3
* stdckdint-h: new modulePaul Eggert2022-08-101-2/+9
* intprops: refactor intprops.h into twoPaul Eggert2022-08-101-323/+9
* intprops: refactor _GL_HAS_BUILTIN_OVERFLOW_PPaul Eggert2022-08-101-7/+7
* intprops: work around nvc 22.1 bugPaul Eggert2022-01-141-2/+6
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* maint: fix __clang_major__ misspellingsPaul Eggert2021-12-211-1/+1
* intprops: streamline and get ready for Clang 14Paul Eggert2021-12-061-11/+9
* intprops: Treat EDG-based compilers like Intel compilers.Bruno Haible2021-12-061-4/+5
* regex: sync with glibcPaul Eggert2021-09-211-1/+0
* intprops: improve commentaryPaul Eggert2021-03-141-4/+14
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* intprops: port to ICC 2021.1 Beta 20201112Paul Eggert2020-12-181-5/+10
* intprops: Avoid potentially buggy __builtin_add_overflow in GCC 5, 6.Bruno Haible2020-12-181-1/+3
* intprops: Add INT_ADD_OK etc.Paul Eggert2020-12-051-0/+29
* intprops, xalloc: avoid __builtin_mul_overflow_p with ClangPaul Eggert2020-09-171-1/+7
* intprops: be consistent about +X vs X+0Paul Eggert2020-08-231-1/+1
* intprops: fix INT_MULTIPLY_WRAPV bit-field bugPaul Eggert2020-08-231-5/+8
* intprops: Avoid bogus "warning: division by zero is undefined" on clang.Bruno Haible2020-08-161-1/+1
* Revert autoupdate's revert.Bruno Haible2020-08-101-1/+2
* autoupdateKarl Berry2020-08-101-2/+1
* Use __typeof__ with clang.Bruno Haible2020-08-091-0/+1
* intprops: Fix typo in comment.Bruno Haible2020-08-091-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* intprops: INT_MULTIPLY_WRAPV speedup for GCC 8.4+Paul Eggert2019-11-221-1/+2
* * lib/intprops.h (INT_MULTIPLY_WRAPV): Simplify gcc -E output.Paul Eggert2019-11-191-7/+10
* intprops: speed up INT_MULTIPLY_WRAPV in GCC 9.3Paul Eggert2019-11-191-2/+3
* Port better to GCC under macOSPaul Eggert2019-10-231-19/+3
* Revert macOS INT_MULTIPLY_WRAPV patchPaul Eggert2019-08-271-8/+5
* Speed up INT_MULTIPLY_WRAPV on macOSPaul Eggert2019-08-271-5/+8
* intprops.h, verify.h: port better to clangPaul Eggert2019-08-251-33/+60
* intprops: say why not Clang __builtin_add_overflowPaul Eggert2019-08-241-1/+3
* intprops: port to Oracle Developer Studio 12.6Paul Eggert2019-08-171-2/+2
* intprops: support uchar, ushort _WRAPV destsPaul Eggert2019-08-141-21/+32
* intprops: pacify picky GCCPaul Eggert2019-08-141-2/+4
* intprops: support unsigned *_WRAPV resultsPaul Eggert2019-08-141-28/+126
* autoupdatePaul Eggert2018-12-311-1/+1
* intprops: minor clarification of codePaul Eggert2018-09-071-2/+2
* intprops: avoid evaluation of some expressionsPaul Eggert2018-08-271-7/+9
* 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