summaryrefslogtreecommitdiffstats
path: root/monop
Commit message (Expand)AuthorAgeFilesLines
* Use PREFIX nowCameron Katri2021-03-281-2/+2
* Get all the games compiling for iOSCameron Katri2021-02-222-5/+15
* PR/49513 - Henning Petersen -- tyopjnemeth2014-12-291-3/+3
* PR/49513 - Henning Petersen -- tyopjnemeth2014-12-291-3/+3
* WARNS=5dholland2012-06-1914-126/+91
* handle EOF in inputahoka2011-12-012-7/+12
* Avoid undefined behavior, from Chris Spiegel in PR 43860.dholland2010-09-261-3/+3
* sprinkle staticdholland2009-08-123-21/+22
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
* Don't crash if we're asked to restore from /dev/null. (woops)dholland2008-02-241-2/+13
* Fix a bit more lint.dholland2008-02-243-12/+11
* Fix some more lint. (There's plenty to go around.)dholland2008-02-242-20/+22
* Don't cast the return value of calloc.dholland2008-02-241-3/+3
* fix some lintchristos2008-02-245-23/+18
* need errno.hchristos2008-02-241-2/+3
* Update for today's changes: 1-player games are not allowed, and cards.pckdholland2008-02-241-8/+3
* Fix the OpenBSD housing shortage code.dholland2008-02-241-43/+63
* ret_card(), which I moved earlier, was consequently filed under the wrongdholland2008-02-241-2/+4
* We do not need special code for pdp11. Also, because random() returns alldholland2008-02-241-26/+4
* Typo patroldholland2008-02-241-4/+5
* This file is also no longer used.dholland2008-02-241-122/+0
* Abolish the initdeck program and the weird little binary file it generates.dholland2008-02-246-391/+186
* Source files should be named *.c or *.h, not random other things.dholland2008-02-2421-402/+241
* Remove last traces of old save/load code. We no longer need a privatedholland2008-02-244-505/+5
* Sort out the memory leak fix properly.dholland2008-02-241-5/+3
* New save/load code. Related to (but not the same as) the new save/loaddholland2008-02-241-33/+501
* Fixes from OpenBSD.dholland2008-02-231-4/+10
* Fix from OpenBSD: don't say "1 houses".dholland2008-02-231-4/+5
* Bug fixes from OpenBSD:dholland2008-02-231-3/+7
* Bug fix: having $0 does not mean you need to mortgage something. Plus somedholland2008-02-231-18/+8
* More fixes from OpenBSD:dholland2008-02-231-20/+21
* Sanity fixes for input handling. Suggested by OpenBSD, but different code.dholland2008-02-231-19/+17
* A first stab at supporting the housing shortage rules. From OpenBSD.dholland2008-02-232-10/+94
* Don't increment booleans. From OpenBSDdholland2008-02-231-6/+6
* Sanity fixes for input buffer handling. From OpenBSDdholland2008-02-231-11/+7
* 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-232-7/+7
* Move ret_card() to cards.c, where it more rationally belongs. From OpenBSD.dholland2008-02-232-19/+19
* A few more whitespace/KNF. I keep hoping I've found them all...dholland2008-02-204-17/+14
* Add the sizes to the extern array declarations. This may not bedholland2008-02-201-6/+6
* Use random() rather than rand(). Suggested by diffing against OpenBSD.dholland2008-02-202-6/+7
* Remove unused swap() macro.dholland2008-02-201-6/+1
* Don't misuse random strings as printf formats, even where it's harmless.dholland2008-02-201-3/+3
* One more (hopefully the last) whitespace fix.dholland2008-02-191-3/+3
* getinp() no longer magically treats the prompt arg as a printf format, sodholland2008-02-191-3/+3
* Move function heading comments to something vaguely like the right place.dholland2008-02-191-7/+22
* KNF/whitespace nits. No functional changes.dholland2008-02-199-49/+53
* Fix bugs in debug printouts. From OpenBSD.dholland2008-02-191-8/+9
* Don't use sprintf; use snprintf.dholland2008-02-192-8/+10
* Don't use perror(); use err/warn instead.dholland2008-02-192-12/+9