K 10 svn:author V 8 cperciva K 8 svn:date V 27 2014-09-27T09:00:38.566043Z K 7 svn:log V 206 Switch primes(6) from using unsigned long to using uint64_t. This fixes 'limited range of type' warnings about comparisons on 32-bit systems, and allows 32-bit systems to compute the full range of primes. END