| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-03-07 | - General changes: |  mestre | 1 | -4/+5 |
| 2016-01-10 | As per style(9), remove remaining lint-style comments from games/ |  mestre | 2 | -5/+2 |
| 2016-01-07 | Some basic code maintenance in games/ |  tb | 1 | -3/+3 |
| 2015-12-31 | Include only needed header files per each source file |  mestre | 9 | -37/+14 |
| 2015-12-26 | Set as __dead a few more functions, that don't return, on games/ |  mestre | 1 | -2/+2 |
| 2015-12-18 | KNF: add a missing space after an 'if'. |  tb | 1 | -2/+2 |
| 2015-11-29 | pledge "stdio rpath tty proc exec" since instructions() might fork a pager. |  tb | 2 | -3/+9 |
| 2015-10-24 | Cast ctype functions' arguments to unsigned char. |  mmcc | 1 | -6/+6 |
| 2015-03-12 | Delete cribbage logging. Was never enabled and no point in enabling it. |  bentley | 4 | -34/+5 |
| 2015-02-18 | Don't abuse Aq for arguments, and use a prettier escape for dashes. |  bentley | 1 | -7/+7 |
| 2014-09-08 | obvious cases of missing .An; |  schwarze | 1 | -4/+7 |
| 2014-05-09 | Various cleanup in incard(): |  schwarze | 1 | -18/+12 |
| 2014-05-09 | Fix a mini-bug reported by pjanzen@: |  schwarze | 1 | -5/+5 |
| 2014-05-09 | pjanzen pointed out that case is irrelevant, so document it; while here, |  jmc | 1 | -4/+5 |
| 2014-05-09 | KNF: unify style and reduce indentation in get_line(), no binary change |  schwarze | 1 | -24/+24 |
| 2014-05-09 | After entering an invalid three-letter card name, one letter card names |  schwarze | 1 | -2/+3 |
| 2014-05-09 | Various cleanup: |  schwarze | 1 | -23/+22 |
| 2014-05-08 | Do not read from index -1 of an array. |  schwarze | 1 | -2/+2 |
| 2013-10-25 | Use arc4random_uniform() insead of rand() and modulus. |  millert | 2 | -10/+7 |
| 2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() |  fgsch | 3 | -10/+10 |
| 2010-11-03 | fix errx() usage. |  dcoppa | 1 | -2/+3 |
| 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 | 7 | -69/+7 |
| 2008-12-03 | Some more ambigous -> ambiguous pointed out by mbalmer (there are |  sthen | 1 | -2/+2 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech |  tedu | 1 | -2/+4 |
| 2004-07-10 | more ansi; khalek@linuxgamers.net |  deraadt | 7 | -139/+65 |
| 2004-01-16 | ISO C police: log and expl are reserved for the C library. |  espie | 4 | -23/+23 |
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley |  millert | 12 | -77/+29 |
| 2003-05-12 | From NetBSD: remove redundant declaration |  pjanzen | 1 | -4/+2 |
| 2003-04-25 | strings... ok henning@, millert@, tedu@ |  tdeval | 1 | -3/+3 |
| 2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen |  deraadt | 3 | -19/+21 |
| 2002-05-31 | crmode -> cbreak |  pjanzen | 1 | -4/+4 |
| 2002-05-31 | No dm -> games with high score files etc. must explicitly be setgid games. |  pjanzen | 1 | -1/+2 |
| 2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists |  deraadt | 1 | -2/+1 |
| 2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 1 | -26/+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 | 1 | -52/+52 |
| 2001-11-17 | Always update the piles before checking score. |  pjanzen | 1 | -3/+13 |
| 2001-08-17 | Better handling of out-of-range numbers. |  pjanzen | 1 | -6/+15 |
| 2001-08-10 | -m option for muggins |  pjanzen | 7 | -69/+124 |
| 2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu |  deraadt | 1 | -3/+3 |
| 2001-01-28 | $OpenBSD$ |  niklas | 2 | -0/+2 |
| 1999-12-18 | Add to FILES; jsm@netbsd.org |  pjanzen | 1 | -3/+6 |
| 1999-11-29 | Kill BOOLEAN, just use the curses/c++ bool type instead. |  millert | 7 | -61/+60 |
| 1999-11-29 | Make this actually compile; doesn't anyone do a test build after making |  downsj | 1 | -4/+5 |
| 1999-07-09 | - remove all trailing whitespace |  aaron | 1 | -8/+8 |
| 1999-06-10 | jsm28@cam.ac.uk : handle PAGER in a manner consistent with the |  pjanzen | 2 | -23/+29 |
| 1999-03-27 | Disable the log file by default (logging, as opposed to scoring, should be |  pjanzen | 2 | -3/+13 |
| 1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section |  pjanzen | 1 | -2/+2 |
| 1998-11-29 | Don't capitalize game names at the beginning of sentences. |  pjanzen | 1 | -4/+4 |