Home | History | Annotate | Download | only in monop
History log of /src/games/monop/roll.c
RevisionDateAuthorComments
 1.14  19-Jun-2012  dholland WARNS=5
 1.13  24-Feb-2008  dholland branches: 1.13.6;
Fix a bit more lint.
 1.12  24-Feb-2008  dholland We do not need special code for pdp11. Also, because random() returns all
good bits (unlike rand()) we can simplify this.
 1.11  24-Feb-2008  dholland Source files should be named *.c or *.h, not random other things.

Fold monop.ext (which was extern data decls) into monop.h and deck.h.
Fold monop.def (which had definitions for the extern data) into monop.c.
Fold brd.dat/mon.dat/prop.dat (which were array initializers for some of
the data) into monop.c.

Rearrange includes accordingly. No functional change.
 1.10  20-Feb-2008  dholland branches: 1.10.2;
Use random() rather than rand(). Suggested by diffing against OpenBSD.
 1.9  07-Aug-2003  agc branches: 1.9.22;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22269, verified by myself.
 1.8  02-Jun-2002  wiz de-register
 1.7  21-Aug-1999  simonb Convert to something resembling KNF.
 1.6  12-Oct-1997  christos WARNSify
 1.5  23-Mar-1995  cgd merge with Lite, new RCS id conventions, etc.
 1.4  07-Aug-1993  mycroft New version from uunet.
 1.3  01-Aug-1993  mycroft Add RCS identifiers.
 1.2  19-Apr-1993  mycroft Use POSIX RAND_MAX rather than guessing.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  21-Mar-1995  cgd from Lite
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.9.22.1  23-Mar-2008  matt sync with HEAD
 1.10.2.1  24-Mar-2008  keiichi sync with head.
 1.13.6.1  30-Oct-2012  yamt sync with head

RSS XML Feed