summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wsign-compare warnings.jsm1999-09-1817-56/+58
* Use strncpy() rather than strcpy() with fixed size buffer.jsm1999-09-181-3/+3
* Add missing initialisers.jsm1999-09-182-6/+6
* Add FALLTHROUGH comment.jsm1999-09-181-2/+3
* Give sensible error message in a shouldn't happen case.jsm1999-09-181-3/+3
* Make word list for hangman selectable at run time.jsm1999-09-175-12/+40
* Convert tetris to use <err.h> functions.jsm1999-09-171-15/+8
* Fix some uses of NULL as non-pointer and 0 for null pointer.jsm1999-09-174-12/+13
* Use `extern' for header variable declarations in trek(6).jsm1999-09-172-26/+44
* Change quiz `pres' data file to include vice-presidents, and fix somejsm1999-09-142-43/+81
* Update pom to the third edition of Duffett-Smith's book, and clean itjsm1999-09-142-57/+155
* Declare variables in extern.h as extern, and add non-externjsm1999-09-142-42/+78
* Use time() instead of gettimeofday().jsm1999-09-142-10/+7
* Convert snake to use curses, and generally clean it up somewhat.jsm1999-09-145-1009/+213
* Make cribbage use the POSIX.2 pager behaviour.jsm1999-09-131-15/+27
* Fix buffer overrun in rogue.jsm1999-09-131-6/+14
* Fix uses of names of library functions for other purposes.jsm1999-09-135-18/+18
* A couple more checks for file descriptor < 3 missed earlier.jsm1999-09-132-3/+7
* Remove rogue's old and bit-rotten cut-down version of curses.jsm1999-09-134-835/+8
* Split limericks into "normal" and "offensive" ones.hwr1999-09-124-71/+53
* These fortunes conatain offensive language.hwr1999-09-122-0/+387
* Moved to unamerican.real-ohwr1999-09-121-385/+0
* Moved to unamerican.fake-ohwr1999-09-121-2/+0
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-1226-75/+216
* Use STD*_FILENO.kleink1999-09-101-4/+4
* Check for write errors in auxiliary programs used during build of games.jsm1999-09-104-12/+24
* Compare getchar() against EOF, not -1.jsm1999-09-101-3/+3
* Fix glitch in const changes (bin/8365 from John.P.Darrow@wheaton.edu).jsm1999-09-101-2/+2
* Include <time.h> in various places in the games where time() or time_tjsm1999-09-099-18/+29
* Check for failure of malloc() and calloc() at various places in the games.jsm1999-09-099-20/+51
* Remove extra blank line in copyright.simonb1999-09-091-2/+1
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-0815-72/+72
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-0847-144/+152
* Add use of `const' where appropriate to the games.jsm1999-09-0892-636/+653
* Removed unused array Movenames[].jsm1999-09-081-6/+2
* Convert to something resembling KNF.simonb1999-08-2118-371/+377
* Instead of writing out a structure that contains pointers as the headersimonb1999-08-213-18/+62
* Use new endian-specific conversion macros - 64-bit off_t's are nowsimonb1999-08-215-34/+37
* Don't chown installed files or directories if UNPRIVILEGED is defined.simonb1999-08-211-1/+5
* Use ${INSTPRIV} with ${INSTALL}.simonb1999-08-211-3/+3
* Make phrase to enter password again clearerhubertf1999-08-181-2/+2
* In name section, use .Dq macro rather than writing double quote directly.enami1999-08-171-2/+3
* Spell "privilege" correctly (correct spelling from Jonathan Stone).simonb1999-08-161-1/+1
* Adapt to change of "termcap.h".tron1999-08-143-7/+7
* Adapt to change in "termcap.h".tron1999-08-141-3/+2
* Adapt to change of "termcap.h".tron1999-08-142-6/+6
* Fix the part of pr8201 which is IMHO a bug: the error message now goessommerfeld1999-08-131-2/+2
* Leave ^Z-handling to the system (curses? no idea, at least it works :-),hubertf1999-08-101-24/+2
* Print score after endwin() so it isn't deleted immediately afterward.hubertf1999-08-081-4/+7
* Revert inclusion of <string.h> now that curses has been fixed.simonb1999-08-081-3/+2