| Age | Commit message (Expand) | Author |
| 2000-01-01 | Declare variables as extern in headers rather than using linker commons. | jsm |
| 1999-12-30 | Don't use <err.h>. Use ANSI prototypes (no dependance on the __P() | simonb |
| 1999-12-30 | Don't use any NetBSD specific features (<err.h> and friends mainly | simonb |
| 1999-12-30 | No need to include <sys/endian.h> here - <sys/types.h> includes | simonb |
| 1999-12-28 | Use separate definitions and extern declarations of variables rather | jsm |
| 1999-12-16 | Fix capital of Monaco. It should be Monaco rather than Monte Carlo; | jsm |
| 1999-12-16 | Make quiz use POSIX.2 pager handling. | jsm |
| 1999-12-16 | Print a space character on the tape between each command line argument. | jsm |
| 1999-12-11 | Removed someone's personal phone number, including area code, from a "if you | mason |
| 1999-12-07 | Fix a gcc -W warning (empty body in an else-statement). | jsm |
| 1999-12-07 | If the dictionary for boggle does not include words beginning with | jsm |
| 1999-11-16 | Correct wargames quote, and while we are here be a little more selective | abs |
| 1999-11-15 | Do not match non-literals (REs). | hubertf |
| 1999-11-09 | Since our gcc doesn't warn about NULL format strings anymore, we can | drochner |
| 1999-10-26 | fix handling of '-t' flag, and pause for a little bit after drawing happysnake | cgd |
| 1999-10-26 | correct description of representation of snake | cgd |
| 1999-10-26 | support arrow keys. | cgd |
| 1999-10-04 | update after change to return value of tputs() third argument | lukem |
| 1999-10-01 | Fix error in last namespace change (only relevant #ifdef DEBUG). | jsm |
| 1999-10-01 | Add more files to FILES section of cribbage.6. | jsm |
| 1999-09-30 | Fix uses of namespaces reserved by ISO C or POSIX.1. | jsm |
| 1999-09-22 | Use macro NAMLEN rather than dirent->d_namlen, for easier portability. | jsm |
| 1999-09-22 | Use the function usage(). | jsm |
| 1999-09-22 | Don't include terminal . in argument of err(). | jsm |
| 1999-09-22 | Don't include <nlist.h>. | jsm |
| 1999-09-21 | Remove generated file "limerick-o" in "clean" target. | tron |
| 1999-09-19 | Cleanup and warning fixes for phantasia/setup.c. | jsm |
| 1999-09-19 | Allow dm to ban games playing 11pm-midnight. | jsm |
| 1999-09-19 | Define variables as BOOLEAN, not bool, where the extern declarations | jsm |
| 1999-09-19 | Further warning fix for mkdict. | jsm |
| 1999-09-19 | Add alternative style for commands at end of game (#ifdef NEW_STYLE). | jsm |
| 1999-09-18 | Warning cleanup for boggle's mkdict and mkindex. | jsm |
| 1999-09-18 | Fix -Wsign-compare warnings. | jsm |
| 1999-09-18 | Use strncpy() rather than strcpy() with fixed size buffer. | jsm |
| 1999-09-18 | Add missing initialisers. | jsm |
| 1999-09-18 | Add FALLTHROUGH comment. | jsm |
| 1999-09-18 | Give sensible error message in a shouldn't happen case. | jsm |
| 1999-09-17 | Make word list for hangman selectable at run time. | jsm |
| 1999-09-17 | Convert tetris to use <err.h> functions. | jsm |
| 1999-09-17 | Fix some uses of NULL as non-pointer and 0 for null pointer. | jsm |
| 1999-09-17 | Use `extern' for header variable declarations in trek(6). | jsm |
| 1999-09-14 | Change quiz `pres' data file to include vice-presidents, and fix some | jsm |
| 1999-09-14 | Update pom to the third edition of Duffett-Smith's book, and clean it | jsm |
| 1999-09-14 | Declare variables in extern.h as extern, and add non-extern | jsm |
| 1999-09-14 | Use time() instead of gettimeofday(). | jsm |
| 1999-09-14 | Convert snake to use curses, and generally clean it up somewhat. | jsm |
| 1999-09-13 | Make cribbage use the POSIX.2 pager behaviour. | jsm |
| 1999-09-13 | Fix buffer overrun in rogue. | jsm |
| 1999-09-13 | Fix uses of names of library functions for other purposes. | jsm |
| 1999-09-13 | A couple more checks for file descriptor < 3 missed earlier. | jsm |