summaryrefslogtreecommitdiff
path: root/games/rogue
AgeCommit message (Expand)Author
2006-05-14XXX: GCC uninitializedchristos
2006-04-24It's "its."snj
2006-04-02Coverity CID 2788: If no room gets returned, don't try to place a monster.christos
2006-03-30Coverity CID 2452: possible negative array index; CID 1518 and CID 1517: poss...jnemeth
2006-03-30Coverity CID 1288: possible negative array indexjnemeth
2006-03-30Coverity CID 993: dereference of NULL pointerjnemeth
2006-03-30Coverity CID 1293: not checking for an error returnjnemeth
2006-03-30Coverity CID 1287: not checking for error returnjnemeth
2006-03-17Call fclose() appropriately if there is a problem with the save file.abs
2005-09-15Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz
2005-06-09Change marker from "pmppc" to "powerpc" because a NetBSD-macppc buildtron
2005-06-09Add an initialization to placate -Wuninitialized.he
2005-02-15Cast last argument of execl to (char *).jsm
2005-02-15Avoid arrays of incomplete types (required to build with GCC 4).jsm
2004-02-13Uppercase CPU, plural is CPUs.wiz
2004-01-27Remove uses of __P.jsm
2004-01-01Don't use -fwritable-strings. Add one more const.jsm
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-10Rename a large chunk of the make(1) variables which refer to alukem
2003-04-26Drop a trailing dot. From jmc@openbsd.wiz
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-05Add ${MACROS} to ${ROFF} usage to make output readablepooka
2002-10-01- use correctly bounded strings when reloading a saved game. in particular,mrg
2002-09-26Lots of minor fixes resulting from reading these man pages in detail.wiz
2002-09-26New sentences begin on new lines.wiz
2002-07-07Make "rogue" build with "WARNS=2". The necessary patches were suppliedtron
2001-12-06Change deprecated curses call to new equivalent.blymn
2001-08-09Fix pasto. From FreeBSD.wiz
2001-08-09Fix for FreeBSD/13278, from FreeBSD:wiz
2001-02-05remove duplicate declschristos
2000-07-10printf() pedant - do not pass variable alone, use %s.itojun
2000-07-03More include additions for exit, abs, strcmp, etc.matt
2000-03-13Fix doubled 'the'.soren
1999-09-18Fix -Wsign-compare warnings.jsm
1999-09-13Fix buffer overrun in rogue.jsm
1999-09-13Remove rogue's old and bit-rotten cut-down version of curses.jsm
1999-09-12Security improvements for games (largely from or inspired by OpenBSD).jsm
1999-09-09Check for failure of malloc() and calloc() at various places in the games.jsm
1999-09-08Add `__noreturn__' and `__unused__' attributes where appropriate tojsm
1999-04-05s/SETUIDGAME/SETGIDGAME/ - catch up with the rest of the world.abs
1998-11-10constify, per PR 6148hubertf
1998-09-13mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf
1998-09-11fix prototype, per PR#5867hubertf
1998-09-11fix prototypes, per PR#5867hubertf
1998-09-11fix prototype of mon_sees(), per PR#5867hubertf
1998-07-27const poisoning.mycroft
1998-07-21As per PR bin/5806 by Joseph Myers <jsm28@cam.ac.uk>/lash@tellabs.com:hubertf
1998-02-18Simply include -lcurses instead of -lcurses -ltermcapjtc
1998-02-04Remove -lcompat; not neededchristos
1997-11-20install games that need it setgid.mrg