summaryrefslogtreecommitdiffstats
path: root/games/factor
AgeCommit message (Expand)AuthorFilesLines
2016-09-01In 32 bits sqrt(val) + 1 can overflow, so some big primes stilltb1-4/+4
2016-08-14Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.guenther1-3/+3
2016-07-11Instead of using the floating point square root, use an integer versiontb2-22/+39
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-2/+1
2016-03-07- General changes:mestre1-4/+4
2016-01-07Some basic code maintenance in games/tb1-3/+3
2016-01-04More headers removal and sorted the remaining alphabetically.mestre1-4/+2
2015-12-30Michal Mazurek pointed out on tech@ that the factor.6 manual needs a bittb2-11/+8
2015-12-25Declare usage() functions as __dead void, if they don't return, on games section.mestre1-2/+2
2015-10-24Cast isblank()'s argument to unsigned char.mmcc1-3/+3
2015-10-14Pledge "stdio" for simple games.doug1-1/+4
2015-09-07cosmetic fixestedu1-6/+10
2011-01-24In roff, the escape sequence \: is an optional line break,schwarze1-3/+3
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'ssobrado1-4/+4
2007-09-06use strcspn to properly overwrite '\n' in fgets returned bufferchl1-4/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-03-12exit code 1 on usage; adobriyan@gmailderaadt1-3/+3
2004-07-09ansi; khalek@linuxgamers.netderaadt1-10/+6
2004-04-04.br workaround no longer necessary;jmc1-2/+1
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2002-05-31No dm -> no need to revoke setegid.pjanzen1-6/+2
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)espie1-2/+2
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-5/+5
2001-10-24typo; ericyu@mail2000.com.twderaadt1-3/+3
2001-08-19If primes(6) will generate 32-bit primes, factor should factor 64-bit numbers.pjanzen3-13/+112
2001-08-19Use u_int32_t rather than unsigned long, both for platform invariance andpjanzen1-5/+5
2001-08-19Clarify and stop lyingpjanzen1-10/+6
2001-08-19remove extraneous newline from error output; PR 2014 and patch frompjanzen1-4/+7
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvpjanzen1-3/+2
1999-09-26Correct documentation: rogoyski@cs.utexas.edu in PR 927.pjanzen1-3/+3
1999-09-25Tidying and minor changes from or based on jsm28@cam.ac.uk's work for thepjanzen1-6/+6
1999-07-09- remove all trailing whitespaceaaron1-4/+4
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1-2/+2
1998-11-29Don't capitalize game names at the beginning of sentences.pjanzen1-7/+3
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalpjanzen2-7/+10
1997-09-21$OpenBSD$deraadt1-2/+1
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-1/+1
1996-12-22proper gid revokederaadt1-0/+2
1996-12-19setgid games, not setuid games. closes a neat set of holesderaadt1-0/+2
1995-10-18initial import of NetBSD treederaadt3-0/+344