summaryrefslogtreecommitdiffstats
path: root/games/monop/misc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ANSIfy monop(6)mestre2016-01-081-17/+11
| | | | OK tb@
* Headers cleanup and removal where suitablemestre2016-01-081-4/+6
| | | | OK tb@
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-241-3/+3
| | | | ok guenther@
* Rename use of some builtins that makes gcc4 warn.nicm2010-05-101-2/+2
| | | | ok millert
* 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
* 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
| | | | From Alf Schlichting <leopold-bloom at foni dot net>
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Tidy the code, follow the rules more closely (and document where we diverge),pjanzen2002-07-281-7/+16
| | | | and make save files work. The last stops a number of segfaults.
* avoid C sequence point issues; found by cgd@netbsd.org using a developmentpjanzen2001-01-171-3/+3
| | | | version of gcc.
* rand -> random; handle EOF; don't overflow on user input; check for calloc()pjanzen1998-09-201-64/+69
| | | | success; OpenBSD tags; some reformatting and ridding of unused variables.
* Changes from NetBSD to compile games without warnings due to short beingrahnds1997-04-011-2/+4
| | | | unsigned on some archs, PowerPC, ROMP.
* initial import of NetBSD treederaadt1995-10-181-0/+278