summaryrefslogtreecommitdiffstats
path: root/src/factor.c
AgeCommit message (Expand)AuthorLines
2021-07-28doc: modernize usage of “disk” and “core”Paul Eggert-1/+2
2021-07-26maint: fix white spacePaul Eggert-70/+73
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-3/+3
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-07-18factor: port to --without-libgmpPaul Eggert-3/+7
2020-07-08factor: explain why non-GMP code (Bug#42269)Paul Eggert-0/+5
2020-07-08factor: treat ' +bignum' like non-bignumPaul Eggert-18/+9
2020-07-07maint: use Gnulib libgmp modulePaul Eggert-36/+6
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-03-31factor: output immediately if stdout is a tty but stdin is notShugo Maeda-2/+2
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-2/+2
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-12-08factor: retry properly if Pollard rho gives a trivial factorizationTorbjörn Granlund-1/+15
2016-12-08factor: fix infinite loop in gcd2_oddNiels Möller-2/+8
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-2/+3
2016-09-07factor: reinstate immediate output with interactive usePádraig Brady-1/+7
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-14maint: fix incorrect spellings etcPádraig Brady-1/+1
2015-10-27copy,dd: simplify and optimize NUL bytes detectionPádraig Brady-8/+0
2015-10-19factor: remove unreachable SQUFOF code at compile timePádraig Brady-38/+41
2015-07-01factor: ensure atomic output through pipesPádraig Brady-26/+96
2015-06-25maint: clarify integer operations in recent commitPádraig Brady-2/+5
2015-06-24factor: avoid interspersed lines for parallel runsPádraig Brady-3/+21
2015-05-30maint: avoid new coverity warningsPádraig Brady-1/+2
2015-04-27maint: fix printf format for signed integersPádraig Brady-1/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-1/+1
2014-08-22maint: avoid int64_t and similar types unless they're neededPaul Eggert-3/+3
2014-05-02numfmt: improve processing throughput by 800%Pádraig Brady-16/+0
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-02-20maint: cleanup up various uses of __attribute__Pádraig Brady-7/+7
2013-02-14build: avoid link failure in devmsg() on older linkersPádraig Brady-1/+17
2013-02-10maint: consolidate developer debug messagesPádraig Brady-24/+13
2013-01-07factor: apply a more general fix to enable correct assemblyPádraig Brady-1/+8
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-12-04maint: remove a redundant odd sized alloc from factor.cPádraig Brady-2/+2
2012-11-18build: fix compilation failure on x32Daniel Schepler-1/+1
2012-11-18maint: correct indentation of W_TYPE_SIZE-defining cpp directivesJim Meyering-7/+7
2012-11-13maint: avoid unnecessary #include to fix syntax-check failureJim Meyering-1/+0
2012-11-12factor: maintainer builds primes.h, not builderPaul Eggert-0/+11
2012-11-04build: don't assume uintmax_t is 64 bitsPádraig Brady-1/+10
2012-11-04build: don't rely on support for '%j' printf formatPádraig Brady-1/+1
2012-10-23factor: add commentsJim Meyering-1/+5
2012-10-23build: avoid warnings about unused variables and macrosPádraig Brady-4/+13
2012-10-23build: avoid compile warnings in factor.c on some systemsPádraig Brady-3/+3
2012-10-09factor: fix integer validation and GMP fallbackPádraig Brady-5/+33
2012-10-08build: support older GMP versionsPádraig Brady-0/+24