summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/makemaze.c
Commit message (Collapse)AuthorAgeFilesLines
* tsort contents of filedholland2014-03-291-49/+43
|
* const in unused codedholland2014-03-291-7/+7
|
* don't declare own boolean typedholland2014-03-291-12/+12
|
* #if 0 some unused code.joerg2011-05-231-2/+7
|
* sprinkle static and prune some dead codedholland2009-08-121-4/+4
|
* Whitespace.dholland2009-07-041-43/+43
|
* ANSIfy function declarations.dholland2009-07-041-10/+7
|
* Remove uses of __P.jsm2004-01-271-6/+6
|
* Merge with v20030416.wiz2003-06-111-5/+30
|
* Yet Another Monster Commit:lukem1997-10-101-16/+33
| | | | | | | | | | | - 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/+191