summaryrefslogtreecommitdiffstats
path: root/monop/cards.c
Commit message (Expand)AuthorAgeFilesLines
* Get all the games compiling for iOSCameron Katri2021-02-221-1/+1
* PR/49513 - Henning Petersen -- tyopjnemeth2014-12-291-3/+3
* PR/49513 - Henning Petersen -- tyopjnemeth2014-12-291-3/+3
* WARNS=5dholland2012-06-191-9/+6
* Avoid undefined behavior, from Chris Spiegel in PR 43860.dholland2010-09-261-3/+3
* fix some lintchristos2008-02-241-4/+4
* Abolish the initdeck program and the weird little binary file it generates.dholland2008-02-241-56/+168
* Source files should be named *.c or *.h, not random other things.dholland2008-02-241-3/+4
* Improve the behavior of get-out-of-jail-free cards by returning them todholland2008-02-231-5/+38
* Rename ->last_card to ->top_card to match OpenBSD (and also to makedholland2008-02-231-5/+5
* Move ret_card() to cards.c, where it more rationally belongs. From OpenBSD.dholland2008-02-231-2/+17
* KNF/whitespace nits. No functional changes.dholland2008-02-191-3/+3
* Don't use perror(); use err/warn instead.dholland2008-02-191-6/+4
* Make this build with WARNS=4.dholland2008-01-281-3/+3
* Remove uses of __P.jsm2004-01-271-4/+4
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* calloc() arg mistake. it's (nelem, size). from openbsditojun2002-08-121-3/+3
* Don't use <err.h>. Use ANSI prototypes (no dependance on the __P()simonb1999-12-301-3/+3
* Check for failure of malloc() and calloc() at various places in the games.jsm1999-09-091-2/+4
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-081-3/+3
* Add use of `const' where appropriate to the games.jsm1999-09-081-4/+4
* Convert to something resembling KNF.simonb1999-08-211-24/+27
* Instead of writing out a structure that contains pointers as the headersimonb1999-08-211-6/+20
* Add braces to make the new egcs happy.veego1998-08-301-3/+4
* WARNSifychristos1997-10-121-9/+20
* 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/+208