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