summaryrefslogtreecommitdiffstats
path: root/rogue
Commit message (Expand)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-053-11/+11
* Use PREFIX nowCameron Katri2021-03-282-5/+7
* Get all the games compiling for iOSCameron Katri2021-02-225-852/+16
* introduce some common variables for use in GCC warning disables:mrg2019-10-131-1/+3
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-032-4/+6
* Restore the MKGROFF=bo MKCXX=yes buildkamil2018-06-111-2/+2
* Reorg docs, part 1:dholland2014-07-051-2/+2
* Rework /usr/share/doc.dholland2014-07-052-8/+5
* WARNS=5dholland2013-08-113-32/+33
* typo in commentdholland2013-08-111-2/+2
* rename target paper.${PRINTER} to paper.ps -- PRINTER isnt defined anywhere!jmcneill2013-02-171-2/+2
* Fix misspelling of acceptible (it's only acceptable with an 'a', not an 'i').mbalmer2012-12-011-3/+3
* reinstate NULL cast by request, where the NULL was being passed as a varargplunky2011-09-011-3/+3
* NULL does not need a castplunky2011-08-311-3/+3
* Use __dead and __printflike instead of __attribute__.dholland2011-08-263-16/+14
* Kill some pointer indirections. Don't use variables as format strings.joerg2011-05-235-16/+16
* When using -lcurses, you also need -lterminfo.he2010-02-061-3/+3
* Fix '=' for '==' in a test. From NAKAJIMA Yoshihiro in PR 42177.dholland2009-10-191-3/+3
* sprinkle staticdholland2009-08-1213-126/+136
* if initscr() fails, exit with a message rather than crash in thedrochner2008-08-081-3/+6
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
* ANSIfy. Remove unnecessary casts. Clean up for -Wsign-compare. Make moredholland2008-01-1424-917/+634
* Whitespace/KNF nits.dholland2008-01-1422-195/+198
* Comprehensive (or at least extensive) string handling cleanup for rogue.dholland2007-12-2721-787/+953
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-5/+5
* XXX: GCC uninitializedchristos2006-05-142-6/+6
* It's "its."snj2006-04-241-3/+3
* Coverity CID 2788: If no room gets returned, don't try to place a monster.christos2006-04-021-3/+3
* Coverity CID 2452: possible negative array index; CID 1518 and CID 1517: poss...jnemeth2006-03-301-2/+5
* Coverity CID 1288: possible negative array indexjnemeth2006-03-301-2/+4
* Coverity CID 993: dereference of NULL pointerjnemeth2006-03-301-2/+3
* Coverity CID 1293: not checking for an error returnjnemeth2006-03-301-2/+4
* Coverity CID 1287: not checking for error returnjnemeth2006-03-301-2/+4
* Call fclose() appropriately if there is a problem with the save file.abs2006-03-171-2/+4
* 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