summaryrefslogtreecommitdiffstats
path: root/games/primes/pr_tbl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More headers removal and sorted the remaining alphabetically.mestre2016-01-041-1/+2
| | | | | | | | | Most noticeable that were removed are sys/types.h which will be included from stdlib.h and in turn also brings along sys/cdefs.h. The other one is limits.h that was used with the old idiom (denom * random() / LONG_MAX), although it was only removed were applicable (some files still need that header). OK tb@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Use u_int32_t rather than unsigned long, both for platform invariance andpjanzen2001-08-191-3/+4
| | | | | because the primes generation table really depends on there not being more than 32 bits.
* Tidying and minor changes from or based on jsm28@cam.ac.uk's work for thepjanzen1999-09-251-3/+4
| | | | Linux bsd-games package and NetBSD. Mainly using 'const'.
* initial import of NetBSD treederaadt1995-10-181-0/+552