| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -2/+2 |
| 2017-06-09 | Correct number of players, the program enforces a range from 2 to 9. |  fcambus | 1 | -3/+3 |
| 2016-09-11 | Callers of time(3) should #include <time.h>. |  tb | 1 | -1/+2 |
| 2016-01-08 | ANSIfy monop(6) |  mestre | 15 | -139/+93 |
| 2016-01-08 | Headers cleanup and removal where suitable |  mestre | 18 | -64/+87 |
| 2016-01-07 | Some basic code maintenance in games/ |  tb | 1 | -3/+11 |
| 2015-11-21 | pledge "stdio rpath wpath cpath" |  deraadt | 1 | -2/+6 |
| 2015-10-24 | Cast ctype functions' argument to unsigned char. |  mmcc | 1 | -4/+5 |
| 2015-10-24 | Cast ctype functions' arguments to unsigned char. |  mmcc | 1 | -3/+3 |
| 2015-08-22 | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw |  deraadt | 5 | -11/+11 |
| 2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use |  jmc | 1 | -3/+3 |
| 2014-12-28 | spelling fix; from daria suchecka via krzystof warzecha |  jmc | 1 | -1/+1 |
| 2014-12-08 | okan noticed this was actually calling the cfree turd. |  tedu | 3 | -7/+7 |
| 2014-09-08 | obvious cases of missing .An; |  schwarze | 1 | -3/+3 |
| 2013-08-29 | replace srandomdev()+random() with the arc4random*() family |  naddy | 2 | -7/+4 |
| 2010-05-10 | Rename use of some builtins that makes gcc4 warn. |  nicm | 3 | -6/+6 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 15 | -147/+15 |
| 2008-11-10 | fix some situations where it was impossible to buy a hotel, |  sthen | 1 | -8/+13 |
| 2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer |  gilles | 1 | -5/+3 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-03-02 | strlen fixes from Charles Longeau. |  ray | 2 | -8/+6 |
| 2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech |  tedu | 1 | -9/+19 |
| 2006-03-26 | do not permit out of range house counts; af.dingo@gmail |  deraadt | 1 | -4/+4 |
| 2003-12-16 | bad printf; leopold-bloom@foni.net |  deraadt | 1 | -3/+3 |
| 2003-11-21 | printf(prompt) -> printf("%s", prompt) |  otto | 1 | -3/+3 |
| 2003-09-02 | escape punctuation; |  jmc | 1 | -2/+2 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 24 | -159/+63 |
| 2003-04-23 | some typos, and clarification of game rules; |  jmc | 1 | -11/+9 |
| 2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen |  deraadt | 1 | -4/+4 |
| 2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) |  millert | 1 | -3/+3 |
| 2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. |  aaron | 1 | -3/+3 |
| 2002-07-28 | Tidy the code, follow the rules more closely (and document where we diverge), |  pjanzen | 21 | -257/+541 |
| 2002-05-31 | No dm -> no need to revoke setegid. |  pjanzen | 1 | -6/+2 |
| 2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists |  deraadt | 1 | -2/+1 |
| 2002-02-16 | 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. |  millert | 12 | -95/+95 |
| 2001-11-17 | section consistency: AUTHOR -> AUTHORS, even if only one listed; |  pjanzen | 1 | -2/+2 |
| 2001-08-18 | Formatting |  pjanzen | 1 | -3/+5 |
| 2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv |  pjanzen | 1 | -3/+3 |
| 2001-01-17 | avoid C sequence point issues; found by cgd@netbsd.org using a development |  pjanzen | 2 | -7/+7 |
| 2001-01-04 | spelling |  todd | 1 | -3/+3 |
| 2000-11-10 | seperate -> separate, okay aaron@ |  provos | 1 | -4/+4 |
| 2000-07-24 | printf() and %s pedantry, from itojun channelling kris@freebsd |  pjanzen | 1 | -4/+4 |
| 2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a |  millert | 3 | -13/+13 |
| 1999-07-09 | - remove all trailing whitespace |  aaron | 1 | -7/+7 |
| 1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section |  pjanzen | 1 | -2/+2 |
| 1998-11-29 | Minor changes from NetBSD |  pjanzen | 1 | -3/+3 |
| 1998-11-29 | Don't capitalize game names at the beginning of sentences. |  pjanzen | 1 | -2/+2 |
| 1998-09-20 | rand -> random; handle EOF; don't overflow on user input; check for calloc() |  pjanzen | 26 | -602/+801 |
| 1997-09-21 | $OpenBSD$ |  deraadt | 1 | -3/+1 |
| 1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP |  millert | 1 | -2/+2 |