summaryrefslogtreecommitdiffstats
path: root/games/factor (follow)
Commit message (Expand)AuthorAgeFilesLines
* In 32 bits sqrt(val) + 1 can overflow, so some big primes stilltb2016-09-011-4/+4
* Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.guenther2016-08-141-3/+3
* Instead of using the floating point square root, use an integer versiontb2016-07-112-22/+39
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* - General changes:mestre2016-03-071-4/+4
* Some basic code maintenance in games/tb2016-01-071-3/+3
* More headers removal and sorted the remaining alphabetically.mestre2016-01-041-4/+2
* Michal Mazurek pointed out on tech@ that the factor.6 manual needs a bittb2015-12-302-11/+8
* Declare usage() functions as __dead void, if they don't return, on games section.mestre2015-12-251-2/+2
* Cast isblank()'s argument to unsigned char.mmcc2015-10-241-3/+3
* Pledge "stdio" for simple games.doug2015-10-141-1/+4
* cosmetic fixestedu2015-09-071-6/+10
* In roff, the escape sequence \: is an optional line break,schwarze2011-01-241-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* synchronization between usage and synopsis; add some missing "usage:"'ssobrado2008-03-171-4/+4
* use strcspn to properly overwrite '\n' in fgets returned bufferchl2007-09-061-4/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* exit code 1 on usage; adobriyan@gmailderaadt2006-03-121-3/+3
* ansi; khalek@linuxgamers.netderaadt2004-07-091-10/+6
* .br workaround no longer necessary;jmc2004-04-041-2/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* No dm -> no need to revoke setegid.pjanzen2002-05-311-6/+2
* Add missing libraries to bsd.prog.mk (mostly kerberosV)espie2002-05-111-2/+2
* Part 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.millert2002-02-161-5/+5
* typo; ericyu@mail2000.com.twderaadt2001-10-241-3/+3
* If primes(6) will generate 32-bit primes, factor should factor 64-bit numbers.pjanzen2001-08-193-13/+112
* Use u_int32_t rather than unsigned long, both for platform invariance andpjanzen2001-08-191-5/+5
* Clarify and stop lyingpjanzen2001-08-191-10/+6
* remove extraneous newline from error output; PR 2014 and patch frompjanzen2001-08-191-4/+7
* reorder sections, minor tidying; mpech@prosoft.org.lvpjanzen2001-06-061-3/+2
* Correct documentation: rogoyski@cs.utexas.edu in PR 927.pjanzen1999-09-261-3/+3
* Tidying and minor changes from or based on jsm28@cam.ac.uk's work for thepjanzen1999-09-251-6/+6
* - remove all trailing whitespaceaaron1999-07-091-4/+4
* Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1998-12-151-2/+2
* Don't capitalize game names at the beginning of sentences.pjanzen1998-11-291-7/+3
* tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalpjanzen1998-08-192-7/+10
* $OpenBSD$deraadt1997-09-211-2/+1
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-1/+1
* proper gid revokederaadt1996-12-221-0/+2
* setgid games, not setuid games. closes a neat set of holesderaadt1996-12-191-0/+2
* initial import of NetBSD treederaadt1995-10-183-0/+344