summaryrefslogtreecommitdiffstats
path: root/src/make-prime-list.c
AgeCommit message (Expand)AuthorLines
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-06-25build: allow build to complete with -fsanitize=addressPádraig Brady-0/+3
2015-04-27maint: fix printf format for signed integersPádraig Brady-1/+1
2015-02-05build: ensure make-prime-list doesn't access out of bounds memoryYury Usishchev-1/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-1/+1
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-11-12factor: improve primes.h changePaul Eggert-6/+8
2012-11-12factor: maintainer builds primes.h, not builderPaul Eggert-32/+66
2012-11-12factor: port to systems with rpl_mallocPaul Eggert-0/+1
2012-11-04build: don't assume uintmax_t is 64 bitsPádraig Brady-1/+9
2012-11-04build: don't rely on support for '%*j' printf formatPádraig Brady-5/+4
2012-10-05build: avoid link failure when strerror is replacedJim Meyering-0/+3
2012-10-04maint: make-prime-list: syntax conventions; be robust for large NJim Meyering-8/+10
2012-10-04maint: make-prime-list: do not ignore write failureJim Meyering-0/+8
2012-10-04maint: make-prime-list: avoid -Wsuggest-attribute=const warningJim Meyering-1/+3
2012-10-04factor: prepare for the new factor programTorbjörn Granlund-0/+168