summaryrefslogtreecommitdiffstats
path: root/hack/hack.shk.c
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=5, and make WARNS=5 the default for src/games.dholland2012-06-191-4/+3
|
* Fix up some lint.dholland2011-08-071-2/+3
|
* Remove more silly casts.dholland2011-08-061-6/+6
|
* sprinkle staticdholland2009-08-121-3/+4
|
* sprintf -> snprintf, plus some use of strlcpy/strlcat where appropriatedholland2009-06-071-5/+7
| | | XXX: there's still one sprintf left which will take some hacking to expunge.
* ANSIfy function declarations. All object file diffs inspected.dholland2009-06-071-68/+42
|
* Coverity CID 1327: check for error returnjnemeth2006-03-301-2/+4
|
* Remove uses of __P.jsm2004-01-271-10/+10
|
* 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.
* Make mostly gcc -W clean, and other cleanup:jsm2001-03-251-6/+6
| | | | | | | | | | | | 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-544/+663
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-1/+1
|
* Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft1993-08-021-2/+7
| | | headers, and a few other insignificant changes.
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+987