| Age | Commit message (Expand) | Author |
| 2021-05-02 | games: remove trailing whitespace in *.c and *.h | rillig |
| 2021-04-12 | avoid leaving off the trailing nul in a literal string. | mrg |
| 2014-03-22 | Minor tidyup. | dholland |
| 2014-03-22 | tag decl() __noinline, as inlining it would defeat its purpose | dholland |
| 2013-02-16 | Workaround a toolchain issue by renaming the 'setup' host tool to 'mkdata' to... | jmcneill |
| 2012-10-12 | fix previous, thanks asau@ | dholland |
| 2012-10-12 | Pass -Wstrict-overflow. | dholland |
| 2012-01-08 | grumble. | dholland |
| 2012-01-08 | Oops, I forgot to actually implement the checksumming code for the new | dholland |
| 2012-01-07 | Redo save file handling. The old save files were unportable, had no | dholland |
| 2012-01-07 | Make this not crash on machines that are (a) 64 bit, or (b) have signed | dholland |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2009-10-21 | Remove 3rd and 4th clauses in christos' license. OK christos. | snj |
| 2009-08-25 | Use __dead. | dholland |
| 2009-08-25 | Whn ths cd ws wrttn, thr ws bt shrtg nd vwls wr xtrml xpnsv. Nowadays, | dholland |
| 2009-08-25 | ANSIfy a leftover function. | dholland |
| 2009-08-12 | sprinkle static | dholland |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2006-05-18 | don't try to switch a char and have a case of EOF - use an int. | mrg |
| 2006-03-21 | Coverity CID 2737: Handle linked-lists properly. Use calloc instead of malloc | christos |
| 2006-03-18 | Coverity CID 570: Remove impossible check. | christos |
| 2006-03-18 | Coverity CID 1195: Check for possible negative index. | christos |
| 2006-03-18 | Coverity CID 777: Fix NULL pointer deref and de-obfuscate code. | christos |
| 2006-03-18 | don't access out of bounds element of static alloc array. | rtr |
| 2005-07-01 | KNF and WARNS=3 | jmc |
| 2004-01-27 | Remove uses of __P. | jsm |
| 2004-01-01 | Fix capitalisation of compass directions. | jsm |
| 2003-11-16 | Improve how various "simple" host tools are built and invoked. | lukem |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-19 | rework to use the newer _MKMSGCREATE (et al) macros | lukem |
| 2003-10-19 | Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages) | lukem |
| 2003-09-19 | off-by-one. aaron@openbsd | itojun |
| 2003-09-19 | off-by-one. aaron@openbsd | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-03-05 | No need to reference .OBJDIR here. | thorpej |
| 2001-08-29 | Ensure trailing newline is present on error and warning messages (lost | jsm |
| 2001-02-05 | eliminate redundant decls | christos |
| 2000-07-31 | Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros or <err.h> err/errx | simonb |
| 2000-07-03 | More include additions for exit, abs, strcmp, etc. | matt |
| 2000-05-08 | Use setgid(), not setregid(). | mycroft |
| 2000-04-24 | HOST_CC -> HOST_LINK.c | pk |
| 2000-01-09 | Use err(1, NULL) and warn(NULL) for `out of memory' error messages. | jsm |
| 1999-07-28 | This patch fixes adventure(6) to use `extern' on declarations of | hubertf |
| 1999-07-17 | Adventure(6) should check for errors (e.g. disk full or quota | hubertf |
| 1999-07-16 | This patch cleans up the handling of the variable `saved' in | hubertf |
| 1999-07-14 | From PR 7985 by Joseph Myers <jsm28@cam.ac.uk>: | hubertf |
| 1999-02-10 | Add __attribute__() to a variable. From PR 6557, after discussion with | hubertf |
| 1999-02-10 | The patch below does some minor cleanup of adventure(6): an additional | hubertf |
| 1999-02-10 | The game adventure(6) handles EOF on standard input rather | hubertf |