summaryrefslogtreecommitdiffstats
path: root/hack/hack.u_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the PYRAMID_BUG code. I don't think Pyramids are coming back, nordholland2011-08-061-10/+2
| | | do we care if their compiler vomits trying to decrement a bitfield.
* Userland now builds and uses terminfo instead of termcap.roy2010-02-031-4/+4
| | | OK: core@, jdc@
* sprinkle staticdholland2009-08-121-14/+19
|
* ANSIfy function declarations. All object file diffs inspected.dholland2009-06-071-9/+7
|
* Make hack build with WARNS=4.dholland2008-01-281-5/+5
|
* Add (unsigned char) cast to ctype functionsdsl2004-11-051-6/+6
|
* 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-3/+3
| | | | | | | | | | | | 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-154/+178
|
* 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.
* Don't modify string constants.mycroft1993-04-201-3/+7
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+357