summaryrefslogtreecommitdiffstats
path: root/rogue/rogue.h
Commit message (Expand)AuthorAgeFilesLines
* WARNS=5dholland2013-08-111-2/+2
* typo in commentdholland2013-08-111-2/+2
* Use __dead and __printflike instead of __attribute__.dholland2011-08-261-9/+8
* Kill some pointer indirections. Don't use variables as format strings.joerg2011-05-231-3/+3
* sprinkle staticdholland2009-08-121-53/+1
* ANSIfy. Remove unnecessary casts. Clean up for -Wsign-compare. Make moredholland2008-01-141-64/+16
* Comprehensive (or at least extensive) string handling cleanup for rogue.dholland2007-12-271-5/+8
* Avoid arrays of incomplete types (required to build with GCC 4).jsm2005-02-151-2/+2
* Remove uses of __P.jsm2004-01-271-293/+293
* Don't use -fwritable-strings. Add one more const.jsm2004-01-011-2/+2
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
* - use correctly bounded strings when reloading a saved game. in particular,mrg2002-10-011-5/+7
* remove duplicate declschristos2001-02-051-5/+1
* Remove rogue's old and bit-rotten cut-down version of curses.jsm1999-09-131-18/+1
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-1/+5
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+3
* constify, per PR 6148hubertf1998-11-101-55/+55
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-6/+6
* const poisoning.mycroft1998-07-271-2/+3
* WARNSify (not an insignificant task...)lukem1997-10-121-55/+383
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-4/+2
* clean up import, NetBSD RCS Idscgd1995-04-221-4/+5
* Add RCS identifiers.mycroft1993-08-011-1/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+490