summaryrefslogtreecommitdiff
path: root/src/factor.c
Commit message (Expand)AuthorAgeFilesLines
* maint: prefer static_assert to verifyPaul Eggert2022-09-151-2/+2
* factor: --exponents: new option for printing in p^e formatRasmus Villemoes2022-05-091-4/+25
* factor: remove IF_LINTPaul Eggert2022-01-311-1/+1
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: use GNU style for spacingPaul Eggert2021-12-181-13/+13
* maint: factor.c: avoid new GCC 12 warningJim Meyering2021-12-141-1/+1
* maint: prefer MAYBE_UNUSEDPaul Eggert2021-11-181-7/+11
* maint: use minmax.h instead of rolling our ownPaul Eggert2021-10-311-1/+0
* maint: prefer attribute.h in .c filesPaul Eggert2021-10-311-6/+12
* doc: modernize usage of “disk” and “core”Paul Eggert2021-07-281-1/+2
* maint: fix white spacePaul Eggert2021-07-261-70/+73
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-3/+3
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* factor: port to --without-libgmpPaul Eggert2020-07-181-3/+7
* factor: explain why non-GMP code (Bug#42269)Paul Eggert2020-07-081-0/+5
* factor: treat ' +bignum' like non-bignumPaul Eggert2020-07-081-18/+9
* maint: use Gnulib libgmp modulePaul Eggert2020-07-071-36/+6
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* factor: output immediately if stdout is a tty but stdin is notShugo Maeda2019-03-311-2/+2
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-2/+2
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* factor: retry properly if Pollard rho gives a trivial factorizationTorbjörn Granlund2016-12-081-1/+15
* factor: fix infinite loop in gcd2_oddNiels Möller2016-12-081-2/+8
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-2/+3
* factor: reinstate immediate output with interactive usePádraig Brady2016-09-071-1/+7
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* maint: fix incorrect spellings etcPádraig Brady2015-12-141-1/+1
* copy,dd: simplify and optimize NUL bytes detectionPádraig Brady2015-10-271-8/+0
* factor: remove unreachable SQUFOF code at compile timePádraig Brady2015-10-191-38/+41
* factor: ensure atomic output through pipesPádraig Brady2015-07-011-26/+96
* maint: clarify integer operations in recent commitPádraig Brady2015-06-251-2/+5
* factor: avoid interspersed lines for parallel runsPádraig Brady2015-06-241-3/+21
* maint: avoid new coverity warningsPádraig Brady2015-05-301-1/+2
* maint: fix printf format for signed integersPádraig Brady2015-04-271-1/+1
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* maint: avoid int64_t and similar types unless they're neededPaul Eggert2014-08-221-3/+3
* numfmt: improve processing throughput by 800%Pádraig Brady2014-05-021-16/+0
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: cleanup up various uses of __attribute__Pádraig Brady2013-02-201-7/+7
* build: avoid link failure in devmsg() on older linkersPádraig Brady2013-02-141-1/+17
* maint: consolidate developer debug messagesPádraig Brady2013-02-101-24/+13
* factor: apply a more general fix to enable correct assemblyPádraig Brady2013-01-071-1/+8
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* maint: remove a redundant odd sized alloc from factor.cPádraig Brady2012-12-041-2/+2
* build: fix compilation failure on x32Daniel Schepler2012-11-181-1/+1
* maint: correct indentation of W_TYPE_SIZE-defining cpp directivesJim Meyering2012-11-181-7/+7