summaryrefslogtreecommitdiff
path: root/games/adventure
AgeCommit message (Expand)Author
2021-05-02games: remove trailing whitespace in *.c and *.hrillig
2021-04-12avoid leaving off the trailing nul in a literal string.mrg
2014-03-22Minor tidyup.dholland
2014-03-22tag decl() __noinline, as inlining it would defeat its purposedholland
2013-02-16Workaround a toolchain issue by renaming the 'setup' host tool to 'mkdata' to...jmcneill
2012-10-12fix previous, thanks asau@dholland
2012-10-12Pass -Wstrict-overflow.dholland
2012-01-08grumble.dholland
2012-01-08Oops, I forgot to actually implement the checksumming code for the newdholland
2012-01-07Redo save file handling. The old save files were unportable, had nodholland
2012-01-07Make this not crash on machines that are (a) 64 bit, or (b) have signeddholland
2011-08-31NULL does not need a castplunky
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-08-25Use __dead.dholland
2009-08-25Whn ths cd ws wrttn, thr ws bt shrtg nd vwls wr xtrml xpnsv. Nowadays,dholland
2009-08-25ANSIfy a leftover function.dholland
2009-08-12sprinkle staticdholland
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-05-18don't try to switch a char and have a case of EOF - use an int.mrg
2006-03-21Coverity CID 2737: Handle linked-lists properly. Use calloc instead of mallocchristos
2006-03-18Coverity CID 570: Remove impossible check.christos
2006-03-18Coverity CID 1195: Check for possible negative index.christos
2006-03-18Coverity CID 777: Fix NULL pointer deref and de-obfuscate code.christos
2006-03-18don't access out of bounds element of static alloc array.rtr
2005-07-01KNF and WARNS=3jmc
2004-01-27Remove uses of __P.jsm
2004-01-01Fix capitalisation of compass directions.jsm
2003-11-16Improve how various "simple" host tools are built and invoked.lukem
2003-10-21Rework how MAKEVERBOSE operates:lukem
2003-10-19rework to use the newer _MKMSGCREATE (et al) macroslukem
2003-10-19Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)lukem
2003-09-19off-by-one. aaron@openbsditojun
2003-09-19off-by-one. aaron@openbsditojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-03-05No need to reference .OBJDIR here.thorpej
2001-08-29Ensure trailing newline is present on error and warning messages (lostjsm
2001-02-05eliminate redundant declschristos
2000-07-31Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros or <err.h> err/errxsimonb
2000-07-03More include additions for exit, abs, strcmp, etc.matt
2000-05-08Use setgid(), not setregid().mycroft
2000-04-24HOST_CC -> HOST_LINK.cpk
2000-01-09Use err(1, NULL) and warn(NULL) for `out of memory' error messages.jsm
1999-07-28This patch fixes adventure(6) to use `extern' on declarations ofhubertf
1999-07-17Adventure(6) should check for errors (e.g. disk full or quotahubertf
1999-07-16This patch cleans up the handling of the variable `saved' inhubertf
1999-07-14From PR 7985 by Joseph Myers <jsm28@cam.ac.uk>:hubertf
1999-02-10Add __attribute__() to a variable. From PR 6557, after discussion withhubertf
1999-02-10The patch below does some minor cleanup of adventure(6): an additionalhubertf
1999-02-10The game adventure(6) handles EOF on standard input ratherhubertf