summaryrefslogtreecommitdiff
path: root/games/monop
AgeCommit message (Expand)Author
2017-06-09Correct number of players, the program enforces a range from 2 to 9.Frederic Cambus
2016-09-11Callers of time(3) should #include <time.h>.Theo Buehler
2016-01-08ANSIfy monop(6)mestre
2016-01-08Headers cleanup and removal where suitablemestre
2016-01-07Some basic code maintenance in games/tb
2015-11-21pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-08-22remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok miller...Theo de Raadt
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2014-12-28spelling fix; from daria suchecka via krzystof warzechaJason McIntyre
2014-12-08okan noticed this was actually calling the cfree turd.Ted Unangst
2014-09-08obvious cases of missing .An;Ingo Schwarze
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2010-05-10Rename use of some builtins that makes gcc4 warn.Nicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-11-10fix some situations where it was impossible to buy a hotel,Stuart Henderson
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-02strlen fixes from Charles Longeau.Ray Lai
2006-03-27assorted fixes mostly from coverity via netbsd via jasper adriaanse via techTed Unangst
2006-03-26do not permit out of range house counts; af.dingo@gmailTheo de Raadt
2003-12-16bad printf; leopold-bloom@foni.netTheo de Raadt
2003-11-21printf(prompt) -> printf("%s", prompt)Otto Moerbeek
2003-09-02escape punctuation;Jason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-23some typos, and clarification of game rules;Jason McIntyre
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-07-28Tidy the code, follow the rules more closely (and document where we diverge),Paul Janzen
2002-05-31No dm -> no need to revoke setegid.Paul Janzen
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/...Theo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-17section consistency: AUTHOR -> AUTHORS, even if only one listed;Paul Janzen
2001-08-18FormattingPaul Janzen
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvPaul Janzen
2001-01-17avoid C sequence point issues; found by cgd@netbsd.org using a developmentPaul Janzen
2001-01-04spellingTodd T. Fries
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-07-24printf() and %s pedantry, from itojun channelling kris@freebsdPaul Janzen
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
1999-07-09- remove all trailing whitespaceAaron Campbell
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-11-29Minor changes from NetBSDPaul Janzen
1998-11-29Don't capitalize game names at the beginning of sentences.Paul Janzen
1998-09-20rand -> random; handle EOF; don't overflow on user input; check for calloc()Paul Janzen
1997-09-21$OpenBSD$Theo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-04-01Changes from NetBSD to compile games without warnings due to short beingDale S. Rahn