Home | History | Annotate | Download | only in monop
History log of /src/games/monop/misc.c
RevisionDateAuthorComments
 1.23  19-Jun-2012  dholland WARNS=5
 1.22  01-Dec-2011  ahoka handle EOF in input
 1.21  12-Aug-2009  dholland branches: 1.21.6;
sprinkle static
 1.20  24-Feb-2008  christos need errno.h
 1.19  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.18  23-Feb-2008  dholland Sanity fixes for input handling. Suggested by OpenBSD, but different code.
 1.17  20-Feb-2008  dholland branches: 1.17.2;
Don't misuse random strings as printf formats, even where it's harmless.
Found by diffing against OpenBSD.
 1.16  19-Feb-2008  dholland Fix bugs in debug printouts. From OpenBSD.
 1.15  19-Feb-2008  dholland Fix (another) typo in comment
 1.14  19-Mar-2006  christos branches: 1.14.10;
Coverity CID 1005: Fix NULL deref and incorrect variable use.
 1.13  05-Nov-2004  dsl Add (unsigned char) cast to ctype functions
 1.12  26-Jan-2004  jsm Rename yn to yncoms to avoid conflict with GCC 3.4 built-in XSI
function.
 1.11  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.10  16-Jan-2001  cgd avoid C sequence point issues warned about by development version of gcc.
 1.9  30-Sep-1999  jsm Fix uses of namespaces reserved by ISO C or POSIX.1.
 1.8  08-Sep-1999  jsm branches: 1.8.2;
Add use of `const' where appropriate to the games.

This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to be looked at).

Some such changes were previously covered in PRs bin/6041, bin/6146,
bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994,
bin/8039, bin/8057 and bin/8093.
 1.7  21-Aug-1999  simonb Convert to something resembling KNF.
 1.6  12-Oct-1997  christos WARNSify
 1.5  29-Mar-1997  thorpej Make these compile on the PowerPC (an unsigned char system).
 1.4  23-Mar-1995  cgd merge with Lite, new RCS id conventions, etc.
 1.3  07-Aug-1993  mycroft New version from uunet.
 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.8.2.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.14.10.1  23-Mar-2008  matt sync with HEAD
 1.17.2.1  24-Mar-2008  keiichi sync with head.
 1.21.6.2  30-Oct-2012  yamt sync with head
 1.21.6.1  17-Apr-2012  yamt sync with head

RSS XML Feed