summaryrefslogtreecommitdiffstats
path: root/adventure
Commit message (Expand)AuthorAgeFilesLines
* Remove 3rd and 4th clauses in christos' license. OK christos.snj2009-10-211-6/+1
* Use __dead.dholland2009-08-251-3/+3
* Whn ths cd ws wrttn, thr ws bt shrtg nd vwls wr xtrml xpnsv. Nowadays,dholland2009-08-2510-195/+196
* ANSIfy a leftover function.dholland2009-08-251-3/+9
* sprinkle staticdholland2009-08-129-74/+75
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
* don't try to switch a char and have a case of EOF - use an int.mrg2006-05-181-5/+6
* Coverity CID 2737: Handle linked-lists properly. Use calloc instead of mallocchristos2006-03-211-7/+8
* Coverity CID 570: Remove impossible check.christos2006-03-181-3/+3
* Coverity CID 1195: Check for possible negative index.christos2006-03-181-3/+6
* Coverity CID 777: Fix NULL pointer deref and de-obfuscate code.christos2006-03-181-7/+7
* don't access out of bounds element of static alloc array.rtr2006-03-181-3/+3
* KNF and WARNS=3jmc2005-07-0111-252/+236
* Remove uses of __P.jsm2004-01-272-77/+77
* Fix capitalisation of compass directions.jsm2004-01-011-3/+3
* Improve how various "simple" host tools are built and invoked.lukem2003-11-161-4/+5
* Rework how MAKEVERBOSE operates:lukem2003-10-211-5/+3
* rework to use the newer _MKMSGCREATE (et al) macroslukem2003-10-191-3/+3
* Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)lukem2003-10-191-1/+5
* off-by-one. aaron@openbsditojun2003-09-191-3/+3
* off-by-one. aaron@openbsditojun2003-09-191-3/+3
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-0712-82/+34
* No need to reference .OBJDIR here.thorpej2002-03-051-2/+2
* Ensure trailing newline is present on error and warning messages (lostjsm2001-08-291-3/+3
* eliminate redundant declschristos2001-02-052-5/+5
* Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros or <err.h> err/errxsimonb2000-07-311-15/+20
* More include additions for exit, abs, strcmp, etc.matt2000-07-033-6/+9
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
* HOST_CC -> HOST_LINK.cpk2000-04-241-2/+2
* Use err(1, NULL) and warn(NULL) for `out of memory' error messages.jsm2000-01-092-8/+8
* This patch fixes adventure(6) to use `extern' on declarations ofhubertf1999-07-282-40/+100
* Adventure(6) should check for errors (e.g. disk full or quotahubertf1999-07-171-3/+7
* This patch cleans up the handling of the variable `saved' inhubertf1999-07-164-11/+14
* From PR 7985 by Joseph Myers <jsm28@cam.ac.uk>:hubertf1999-07-141-2/+5
* Add __attribute__() to a variable. From PR 6557, after discussion withhubertf1999-02-101-3/+3
* The patch below does some minor cleanup of adventure(6): an additionalhubertf1999-02-103-12/+15
* The game adventure(6) handles EOF on standard input ratherhubertf1999-02-103-16/+30
* return error on errors (PR#6147 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-144-31/+21
* check for malloc failures (PR#6136 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-132-7/+16
* some cleanups as per PR#6082 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-131-9/+9
* remove unused function return values (PR#6079 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-134-31/+22
* constify, per PR 6041 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-135-23/+24
* add main() prototypehubertf1998-09-111-2/+4
* remove main() prototype, as per PR 6867hubertf1998-09-111-4/+1
* Remove unused function and unnecessary prototypes, as per PR 6050 byhubertf1998-08-292-22/+6
* Improved signal handling as per PR 6051 byhubertf1998-08-292-5/+7
* Replace some homegrown string-functions with standard-<string.h>-macros.hubertf1998-08-242-44/+11
* Kill unused parameters, per PR 6023 by Joseph Myers <jsm28@cam.ac.uk>.hubertf1998-08-245-41/+39
* Find setup-program even w/ obj dirs.hubertf1998-08-011-2/+2