summaryrefslogtreecommitdiffstats
path: root/hack/hack.mkshop.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up some lint.dholland2011-08-071-3/+3
|
* sprinkle staticdholland2009-08-121-10/+21
|
* ANSIfy function declarations. All object file diffs inspected.dholland2009-06-071-19/+12
|
* Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason andjsm2003-04-021-3/+60
| | | | CWI <http://www.cwi.nl/~aeb/games/hack/hack.html>. Via OpenBSD. Addresses part of PR bin/5850.
* shops are only supposed to have 1 door (as per standard hack 1.0.3).chuck2002-08-221-3/+3
| | | | | for some reason, the version of 1.0.3 that was in the 4.4 lite tree was modified to allow shops with two doors -- this violates the spirit of the game. with this diff, we revert back to classic 1.0.3 behavior.
* Make mostly gcc -W clean, and other cleanup:jsm2001-03-251-4/+4
| | | | | | | | | | | | Use const. Add __noreturn__ attributes. Add a __format__ attribute. Add __unused__ attributes. Use symbolic constants for open() and lseek(). Declare types of all function parameters; convert some function definitions to ISO C form. Ensure standard file descriptors are open on startup. Check for errors writing output of makedefs. Avoid duplicate definitions of variables.
* WARNsify...christos1997-10-191-165/+197
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-1/+1
|
* alloc.cmycroft1993-08-021-2/+7
|
* Cleanup for GCC 2.mycroft1993-04-181-1/+1
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+274