Age | Commit message (Expand) | Author |
2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
2015-12-14 | maint: fix incorrect spellings etc | Pádraig Brady |
2015-10-27 | copy,dd: simplify and optimize NUL bytes detection | Pádraig Brady |
2015-10-19 | factor: remove unreachable SQUFOF code at compile time | Pádraig Brady |
2015-07-01 | factor: ensure atomic output through pipes | Pádraig Brady |
2015-06-25 | maint: clarify integer operations in recent commit | Pádraig Brady |
2015-06-24 | factor: avoid interspersed lines for parallel runs | Pádraig Brady |
2015-05-30 | maint: avoid new coverity warnings | Pádraig Brady |
2015-04-27 | maint: fix printf format for signed integers | Pádraig Brady |
2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
2014-09-19 | doc: output correct --help references with --program-prefix | Pádraig Brady |
2014-09-08 | maint: prefer 'return status;' to 'exit (status);' in 'main' | Paul Eggert |
2014-08-22 | maint: avoid int64_t and similar types unless they're needed | Paul Eggert |
2014-05-02 | numfmt: improve processing throughput by 800% | Pádraig Brady |
2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker |
2013-02-20 | maint: cleanup up various uses of __attribute__ | Pádraig Brady |
2013-02-14 | build: avoid link failure in devmsg() on older linkers | Pádraig Brady |
2013-02-10 | maint: consolidate developer debug messages | Pádraig Brady |
2013-01-07 | factor: apply a more general fix to enable correct assembly | Pádraig Brady |
2013-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2012-12-04 | maint: remove a redundant odd sized alloc from factor.c | Pádraig Brady |
2012-11-18 | build: fix compilation failure on x32 | Daniel Schepler |
2012-11-18 | maint: correct indentation of W_TYPE_SIZE-defining cpp directives | Jim Meyering |
2012-11-13 | maint: avoid unnecessary #include to fix syntax-check failure | Jim Meyering |
2012-11-12 | factor: maintainer builds primes.h, not builder | Paul Eggert |
2012-11-04 | build: don't assume uintmax_t is 64 bits | Pádraig Brady |
2012-11-04 | build: don't rely on support for '%j' printf format | Pádraig Brady |
2012-10-23 | factor: add comments | Jim Meyering |
2012-10-23 | build: avoid warnings about unused variables and macros | Pádraig Brady |
2012-10-23 | build: avoid compile warnings in factor.c on some systems | Pádraig Brady |
2012-10-09 | factor: fix integer validation and GMP fallback | Pádraig Brady |
2012-10-08 | build: support older GMP versions | Pádraig Brady |
2012-10-07 | maint: avoid warning from gcc's -Wunused-macros | Jim Meyering |
2012-10-04 | factor: 25% speed-up, on output | Jim Meyering |
2012-10-04 | factor: merge with preexisting factor; integrate tests; avoid warnings | Jim Meyering |
2012-09-07 | factor: don't ever declare composites to be prime | Torbjörn Granlund |
2012-01-27 | maint: use single copyright year range | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-05-26 | maint: accommodate gcc's -Wstrict-overflow option | Jim Meyering |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-05-31 | maint: replace each "for (;;)" with "while (true)" | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-12-12 | factor: add a missing va_end | Jim Meyering |
2009-10-08 | maint: use X2NREALLOC in more places | Eric Blake |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-09-13 | maint: use consistent cpp indentation in all .c files | Jim Meyering |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-05-17 | maint: use ARRAY_CARDINALITY more | Jim Meyering |