summaryrefslogtreecommitdiffstats
path: root/adventure
Commit message (Collapse)AuthorAgeFilesLines
* Add __attribute__() to a variable. From PR 6557, after discussion withhubertf1999-02-101-3/+3
| | | Joseph S. Myers <jsm28@cam.ac.uk>
* The patch below does some minor cleanup of adventure(6): an additionalhubertf1999-02-103-12/+15
| | | | | | | | | | | use of const I missed in bin/6041; avoiding a signed/unsigned warning; marking an unused parameter as such; revoking setgid privileges (including the saved gid) rather than setuid ones; includes and function prototypes in setup.c; the string passed to err() should not end with a `.'. Together with the patch sent concerning adventure's EOF handling, this synchronises adventure(6) in NetBSD with the Linux port of the NetBSD games. Via PR 6557 by Joseph Myers <jsm28@cam.ac.uk>
* 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>.
* return error on errors (PR#6147 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-144-31/+21
|
* 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 function return values (PR#6079 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-134-31/+22
|
* constify, per PR 6041 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-135-23/+24
|
* add main() prototypehubertf1998-09-111-2/+4
|
* remove main() prototype, as per PR 6867hubertf1998-09-111-4/+1
|
* 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>
* 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
|
* Find setup-program even w/ obj dirs.hubertf1998-08-011-2/+2
|
* Consider leap years, as per PR 5830 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-07-241-4/+6
|
* change includes to fix compiler warningperry1998-02-031-2/+4
|
* KNFify againlukem1997-10-112-17/+6
|
* KNFifylukem1997-10-1112-1943/+2428
|
* deprecate register, fixup .Nm usagelukem1997-10-1010-75/+75
|
* PR/3964: Eric Fischer: Remove dependencies to traditional cpp...christos1997-08-1112-212/+447
| | | While I was there add WARNS?= too.
* Allow this to be cross-compiled.thorpej1997-04-191-2/+2
|
* oops, use <signal.h> not <sys/signal.h> (tholo@sigmasoft.com)mrg1996-05-212-6/+6
|
* give up setuid-ness. we don't need it. while i'm here, includemrg1996-05-212-7/+12
| | | <sys/signal.h> and use SIGINT rather than 2.
* Removed "extern int errno"; Added #include <errno.h> if not already present.jtc1996-02-061-3/+2
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-242-4/+6
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* clean up RCS idscgd1995-03-2113-0/+65
|
* specify man pages the new way.cgd1994-12-221-1/+1
|
* adventure(6), from 44litejtc1994-10-2114-0/+5127