summaryrefslogtreecommitdiff
path: root/games/rogue
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-05-02games: remove trailing whitespace in *.c and *.hrillig
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2018-06-11Restore the MKGROFF=bo MKCXX=yes buildkamil
2014-07-05Reorg docs, part 1:dholland
2014-07-05Rework /usr/share/doc.dholland
2013-08-11WARNS=5dholland
2013-08-11typo in commentdholland
2013-02-17rename target paper.${PRINTER} to paper.ps -- PRINTER isnt defined anywhere!jmcneill
2012-12-01Fix misspelling of acceptible (it's only acceptable with an 'a', not an 'i').mbalmer
2011-09-01reinstate NULL cast by request, where the NULL was being passed as a varargplunky
2011-08-31NULL does not need a castplunky
2011-08-26Use __dead and __printflike instead of __attribute__.dholland
2011-05-23Kill some pointer indirections. Don't use variables as format strings.joerg
2010-02-06When using -lcurses, you also need -lterminfo.he
2009-10-19Fix '=' for '==' in a test. From NAKAJIMA Yoshihiro in PR 42177.dholland
2009-08-12sprinkle staticdholland
2008-08-08if initscr() fails, exit with a message rather than crash in thedrochner
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-01-14ANSIfy. Remove unnecessary casts. Clean up for -Wsign-compare. Make moredholland
2008-01-14Whitespace/KNF nits.dholland
2007-12-27Comprehensive (or at least extensive) string handling cleanup for rogue.dholland
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
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