summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* From PR 7985 by Joseph Myers <jsm28@cam.ac.uk>:hubertf1999-07-141-2/+5
* man page rewritten into -mandoc by dholland@eecs.harvard.edu; from PR7861sommerfeld1999-06-271-350/+237
* Fixi uninit vars warnings.christos1999-05-161-3/+3
* Add missing prototypeschristos1999-05-163-8/+20
* Add -A for automatic playing mode.christos1999-05-1510-62/+531
* Fix Y2K buffer overflow (from OpenBSD).kristerw1999-04-251-8/+4
* Buffer overflow fix (from OpenBSD)kristerw1999-04-241-3/+3
* initscr() returns a pointer, compare return value with NULL and notsimonb1999-04-182-6/+6
* Don't frob the interals of a WINDOW*, use the mvinch() macro.simonb1999-04-181-7/+3
* change:cgd1999-04-061-2/+2
* s/SETUIDGAME/SETGIDGAME/ - catch up with the rest of the world.abs1999-04-051-2/+2
* defined(attron) does not mean there is a <term.h>mrg1999-03-294-23/+8
* Fix object recognition, per PR 6048 by Joseph S. Myers <jsm28@cam.ac.uk>.hubertf1999-03-251-2/+32
* More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled1999-03-226-12/+12
* Newline and usage cosmetics from Soren S. Jorvang <soren@t.dk> PR7205abs1999-03-221-4/+4
* set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>lukem1999-03-131-2/+3
* Fix .Bl/.El imbalance.erh1999-03-104-4/+8
* remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriatelukem1999-02-131-6/+4
* convert from NOxxx= to MKxxx=no.lukem1999-02-1321-43/+61
* Remove unneeded "mips compiler bug" workaround from original code importedsimonb1999-02-111-5/+1
* tgetent() handles const correctly in currenthubertf1999-02-101-3/+3
* Add __attribute__() to a variable. From PR 6557, after discussion withhubertf1999-02-101-3/+3
* The patch below makes the game backgammon(6) use `const' wherehubertf1999-02-1016-195/+162
* Only invoke pager given in $PAGER if output goes to a tty, feed pagerhubertf1999-02-101-9/+28
* Const poisoning, per PR 6660 by Joseph Myers <jsm28@cam.ac.uk>hubertf1999-02-1012-69/+69
* The game sail(6) has a function Write() which is used both withhubertf1999-02-1016-123/+141
* The patch below does some minor cleanup of adventure(6): an additionalhubertf1999-02-103-12/+15
* The game adventure(6) handles EOF on standard input ratherhubertf1999-02-103-16/+30
* only show preview if the -p option is givenhubertf1999-01-034-16/+16
* document morse's decode option -dhubertf1999-01-031-2/+2
* Add previewing of next shape. Old (previous) behaviour can behubertf1999-01-036-27/+62
* Remove obsolete header file. Fixes PR bin/6700 by Joseph S. Myers.tron1999-01-021-56/+0
* tweaks to pass DESTDIR to subprograms when it is defined in /etc/mk.confdbj1998-12-062-4/+6
* typo.pk1998-12-051-1/+1
* Fix spelling of `Churchill' in 3 placesjwise1998-11-202-3/+3
* Add support for decoding of morse code.hubertf1998-11-182-16/+115
* fix usagehubertf1998-11-181-3/+3
* constify, per PR 6150 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-11-107-93/+96
* constify, per PR 6148hubertf1998-11-1020-176/+181
* make objdir-awarehubertf1998-11-091-5/+5
* don't install in /usr/share if NOSHARE is definedlukem1998-09-2910-13/+34
* Fix args processing of backgammon and teachgammon, closes pr 5345 byfrueauf1998-09-153-9/+9
* constify (PR#6151, once more by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-141-4/+4
* return error on errors (PR#6147 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-144-31/+21
* constify, as per PR#6136 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-141-6/+6
* remove x bit from save files (PR#6077)hubertf1998-09-131-3/+3
* Remove unused function and mark non-returning ones(PR#6076, #6144 by Joseph M...hubertf1998-09-131-3/+2
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-1329-89/+89
* fix bug w/ negative numbers, mark non-returning functions (PR#6142+6144 by Jo...hubertf1998-09-131-3/+4
* add sanity checks when saving/restoring games (PR#6138 by Joseph Myers <jsm28...hubertf1998-09-131-4/+10