summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix typo, closes pr 6137 by Joseph Myers.frueauf1998-09-101-2/+2
|
* Add braces to make the new egcs happy.veego1998-08-3026-108/+148
|
* Use symbolic names for signals(!), open(2)-constants, ...hubertf1998-08-293-13/+13
| | | Fix applied as per PR 6058 by Joseph Myers <jsm28@cam.ac.uk>
* Use symbolic constants for seek(), open(). Fixed as per PR 6057 byhubertf1998-08-292-10/+10
| | | Joseph Myers <jsm@octomino.demon.co.uk>.
* Remove unused function and unnecessary prototypes, as per PR 6050 byhubertf1998-08-292-22/+6
| | | Joseph Myers <jsm28@cam.ac.uk>
* Improved signal handling as per PR 6051 byhubertf1998-08-292-5/+7
| | | Joseph Myers <jsm@octomino.demon.co.uk>
* DTRT if "give" is invoked without arguments. Fix contributed by Joseph S.hubertf1998-08-291-7/+17
| | | Myers <jsm28@cam.ac.uk>, closeds PR 6049.
* Don't allow empty "give" command (without arguments).hubertf1998-08-281-2/+6
| | | Fixes PR 6049 by Joseph Myers <jsm@octomino.demon.co.uk>.
* Replace some homegrown string-functions with standard-<string.h>-macros.hubertf1998-08-242-44/+11
| | | Reported by Joseph Myers <jsm28@cam.ac.uk> in PR 6028.
* Kill unused parameters, per PR 6023 by Joseph Myers <jsm28@cam.ac.uk>.hubertf1998-08-245-41/+39
|
* Untakable objects are marked with NULL pointers, not empty strings,hubertf1998-08-241-6/+6
| | | | resulting in core dumps. Fixed as per PR 6006 by Joseph Myers <jsm28@cam.ac.uk>.
* Propperly note place-change, as reported in PR 6008 by Joseph Samuel Myershubertf1998-08-241-2/+3
| | | <jsm28@cam.ac.uk>
* Initialize return-value correctly as pointed out in PR 6007 byhubertf1998-08-241-4/+3
| | | Joseph Myers <jsm@octomino.demon.co.uk>.
* Assign my copyrights to TNF.mycroft1998-08-152-5/+38
|
* bzero->memsetperry1998-08-102-4/+4
|
* Find setup-program even w/ obj dirs.hubertf1998-08-011-2/+2
|
* An airplane on a heading of 315, given instruction to turnbriggs1998-07-281-3/+3
| | | right 45 degrees should turn to direction 0, not circle.