| Age | Commit message (Expand) | Author |
| 2021-05-02 | games: remove trailing whitespace in *.c and *.h | rillig |
| 2014-03-22 | Use ssize_t for read() results. Don't use int for lseek() results. | dholland |
| 2014-03-22 | Use ssize_t for read() results. Don't use int for lseek() results. | dholland |
| 2014-03-22 | Use uid_t to hold getuid() results, and don't check getuid for failure | dholland |
| 2011-05-23 | Don't use strings from arrays as format string. | joerg |
| 2010-02-06 | When using -lcurses, you also need -lterminfo. | he |
| 2010-01-03 | Christos points out that usage should not use errx, but should use | dholland |
| 2010-01-01 | New sentence, new line. | wiz |
| 2010-01-01 | Adjust SYNOPSIS for cfscores to better match reality. Note in BUGS | dholland |
| 2010-01-01 | Split struct betinfo into its own header file so it can be shared | dholland |
| 2010-01-01 | Use NULL instead of 0 for pointer tests. Remove an unnecessary cast. | dholland |
| 2010-01-01 | Send error messages to stderr. Use errx/warnx, not printf. | dholland |
| 2010-01-01 | Correct usage message. | dholland |
| 2009-08-12 | sprinkle static | dholland |
| 2008-08-08 | if initscr() fails, exit with a message rather than crash in the | drochner |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-01-28 | Work around gcc signedness warning: if you check for uid_t < 0, gcc warns | dholland |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2006-02-25 | Fix typo in the instructions. | wiz |
| 2005-09-15 | Use standard AUTHORS section header. From YOMURA Masanori in private mail | wiz |
| 2005-07-01 | KNF and WARNS=3 | jmc |
| 2004-11-05 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-01-27 | Remove uses of __P. | jsm |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-09-26 | Lots of minor fixes resulting from reading these man pages in detail. | wiz |
| 2002-09-18 | some makefile de-linting | lukem |
| 2001-12-12 | MKfoo=no -> NOfoo= | tv |
| 2001-04-02 | Whitespace and/or punctuation fixes. | wiz |
| 2000-07-03 | More include additions for exit, abs, strcmp, etc. | matt |
| 2000-05-08 | Use setgid(), not setregid(). | mycroft |
| 2000-04-27 | Fix arguments to *printw(). | jdc |
| 1999-09-12 | Security improvements for games (largely from or inspired by OpenBSD). | jsm |
| 1999-09-09 | Include <time.h> in various places in the games where time() or time_t | jsm |
| 1999-09-08 | Add `__noreturn__' and `__unused__' attributes where appropriate to | jsm |
| 1999-09-08 | Add use of `const' where appropriate to the games. | jsm |
| 1999-03-10 | Fix .Bl/.El imbalance. | erh |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1998-09-13 | mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>) | hubertf |
| 1998-09-11 | fix main() prototype, as per PR#5867 | hubertf |
| 1998-08-29 | Use symbolic constants for seek(), open(). Fixed as per PR 6057 by | hubertf |
| 1998-02-18 | Simply include -lcurses instead of -lcurses -ltermcap | jtc |
| 1997-11-20 | install games that need it setgid. | mrg |
| 1997-10-22 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-11 | use err/warn instead of perror | lukem |
| 1997-10-10 | WARNSify | lukem |
| 1995-05-13 | Clear the last char in input buffer when an erase or kill character is | jtc |
| 1995-04-24 | Various changes to make games compile w/o warnings on the alpha: | cgd |
| 1995-03-21 | clean up import | cgd |
| 1995-02-28 | change <sys/signal.h> to <signal.h> | jtc |
| 1994-12-22 | specify man pages the new way. | cgd |