summaryrefslogtreecommitdiffstats
path: root/games/monop/misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ANSIfy monop(6)mestre2016-01-081-17/+11
* Headers cleanup and removal where suitablemestre2016-01-081-4/+6
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-241-3/+3
* Rename use of some builtins that makes gcc4 warn.nicm2010-05-101-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu2006-03-271-9/+19
* bad printf; leopold-bloom@foni.netderaadt2003-12-161-3/+3
* printf(prompt) -> printf("%s", prompt)otto2003-11-211-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* Tidy the code, follow the rules more closely (and document where we diverge),pjanzen2002-07-281-7/+16
* avoid C sequence point issues; found by cgd@netbsd.org using a developmentpjanzen2001-01-171-3/+3
* rand -> random; handle EOF; don't overflow on user input; check for calloc()pjanzen1998-09-201-64/+69
* Changes from NetBSD to compile games without warnings due to short beingrahnds1997-04-011-2/+4
* initial import of NetBSD treederaadt1995-10-181-0/+278