summaryrefslogtreecommitdiffstats
path: root/games/arithmetic (follow)
Commit message (Expand)AuthorAgeFilesLines
* convert to unsigned variables to avoid some overflows.tedu2018-12-271-9/+10
* Callers of time(3) should #include <time.h>.tb2016-09-111-1/+2
* - optarg and optind are declared by unistd.h, so remove them...gsoares2016-01-271-8/+9
* Remove unused headermestre2016-01-251-2/+1
* As per style(9), remove remaining lint-style comments from games/mestre2016-01-101-3/+1
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-031-2/+1
* Declare usage() functions as __dead void, if they don't return, on games section.mestre2015-12-251-3/+3
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-241-3/+3
* Pledge that arithmetic only takes "stdio".doug2015-10-101-1/+4
* use .Cm rather than .Ar for fixed string argumentsschwarze2015-09-121-5/+5
* remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt2015-08-221-2/+2
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-291-7/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* convert to new .Dd format;jmc2007-05-311-2/+2
* -o and -r take arguments; from Igor Sobradojmc2007-04-021-3/+3
* remove some bogus *p tests from charles longeautedu2007-03-201-3/+3
* replace bad macro;jmc2004-07-131-2/+2
* ansi; khalek@linuxgamers.netderaadt2004-07-091-16/+10
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* some typos, and clarification of game rules;jmc2003-04-231-3/+6
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-3/+3
* no more err(3) newlines in games; ok pjanzen@jsyn2002-06-111-4/+4
* de-registerpjanzen2002-05-311-4/+4
* No dm -> no need to revoke setegid.pjanzen2002-05-311-6/+2
* The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt2002-05-231-2/+1
* 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-9/+9
* - remove all trailing whitespaceaaron1999-07-091-2/+2
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
* 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-4/+4
* use const where appropriate; jsm28@cam.ac.ukpjanzen1998-09-151-6/+6
* tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalpjanzen1998-08-192-9/+9
* OpenBSD ID (changed from NetBSD)pjanzen1998-03-121-2/+2
* cleanup efforts care of pjanzen@foatdi.harvard.eduderaadt1998-02-261-23/+34
* $OpenBSD$deraadt1997-09-211-2/+1
* r?index -> strr?chrmillert1997-01-171-2/+2
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-1/+1
* sync with netbsd 960418deraadt1996-04-231-3/+3
* initial import of NetBSD treederaadt1995-10-183-0/+496