Home | History | Annotate | Download | only in adventure
History log of /src/games/adventure/io.c
RevisionDateAuthorComments
 1.23  02-May-2021  rillig games: remove trailing whitespace in *.c and *.h
 1.22  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.21  12-Aug-2009  dholland sprinkle static
 1.20  18-May-2006  mrg don't try to switch a char and have a case of EOF - use an int.
 1.19  21-Mar-2006  christos Coverity CID 2737: Handle linked-lists properly. Use calloc instead of malloc
so that we don't end up storing garbage accidentally and the next pointer is
initialized. If there is an inconsistency in the file abort instead
of dereferencing NULL.
 1.18  18-Mar-2006  christos Coverity CID 1195: Check for possible negative index.
 1.17  18-Mar-2006  christos Coverity CID 777: Fix NULL pointer deref and de-obfuscate code.
 1.16  01-Jul-2005  jmc KNF and WARNS=3
 1.15  19-Sep-2003  itojun off-by-one. aaron@openbsd
 1.14  19-Sep-2003  itojun off-by-one. aaron@openbsd
 1.13  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.12  09-Jan-2000  jsm Use err(1, NULL) and warn(NULL) for `out of memory' error messages.
 1.11  10-Feb-1999  hubertf The game adventure(6) handles EOF on standard input rather
ungracefully. The patch, derived from OpenBSD, improves this
handling.

Sent in in PR 6556 by Joseph Myers <jsm28@cam.ac.uk>.
 1.10  14-Sep-1998  hubertf return error on errors (PR#6147 by Joseph Myers <jsm28@cam.ac.uk>)
 1.9  13-Sep-1998  hubertf check for malloc failures (PR#6136 by Joseph Myers <jsm28@cam.ac.uk>)
 1.8  13-Sep-1998  hubertf constify, per PR 6041 by Joseph Myers <jsm28@cam.ac.uk>
 1.7  29-Aug-1998  hubertf Remove unused function and unnecessary prototypes, as per PR 6050 by
Joseph Myers <jsm28@cam.ac.uk>
 1.6  11-Oct-1997  lukem KNFify
 1.5  10-Oct-1997  lukem deprecate register, fixup .Nm usage
 1.4  11-Aug-1997  christos PR/3964: Eric Fischer: Remove dependencies to traditional cpp...
While I was there add WARNS?= too.
 1.3  24-Apr-1995  cgd Various changes to make games compile w/o warnings on the alpha:
Include appropriate includes, delete bogus function declarations,
change sizes of variables and casts.
 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

RSS XML Feed