summaryrefslogtreecommitdiffstats
path: root/rogue
Commit message (Expand)AuthorAgeFilesLines
* Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz2005-09-151-6/+6
* Change marker from "pmppc" to "powerpc" because a NetBSD-macppc buildtron2005-06-091-3/+3
* Add an initialization to placate -Wuninitialized.he2005-06-091-2/+4
* Cast last argument of execl to (char *).jsm2005-02-151-3/+3
* Avoid arrays of incomplete types (required to build with GCC 4).jsm2005-02-151-2/+2
* Uppercase CPU, plural is CPUs.wiz2004-02-131-2/+2
* Remove uses of __P.jsm2004-01-272-296/+296
* Don't use -fwritable-strings. Add one more const.jsm2004-01-012-4/+4
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-0726-178/+74
* Rename a large chunk of the make(1) variables which refer to alukem2003-07-101-2/+2
* Drop a trailing dot. From jmc@openbsd.wiz2003-04-261-2/+2
* The Double-Semi-Colon Police.simonb2003-01-201-3/+3
* Add ${MACROS} to ${ROFF} usage to make output readablepooka2003-01-051-2/+2
* - use correctly bounded strings when reloading a saved game. in particular,mrg2002-10-014-27/+32
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-11/+8
* New sentences begin on new lines.wiz2002-09-261-7/+10
* Make "rogue" build with "WARNS=2". The necessary patches were suppliedtron2002-07-074-16/+17
* Change deprecated curses call to new equivalent.blymn2001-12-061-3/+3
* Fix pasto. From FreeBSD.wiz2001-08-091-2/+2
* Fix for FreeBSD/13278, from FreeBSD:wiz2001-08-091-3/+3
* remove duplicate declschristos2001-02-051-5/+1
* printf() pedant - do not pass variable alone, use %s.itojun2000-07-101-3/+3
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
* Fix doubled 'the'.soren2000-03-131-2/+2
* Fix -Wsign-compare warnings.jsm1999-09-181-4/+4
* Fix buffer overrun in rogue.jsm1999-09-131-6/+14
* Remove rogue's old and bit-rotten cut-down version of curses.jsm1999-09-134-835/+8
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-124-11/+30
* Check for failure of malloc() and calloc() at various places in the games.jsm1999-09-091-2/+6
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-082-8/+8
* s/SETUIDGAME/SETGIDGAME/ - catch up with the rest of the world.abs1999-04-051-2/+2
* constify, per PR 6148hubertf1998-11-1020-176/+181
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-6/+6
* fix prototype, per PR#5867hubertf1998-09-111-2/+3
* fix prototypes, per PR#5867hubertf1998-09-112-4/+8
* fix prototype of mon_sees(), per PR#5867hubertf1998-09-111-2/+3
* const poisoning.mycroft1998-07-273-8/+9
* As per PR bin/5806 by Joseph Myers <jsm28@cam.ac.uk>/lash@tellabs.com:hubertf1998-07-212-7/+20
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
* Remove -lcompat; not neededchristos1998-02-041-3/+3
* install games that need it setgid.mrg1997-11-201-1/+2
* use CPPFLAGS instead of CFLAGSlukem1997-10-221-2/+2
* Better fix for the previous.mycroft1997-10-151-10/+8
* make gcc happy on Sparcis1997-10-151-2/+4
* WARNSify (not an insignificant task...)lukem1997-10-1225-602/+1139
* Use bsd.subdir.mk as appropriate.mycroft1997-10-111-2/+3
* NULL => 0 (Arne Juul; PR#3629)pk1997-05-171-4/+4
* Sync to 4.4BSD-Lite2tls1997-01-071-2/+3
* Use POSIX tty semantics.mycroft1995-04-282-103/+12
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-242-8/+6