summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The game adventure(6) handles EOF on standard input ratherhubertf1999-02-103-16/+30
| | | | | | ungracefully. The patch, derived from OpenBSD, improves this handling. Sent in in PR 6556 by Joseph Myers <jsm28@cam.ac.uk>.
* 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
| | | restored by compiling with NO_PREVIEW defined.
* 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
| | | but is not in the environment.
* 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
| | | David Brownlee.
* 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 ↵hubertf1998-09-131-3/+2
| | | | Myers <jsm28@cam.ac.uk>)
* 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 ↵hubertf1998-09-131-3/+4
| | | | Joseph Myers <jsm28@cam.ac.uk>)
* add sanity checks when saving/restoring games (PR#6138 by Joseph Myers ↵hubertf1998-09-131-4/+10
| | | | <jsm28@cam.ac.uk>)
* check for malloc failures (PR#6136 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-132-7/+16
|
* some cleanups as per PR#6082 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-131-9/+9
|
* remove unused files (PR#6083 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-137-88/+2
|
* remove unused function return values (PR#6079 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-134-31/+22
|
* Saved games can NOT be restored by executing the save file (PR#6077)hubertf1998-09-131-3/+1
|
* Replace special handling of \r by using ICRNL (PR#6078 by Joseph Myers ↵hubertf1998-09-132-19/+5
| | | | <jsm28@cam.ac.uk>)
* Remove unused function (PR#6076 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-132-18/+4
|
* Make dm ignore TZ; PR#6073 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-131-2/+3
|
* constify, per PR 6041 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-135-23/+24
|
* Correct attribution as pointed out in pr 6114 by Jim Wise.frueauf1998-09-121-1/+2
|
* Make the helper programs compile right in a cross-compiling environment.wrstuden1998-09-122-2/+8
|
* add main() prototypehubertf1998-09-111-2/+4
|
* fix prototype, PR#5867hubertf1998-09-111-2/+3
|
* use symbolic constant for open(), PR#5867hubertf1998-09-111-3/+3
|
* fix main() prototype, per PR#5867hubertf1998-09-111-6/+4
|
* fix prototype, per PR#5867hubertf1998-09-113-7/+9
|
* fix prototypes, per PR#5867hubertf1998-09-112-4/+8
|
* fix prototype of mon_sees(), per PR#5867hubertf1998-09-111-2/+3
|
* be more precise for PI, as per PR5867hubertf1998-09-111-3/+5
|
* use symbolic constants for signals & open(2), as per PR#5867hubertf1998-09-112-6/+6
|
* remove unneeded typedef for TTYB, as per PR#5867hubertf1998-09-111-2/+1
|
* fix main() prototype, as per PR#5867hubertf1998-09-112-7/+5
|
* fix main() prototype, as per PR#5867hubertf1998-09-111-6/+4
|
* remove unused args from main(), as per PR#5867hubertf1998-09-111-5/+3
|
* fix typo, as per PR#5867hubertf1998-09-112-5/+5
|
* better define PI, plus improve prototype (PR#5867)hubertf1998-09-112-4/+7
|
* remove main() prototype, as per PR 6867hubertf1998-09-111-4/+1
|