summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/pathname.c
Commit message (Collapse)AuthorAgeFilesLines
* Split hunt and huntd's includes, instead of incestuously sharing a piledholland2014-03-291-6/+6
| | | | | | | | | | | | of external data and function declarations between the two programs. Common constants and defines now go in hunt_common.h. Stuff that belongs only to hunt is in hunt/hunt_private.h. Stuff that belongs only to huntd is in huntd/hunt.h. Copy some declarations that are used in both programs under the same names (but are not actually the same objects) from huntd/hunt.h to hunt/hunt_private.h. Move others that are only used in hunt. Remove some entirely unused material, and tidy up standard includes.
* Whitespace.dholland2009-07-041-20/+20
|
* clean for WARNS=4dholland2008-01-281-3/+3
|
* Merge with v20030416.wiz2003-06-111-5/+30
|
* Yet Another Monster Commit:lukem1997-10-101-0/+6
| | | | | | | | | | | - 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()
* hunt version 1993-07-17mrg1997-10-041-0/+35