summaryrefslogtreecommitdiff
path: root/src/factor.c
AgeCommit message (Expand)Author
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
2009-10-08maint: use X2NREALLOC in more placesEric Blake
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-13maint: use consistent cpp indentation in all .c filesJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-05-17maint: use ARRAY_CARDINALITY moreJim Meyering
2009-03-06maint: avoid new unused-macro warnings from gccJim Meyering
2008-12-01seq: plug a leakJim Meyering
2008-10-25factor: avoid compilation failure without libgmpJim Meyering
2008-10-25factor: remove --bignum and --no-bignum optionsPaul Eggert
2008-08-11factor: remove duplicate docstring; use the more detailed oneBenno Schulenberg
2008-08-04factor: credit Torbjörn GranlundJames Youngman
2008-08-01factor arbitrarily large numbersJames Youngman
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26adjust copyright datesJim Meyering
2008-05-26convert single-author programs to use proper_nameJim Meyering
2007-08-30Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake