summaryrefslogtreecommitdiffstats
path: root/src/factor.c
AgeCommit message (Expand)AuthorLines
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
2012-10-07maint: avoid warning from gcc's -Wunused-macrosJim Meyering-0/+6
2012-10-04factor: 25% speed-up, on outputJim Meyering-1/+5
2012-10-04factor: merge with preexisting factor; integrate tests; avoid warningsJim Meyering-293/+2170
2012-09-07factor: don't ever declare composites to be primeTorbjörn Granlund-3/+6
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-1/+1
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-05-26maint: accommodate gcc's -Wstrict-overflow optionJim Meyering-1/+2
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering-3/+3
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-12-12factor: add a missing va_endJim Meyering-0/+1
2009-10-08maint: use X2NREALLOC in more placesEric Blake-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-09-13maint: use consistent cpp indentation in all .c filesJim Meyering-1/+1