]> git.cameronkatri.com Git - bsdgames-darwin.git/history - monop
cgram(6): use standard cursor keys, use standard shuffle algorithm
[bsdgames-darwin.git] / monop /
2014-12-29 jnemethPR/49513 - Henning Petersen -- tyop
2014-12-29 jnemethPR/49513 - Henning Petersen -- tyop
2012-06-19 dhollandWARNS=5
2011-12-01 ahokahandle EOF in input
2010-09-26 dhollandAvoid undefined behavior, from Chris Spiegel in PR...
2009-08-12 dhollandsprinkle static
2008-07-20 lukemRemove the \n and tabs from the __COPYRIGHT() strings.
2008-02-24 dhollandDon't crash if we're asked to restore from /dev/null...
2008-02-24 dhollandFix a bit more lint.
2008-02-24 dhollandFix some more lint. (There's plenty to go around.)
2008-02-24 dhollandDon't cast the return value of calloc.
2008-02-24 christosfix some lint
2008-02-24 christosneed errno.h
2008-02-24 dhollandUpdate for today's changes: 1-player games are not...
2008-02-24 dhollandFix the OpenBSD housing shortage code.
2008-02-24 dhollandret_card(), which I moved earlier, was consequently...
2008-02-24 dhollandWe do not need special code for pdp11. Also, because...
2008-02-24 dhollandTypo patrol
2008-02-24 dhollandThis file is also no longer used.
2008-02-24 dhollandAbolish the initdeck program and the weird little binar...
2008-02-24 dhollandSource files should be named *.c or *.h, not random...
2008-02-24 dhollandRemove last traces of old save/load code. We no longer...
2008-02-24 dhollandSort out the memory leak fix properly.
2008-02-24 dhollandNew save/load code. Related to (but not the same as...
2008-02-23 dhollandFixes from OpenBSD.
2008-02-23 dhollandFix from OpenBSD: don't say "1 houses".
2008-02-23 dhollandBug fixes from OpenBSD:
2008-02-23 dhollandBug fix: having $0 does not mean you need to mortgage...
2008-02-23 dhollandMore fixes from OpenBSD:
2008-02-23 dhollandSanity fixes for input handling. Suggested by OpenBSD...
2008-02-23 dhollandA first stab at supporting the housing shortage rules...
2008-02-23 dhollandDon't increment booleans. From OpenBSD
2008-02-23 dhollandSanity fixes for input buffer handling. From OpenBSD
2008-02-23 dhollandImprove the behavior of get-out-of-jail-free cards...
2008-02-23 dhollandRename ->last_card to ->top_card to match OpenBSD ...
2008-02-23 dhollandMove ret_card() to cards.c, where it more rationally...
2008-02-20 dhollandA few more whitespace/KNF. I keep hoping I've found...
2008-02-20 dhollandAdd the sizes to the extern array declarations. This...
2008-02-20 dhollandUse random() rather than rand(). Suggested by diffing...
2008-02-20 dhollandRemove unused swap() macro.
2008-02-20 dhollandDon't misuse random strings as printf formats, even...
2008-02-19 dhollandOne more (hopefully the last) whitespace fix.
2008-02-19 dhollandgetinp() no longer magically treats the prompt arg...
2008-02-19 dhollandMove function heading comments to something vaguely...
2008-02-19 dhollandKNF/whitespace nits. No functional changes.
2008-02-19 dhollandFix bugs in debug printouts. From OpenBSD.
2008-02-19 dhollandDon't use sprintf; use snprintf.
2008-02-19 dhollandDon't use perror(); use err/warn instead.
2008-02-19 dhollandFix capitalization of street names. from pjanzen@openbsd
2008-02-19 dhollandMore typo fixes
2008-02-19 dhollandFix formatting bug apparently introduced when the page...
2008-02-19 dhollandRemove transient thingy that wasn't supposed to see...
2008-02-19 dhollandFix (another) typo in comment
2008-02-19 dhollandFix typo in comment
2008-01-28 dhollandMake this build with WARNS=4.
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2007-11-17 dogcowA terrible kludge: don't compile/link malloc.c if arch...
2006-03-19 christosCoverity CID 998: Possible NULL pointer deref. Actually...
2006-03-19 christosfix typo
2006-03-19 christosCoverity CID 1004: Fix NULL deref.
2006-03-19 christosCoverity CID 1005: Fix NULL deref and incorrect variabl...
2006-01-20 eladbetter handle ^d in getinp(), so we dont loop endlessly.
2005-09-15 wizUse standard AUTHORS section header. From YOMURA Masano...
2004-12-14 nathanwConvert from libc/threadlib-style mutex protection...
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-01-27 jsmRemove uses of __P.
2004-01-26 jsmRename yn to yncoms to avoid conflict with GCC 3.4...
2003-11-16 lukemImprove how various "simple" host tools are built and...
2003-10-21 lukemRework how MAKEVERBOSE operates:
2003-10-19 lukemrework to use the newer _MKMSGCREATE (et al) macros
2003-10-19 lukemSupport MAKEVERBOSE. (Some host tools still generate...
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2003-06-27 wizQuote question mark.
2003-04-26 wizFix some nits, do not mark up i.e. too much. From jmc...
2003-04-21 christosPR/8247: Simon Burge: monop(6) save/restore doesn't...
2003-04-21 christosuse an sbrk() only malloc() because save and restore...
2003-01-06 wizinterrupt with two rs.
2002-09-26 wizLots of minor fixes resulting from reading these man...
2002-09-26 wizNew sentences begin on new lines.
2002-08-12 itojuncalloc() arg mistake. it's (nelem, size). from openbsd
2002-06-02 wizde-register
2002-03-05 thorpejNo need to reference .OBJDIR here.
2002-02-08 rossGenerate <>& symbolically. I'm avoiding .../dist/....
2001-09-18 wizGive initiali[sz]e all the "i"s it deserves.
2001-08-29 jsmInclude <time.h> for declarations the Single Unix Speci...
2001-07-22 wizseperate -> separate
2001-06-06 lukemfix building of cards.pck
2001-04-02 wizWhitespace and/or punctuation fixes.
2001-01-16 cgdavoid C sequence point issues warned about by developme...
2000-11-07 lukemremove unnecessary command name after .Nm
2000-07-31 simonbUse a local implementation of htonl() called h2nl(...
2000-07-10 itojunprintf() pedant - do not pass variable alone, use %s.
2000-05-17 hubertfFix typo, pointed out by seebs@plethora.net in PR bin...
2000-05-08 mycroftUse setgid(), not setregid().
2000-01-09 jsmUse err(1, NULL) and warn(NULL) for `out of memory...
1999-12-30 simonbDon't use <err.h>. Use ANSI prototypes (no dependance...
1999-09-30 jsmFix uses of namespaces reserved by ISO C or POSIX.1.
1999-09-12 jsmSecurity improvements for games (largely from or inspir...
1999-09-10 jsmCheck for write errors in auxiliary programs used durin...
1999-09-09 jsmCheck for failure of malloc() and calloc() at various...
next