Home | History | Annotate | Download | only in adventure
History log of /src/games/adventure/crc.c
RevisionDateAuthorComments
 1.13  08-Jan-2012  dholland Oops, I forgot to actually implement the checksumming code for the new
savefile format, so any savefiles generated yesterday can be tampered
with. Oh well. While here, tidy up the crc code.
 1.12  07-Jan-2012  dholland Make this not crash on machines that are (a) 64 bit, or (b) have signed
chars by default (i.e., almost all machines). Makes it possible to save
the game. This has been broken since 4.4 and probably ever since the
FORTRAN -> C translation.

Crash reported by Petri Laakso in private mail.
 1.11  25-Aug-2009  dholland branches: 1.11.6;
ANSIfy a leftover function.
Also note some unportable code with a comment. Can't change it because
it'd break save files, though.
 1.10  12-Aug-2009  dholland sprinkle static
 1.9  01-Jul-2005  jmc KNF and WARNS=3
 1.8  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.7  10-Feb-1999  hubertf The patch below does some minor cleanup of adventure(6): an additional
use of const I missed in bin/6041; avoiding a signed/unsigned warning;
marking an unused parameter as such; revoking setgid privileges
(including the saved gid) rather than setuid ones; includes and
function prototypes in setup.c; the string passed to err() should not
end with a `.'. Together with the patch sent concerning adventure's
EOF handling, this synchronises adventure(6) in NetBSD with the Linux
port of the NetBSD games.

Via PR 6557 by Joseph Myers <jsm28@cam.ac.uk>
 1.6  13-Sep-1998  hubertf constify, per PR 6041 by Joseph Myers <jsm28@cam.ac.uk>
 1.5  11-Oct-1997  lukem KNFify
 1.4  10-Oct-1997  lukem deprecate register, fixup .Nm usage
 1.3  11-Aug-1997  christos PR/3964: Eric Fischer: Remove dependencies to traditional cpp...
While I was there add WARNS?= too.
 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.11.6.1  17-Apr-2012  yamt sync with head

RSS XML Feed