| Age | Commit message (Expand) | Author |
| 2012-06-19 | WARNS=5 | dholland |
| 2011-12-01 | handle EOF in input | ahoka |
| 2010-09-26 | Avoid undefined behavior, from Chris Spiegel in PR 43860. | dholland |
| 2009-08-12 | sprinkle static | dholland |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-02-24 | Don't crash if we're asked to restore from /dev/null. (woops) | dholland |
| 2008-02-24 | Fix a bit more lint. | dholland |
| 2008-02-24 | Fix some more lint. (There's plenty to go around.) | dholland |
| 2008-02-24 | Don't cast the return value of calloc. | dholland |
| 2008-02-24 | fix some lint | christos |
| 2008-02-24 | need errno.h | christos |
| 2008-02-24 | Update for today's changes: 1-player games are not allowed, and cards.pck | dholland |
| 2008-02-24 | Fix the OpenBSD housing shortage code. | dholland |
| 2008-02-24 | ret_card(), which I moved earlier, was consequently filed under the wrong | dholland |
| 2008-02-24 | We do not need special code for pdp11. Also, because random() returns all | dholland |
| 2008-02-24 | Typo patrol | dholland |
| 2008-02-24 | This file is also no longer used. | dholland |
| 2008-02-24 | Abolish the initdeck program and the weird little binary file it generates. | dholland |
| 2008-02-24 | Source files should be named *.c or *.h, not random other things. | dholland |
| 2008-02-24 | Remove last traces of old save/load code. We no longer need a private | dholland |
| 2008-02-24 | Sort out the memory leak fix properly. | dholland |
| 2008-02-24 | New save/load code. Related to (but not the same as) the new save/load | dholland |
| 2008-02-23 | Fixes from OpenBSD. | dholland |
| 2008-02-23 | Fix from OpenBSD: don't say "1 houses". | dholland |
| 2008-02-23 | Bug fixes from OpenBSD: | dholland |
| 2008-02-23 | Bug fix: having $0 does not mean you need to mortgage something. Plus some | dholland |
| 2008-02-23 | More fixes from OpenBSD: | dholland |
| 2008-02-23 | Sanity fixes for input handling. Suggested by OpenBSD, but different code. | dholland |
| 2008-02-23 | A first stab at supporting the housing shortage rules. From OpenBSD. | dholland |
| 2008-02-23 | Don't increment booleans. From OpenBSD | dholland |
| 2008-02-23 | Sanity fixes for input buffer handling. From OpenBSD | dholland |
| 2008-02-23 | Improve the behavior of get-out-of-jail-free cards by returning them to | dholland |
| 2008-02-23 | Rename ->last_card to ->top_card to match OpenBSD (and also to make | dholland |
| 2008-02-23 | Move ret_card() to cards.c, where it more rationally belongs. From OpenBSD. | dholland |
| 2008-02-20 | A few more whitespace/KNF. I keep hoping I've found them all... | dholland |
| 2008-02-20 | Add the sizes to the extern array declarations. This may not be | dholland |
| 2008-02-20 | Use random() rather than rand(). Suggested by diffing against OpenBSD. | dholland |
| 2008-02-20 | Remove unused swap() macro. | dholland |
| 2008-02-20 | Don't misuse random strings as printf formats, even where it's harmless. | dholland |
| 2008-02-19 | One more (hopefully the last) whitespace fix. | dholland |
| 2008-02-19 | getinp() no longer magically treats the prompt arg as a printf format, so | dholland |
| 2008-02-19 | Move function heading comments to something vaguely like the right place. | dholland |
| 2008-02-19 | KNF/whitespace nits. No functional changes. | dholland |
| 2008-02-19 | Fix bugs in debug printouts. From OpenBSD. | dholland |
| 2008-02-19 | Don't use sprintf; use snprintf. | dholland |
| 2008-02-19 | Don't use perror(); use err/warn instead. | dholland |
| 2008-02-19 | Fix capitalization of street names. from pjanzen@openbsd | dholland |
| 2008-02-19 | More typo fixes | dholland |
| 2008-02-19 | Fix formatting bug apparently introduced when the page was mdoc'd. (Had | dholland |
| 2008-02-19 | Remove transient thingy that wasn't supposed to see the light of day, and | dholland |