summaryrefslogtreecommitdiffstats
path: root/monop/prop.c
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=5dholland2012-06-191-14/+7
|
* Don't cast the return value of calloc.dholland2008-02-241-3/+3
|
* fix some lintchristos2008-02-241-6/+3
|
* Source files should be named *.c or *.h, not random other things.dholland2008-02-241-3/+4
| | | | | | | | 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 fixes from OpenBSD:dholland2008-02-231-3/+7
| | | | - don't truncate unreasonably long player names when bidding; - don't allow players to bid more cash than they have.
* A few more whitespace/KNF. I keep hoping I've found them all...dholland2008-02-201-6/+4
|
* KNF/whitespace nits. No functional changes.dholland2008-02-191-3/+3
|
* Don't use sprintf; use snprintf.dholland2008-02-191-3/+4
|
* Make this build with WARNS=4.dholland2008-01-281-6/+6
|
* fix typochristos2006-03-191-3/+3
|
* Coverity CID 1004: Fix NULL deref.christos2006-03-191-2/+4
|
* Remove uses of __P.jsm2004-01-271-3/+3
|
* 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.
* avoid C sequence point issues warned about by development version of gcc.cgd2001-01-161-4/+4
|
* Check for failure of malloc() and calloc() at various places in the games.jsm1999-09-091-2/+4
|
* Convert to something resembling KNF.simonb1999-08-211-31/+32
|
* WARNSifychristos1997-10-121-22/+34
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+211