summaryrefslogtreecommitdiffstats
path: root/games/monop (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Correct number of players, the program enforces a range from 2 to 9.fcambus2017-06-091-3/+3
* Callers of time(3) should #include <time.h>.tb2016-09-111-1/+2
* ANSIfy monop(6)mestre2016-01-0815-139/+93
* Headers cleanup and removal where suitablemestre2016-01-0818-64/+87
* Some basic code maintenance in games/tb2016-01-071-3/+11
* pledge "stdio rpath wpath cpath"deraadt2015-11-211-2/+6
* Cast ctype functions' argument to unsigned char.mmcc2015-10-241-4/+5
* Cast ctype functions' arguments to unsigned char.mmcc2015-10-241-3/+3
* remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krwderaadt2015-08-225-11/+11
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
* spelling fix; from daria suchecka via krzystof warzechajmc2014-12-281-1/+1
* okan noticed this was actually calling the cfree turd.tedu2014-12-083-7/+7
* obvious cases of missing .An;schwarze2014-09-081-3/+3
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-292-7/+4
* Rename use of some builtins that makes gcc4 warn.nicm2010-05-103-6/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2715-147/+15
* fix some situations where it was impossible to buy a hotel,sthen2008-11-101-8/+13
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-5/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* strlen fixes from Charles Longeau.ray2007-03-022-8/+6
* assorted fixes mostly from coverity via netbsd via jasper adriaanse via techtedu2006-03-271-9/+19
* do not permit out of range house counts; af.dingo@gmailderaadt2006-03-261-4/+4
* bad printf; leopold-bloom@foni.netderaadt2003-12-161-3/+3
* printf(prompt) -> printf("%s", prompt)otto2003-11-211-3/+3
* escape punctuation;jmc2003-09-021-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0324-159/+63
* some typos, and clarification of game rules;jmc2003-04-231-11/+9
* 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt2003-04-061-4/+4
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-3/+3
* Swap args to calloc(3) so they are in the correct order; art@ ok.aaron2002-08-121-3/+3
* Tidy the code, follow the rules more closely (and document where we diverge),pjanzen2002-07-2821-257/+541
* 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-1612-95/+95
* section consistency: AUTHOR -> AUTHORS, even if only one listed;pjanzen2001-11-171-2/+2
* Formattingpjanzen2001-08-181-3/+5
* reorder sections, minor tidying; mpech@prosoft.org.lvpjanzen2001-06-061-3/+3
* avoid C sequence point issues; found by cgd@netbsd.org using a developmentpjanzen2001-01-172-7/+7
* spellingtodd2001-01-041-3/+3
* seperate -> separate, okay aaron@provos2000-11-101-4/+4
* printf() and %s pedantry, from itojun channelling kris@freebsdpjanzen2000-07-241-4/+4
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-303-13/+13
* - remove all trailing whitespaceaaron1999-07-091-7/+7
* Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1998-12-151-2/+2
* Minor changes from NetBSDpjanzen1998-11-291-3/+3
* Don't capitalize game names at the beginning of sentences.pjanzen1998-11-291-2/+2
* rand -> random; handle EOF; don't overflow on user input; check for calloc()pjanzen1998-09-2026-607/+806
* $OpenBSD$deraadt1997-09-211-3/+1
* COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1997-04-271-2/+2