summaryrefslogtreecommitdiffstats
path: root/monop/morg.c
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=5dholland2012-06-191-8/+7
|
* Fix a bit more lint.dholland2008-02-241-6/+5
|
* Typo patroldholland2008-02-241-4/+5
|
* Source files should be named *.c or *.h, not random other things.dholland2008-02-241-3/+3
| | | | | | | | 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.
* Bug fix: having $0 does not mean you need to mortgage something. Plus somedholland2008-02-231-18/+8
| | | | tidyup. From OpenBSD.
* A few more whitespace/KNF. I keep hoping I've found them all...dholland2008-02-201-3/+3
|
* KNF/whitespace nits. No functional changes.dholland2008-02-191-3/+3
|
* Remove transient thingy that wasn't supposed to see the light of day, anddholland2008-02-191-15/+14
| | | finish dealing with some local variables that shadow a global. (hi dholland)
* Make this build with WARNS=4.dholland2008-01-281-6/+8
|
* Remove uses of __P.jsm2004-01-271-7/+7
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Add use of `const' where appropriate to the games.jsm1999-09-081-4/+4
| | | | | | | | | 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.
* Convert to something resembling KNF.simonb1999-08-211-24/+27
|
* Add braces to make the new egcs happy.veego1998-08-301-3/+4
|
* WARNSifychristos1997-10-121-18/+42
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-4/+9
|
* New version from uunet.mycroft1993-08-071-13/+12
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+210