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