summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2025-07-09factor: primes_diff idx type consistencyPaul Eggert-2/+2
2025-07-09factor: omit q from mp_factor_using_divisionPaul Eggert-6/+0
2025-07-09factor: mp insert multiplicity tooPaul Eggert-25/+20
2025-07-09factor: prefer non-macrosPaul Eggert-9/+17
2025-07-09factor: let builder specify MR_REPSPaul Eggert-1/+3
2025-07-09factor: add commentsPaul Eggert-1/+11
2025-07-09factor: factor insertion simplificationsPaul Eggert-41/+28
2025-07-09factor: check unsigned char countsPaul Eggert-2/+17
2025-07-09factor: fix commentPaul Eggert-2/+2
2025-07-09factor: paren cleanupPaul Eggert-13/+10
2025-07-09factor: simplify longlong.h setupPaul Eggert-18/+13
2025-07-09factor: prefer uuint to two words in a couple of placesPaul Eggert-12/+9
2025-07-09factor: FALLTHROUGH instead of breakPaul Eggert-2/+1
2025-07-09factor: remove wide_uuintPaul Eggert-127/+124
2025-07-09factor: use same word size as GMPPaul Eggert-40/+41
2025-07-09factor: unsigned long → mp_bitcnt_tPaul Eggert-4/+4
2025-07-09factor: generalize BIG_POWER_OF_10Paul Eggert-7/+13
2025-07-09factor: remove wide_intPaul Eggert-9/+3
2025-07-09factor: add platform sanity checkPaul Eggert-0/+6
2025-07-09factor: squfof cleanupPaul Eggert-485/+1
2025-07-09factor: don’t used uninitialized uu[0]Paul Eggert-3/+4
2025-07-05build: avoid make distcheck errorPádraig Brady-0/+4
2025-07-05build: fix non parallel VPATH buildsPádraig Brady-3/+1
2025-07-04maint: prefer endian.h macros to WORDS_BIGENDIAN, part 2Collin Funk-1/+2
2025-07-04maint: prefer endian.h macros to WORDS_BIGENDIANCollin Funk-10/+7
2025-06-30od: port to Apple clang 14Paul Eggert-10/+16
2025-06-30build: fix VPATH builds with --enable-single-binaryPádraig Brady-1/+1
2025-06-30od: reinstate half float validation checkPádraig Brady-1/+3
2025-06-30maint: avoid sc_prohibit-quotearg failurePádraig Brady-1/+1
2025-06-29od: more minor fixes for offsetsPaul Eggert-8/+12
2025-06-29od: refactor parse_old_offsetPaul Eggert-23/+9
2025-06-29od: pacify gcc -Wduplicated-condPaul Eggert-21/+35
2025-06-28od: be more consistent re sizeofPaul Eggert-9/+9
2025-06-28od: fix integer overflow with large pseudosPaul Eggert-1/+6
2025-06-28od: speed up -SPaul Eggert-1/+1
2025-06-28od: check sign bit more oftenPaul Eggert-9/+3
2025-06-28od: simplify away one loop copyPaul Eggert-36/+19
2025-06-28od: simpler static initializationPaul Eggert-30/+18
2025-06-28od: minor lcm tuningPaul Eggert-2/+4
2025-06-28od: omit some duplicate codePaul Eggert-70/+55
2025-06-28od: replace lookup tables with simple arithmeticPaul Eggert-46/+7
2025-06-28od: support uintmax_t tooPaul Eggert-13/+23
2025-06-28od: initialize type-size tables staticallyPaul Eggert-40/+49
2025-06-28od: prefer intmax_t to uintmax_tPaul Eggert-48/+55
2025-06-28od: fix '+N.' bugPaul Eggert-4/+27
2025-06-28od: fix some unlikely integer overflowsPaul Eggert-32/+64
2025-06-28od: prefer idx_t to size_tPaul Eggert-33/+24
2025-06-28od: don’t assume no holes in wide unsignedPaul Eggert-5/+5
2025-06-28maint: assume long long intPaul Eggert-19/+4
2025-06-28od: fix another off-by-one issue with --stringsPaul Eggert-3/+3