summaryrefslogtreecommitdiff
path: root/src/factor.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-12-08factor: retry properly if Pollard rho gives a trivial factorizationTorbjörn Granlund
2016-12-08factor: fix infinite loop in gcd2_oddNiels Möller
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-09-07factor: reinstate immediate output with interactive usePádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-12-14maint: fix incorrect spellings etcPádraig Brady
2015-10-27copy,dd: simplify and optimize NUL bytes detectionPádraig Brady
2015-10-19factor: remove unreachable SQUFOF code at compile timePádraig Brady
2015-07-01factor: ensure atomic output through pipesPádraig Brady
2015-06-25maint: clarify integer operations in recent commitPádraig Brady
2015-06-24factor: avoid interspersed lines for parallel runsPádraig Brady
2015-05-30maint: avoid new coverity warningsPádraig Brady
2015-04-27maint: fix printf format for signed integersPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-08-22maint: avoid int64_t and similar types unless they're neededPaul Eggert
2014-05-02numfmt: improve processing throughput by 800%Pádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-02-20maint: cleanup up various uses of __attribute__Pádraig Brady
2013-02-14build: avoid link failure in devmsg() on older linkersPádraig Brady
2013-02-10maint: consolidate developer debug messagesPádraig Brady
2013-01-07factor: apply a more general fix to enable correct assemblyPádraig Brady
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-12-04maint: remove a redundant odd sized alloc from factor.cPádraig Brady
2012-11-18build: fix compilation failure on x32Daniel Schepler
2012-11-18maint: correct indentation of W_TYPE_SIZE-defining cpp directivesJim Meyering
2012-11-13maint: avoid unnecessary #include to fix syntax-check failureJim Meyering
2012-11-12factor: maintainer builds primes.h, not builderPaul Eggert
2012-11-04build: don't assume uintmax_t is 64 bitsPádraig Brady
2012-11-04build: don't rely on support for '%j' printf formatPádraig Brady
2012-10-23factor: add commentsJim Meyering
2012-10-23build: avoid warnings about unused variables and macrosPádraig Brady
2012-10-23build: avoid compile warnings in factor.c on some systemsPádraig Brady
2012-10-09factor: fix integer validation and GMP fallbackPádraig Brady
2012-10-08build: support older GMP versionsPádraig Brady
2012-10-07maint: avoid warning from gcc's -Wunused-macrosJim Meyering
2012-10-04factor: 25% speed-up, on outputJim Meyering
2012-10-04factor: merge with preexisting factor; integrate tests; avoid warningsJim Meyering
2012-09-07factor: don't ever declare composites to be primeTorbjörn Granlund
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-05-26maint: accommodate gcc's -Wstrict-overflow optionJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-12factor: add a missing va_endJim Meyering