Home | History | Annotate | Download | only in monop
History log of /src/games/monop/prop.c
RevisionDateAuthorComments
 1.20  19-Jun-2012  dholland WARNS=5
 1.19  24-Feb-2008  dholland branches: 1.19.6;
Don't cast the return value of calloc.
 1.18  24-Feb-2008  christos fix some lint
 1.17  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.16  23-Feb-2008  dholland Bug fixes from OpenBSD:
- don't truncate unreasonably long player names when bidding;
- don't allow players to bid more cash than they have.
 1.15  20-Feb-2008  dholland branches: 1.15.2;
A few more whitespace/KNF. I keep hoping I've found them all...
 1.14  19-Feb-2008  dholland KNF/whitespace nits. No functional changes.
 1.13  19-Feb-2008  dholland Don't use sprintf; use snprintf.
 1.12  28-Jan-2008  dholland Make this build with WARNS=4.
 1.11  19-Mar-2006  christos branches: 1.11.10;
fix typo
 1.10  19-Mar-2006  christos Coverity CID 1004: Fix NULL deref.
 1.9  27-Jan-2004  jsm Remove uses of __P.
 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  16-Jan-2001  cgd avoid C sequence point issues warned about by development version of gcc.
 1.6  09-Sep-1999  jsm Check for failure of malloc() and calloc() at various places in the games.
 1.5  21-Aug-1999  simonb Convert to something resembling KNF.
 1.4  12-Oct-1997  christos WARNSify
 1.3  23-Mar-1995  cgd merge with Lite, new RCS id conventions, etc.
 1.2  01-Aug-1993  mycroft Add RCS identifiers.
 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.11.10.1  23-Mar-2008  matt sync with HEAD
 1.15.2.1  24-Mar-2008  keiichi sync with head.
 1.19.6.1  30-Oct-2012  yamt sync with head

RSS XML Feed