Home | History | Annotate | Download | only in adventure
History log of /src/games/adventure/init.c
RevisionDateAuthorComments
 1.22  02-May-2021  rillig games: remove trailing whitespace in *.c and *.h
 1.21  22-Mar-2014  dholland tag decl() __noinline, as inlining it would defeat its purpose
(which is to not have interesting string literals appear in the
compiled binary)
 1.20  31-Aug-2011  plunky branches: 1.20.2; 1.20.8;
NULL does not need a cast
 1.19  25-Aug-2009  dholland Whn ths cd ws wrttn, thr ws bt shrtg nd vwls wr xtrml xpnsv. Nowadays,
however, we have an ample vowel budget, and bit shortages are a thing
of the past (even in a down economy) so spend a bit to improve
readability.
 1.18  12-Aug-2009  dholland sprinkle static
 1.17  15-Dec-2007  perry convert __attribute__s to applicable cdefs.h macros
 1.16  18-Mar-2006  rtr branches: 1.16.10;
don't access out of bounds element of static alloc array.
found by Coverity, CID 1519 / Run 5

XXX possible that intention was to start with i = 0.
 1.15  01-Jul-2005  jmc KNF and WARNS=3
 1.14  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22269, verified by myself.
 1.13  05-Feb-2001  christos eliminate redundant decls
 1.12  28-Jul-1999  hubertf This patch fixes adventure(6) to use `extern' on declarations of
objects in its header file, and to add corresponding definitions to
init.c accordingly. (See the C standard - relying on linker commons
where there are multiple uninitialised declarations of an object in
the program traditionally works on Unix, but is not standard C.)

The patch also removes a bit-rotten code fragment under #ifdef
OLDSTUFF.

Patch submitted in PR 8105 by Joseph Myers <jsm28@cam.ac.uk>
 1.11  10-Feb-1999  hubertf Add __attribute__() to a variable. From PR 6557, after discussion with
Joseph S. Myers <jsm28@cam.ac.uk>
 1.10  29-Aug-1998  hubertf Improved signal handling as per PR 6051 by
Joseph Myers <jsm@octomino.demon.co.uk>
 1.9  24-Aug-1998  hubertf Kill unused parameters, per PR 6023 by Joseph Myers <jsm28@cam.ac.uk>.
 1.8  03-Feb-1998  perry change includes to fix compiler warning
 1.7  11-Oct-1997  lukem KNFify
 1.6  10-Oct-1997  lukem deprecate register, fixup .Nm usage
 1.5  11-Aug-1997  christos PR/3964: Eric Fischer: Remove dependencies to traditional cpp...
While I was there add WARNS?= too.
 1.4  21-May-1996  mrg oops, use <signal.h> not <sys/signal.h> (tholo@sigmasoft.com)
 1.3  21-May-1996  mrg give up setuid-ness. we don't need it. while i'm here, include
<sys/signal.h> and use SIGINT rather than 2.
 1.2  21-Mar-1995  cgd clean up RCS ids
 1.1  21-Oct-1994  jtc branches: 1.1.1;
Initial revision
 1.1.1.1  21-Oct-1994  jtc adventure(6), from 44lite
 1.16.10.1  09-Jan-2008  matt sync with HEAD
 1.20.8.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.20.2.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed