summaryrefslogtreecommitdiffstats
path: root/hunt
Commit message (Collapse)AuthorAgeFilesLines
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-132-5/+5
|
* remove unneeded typedef for TTYB, as per PR#5867hubertf1998-09-111-2/+1
|
* Add braces to make the new egcs happy.veego1998-08-301-3/+4
|
* - use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg1998-07-062-7/+9
| | | | | | - ensure hostname from gethostname() is nul-terminated in all cases - minor KNF - use MAXHOSTNAMELEN over various other values/defines - be safe will buffers that hold hostnames
* change static to static intmrg1998-03-291-3/+3
|
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
|
* RCS Id Police.perry1998-01-094-0/+8
|
* move hunt under dm(6)mrg1997-11-191-1/+2
|
* Must have the correct library link order to be able to linkragge1997-11-051-2/+2
| | | the binaries static.
* use CPPFLAGS instead of CFLAGSlukem1997-10-222-4/+4
|
* FD_ZERO select mask before FD_SET-ing itlukem1997-10-204-8/+12
|
* drop core in /var/tmp (from linux).mrg1997-10-151-3/+3
|
* use err/warn instead of perrorlukem1997-10-117-74/+61
|
* Yet Another Monster Commit:lukem1997-10-1022-398/+740
| | | | | | | | | | | - WARNSify - getopt returns -1 not EOF - select() uses an fd_set, not int/long; modify code to use FD_* et al instead of direct bitwise operations - in otto.c::look (renamed to ottolook() to prevent name clash), the case WEST section had a 'goto cont_east', instead of 'goto cont_west'. (picked up by WARNS=1, because cont_west was an unused label because of this typo). probably meant that otto got lost in the maze :-/ - deprecate register, convert bcmp() -> memcmp()
* fix compiler warnings on the alpha.mrg1997-10-042-2/+2
|
* note that huntd lives in /usr/games.mrg1997-10-042-5/+5
|
* build hunt.mrg1997-10-044-0/+93
|
* hunt version 1993-07-17mrg1997-10-0424-0/+7940