]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
2009-03-11 joergFix markup
2009-03-11 joergFix preamble
2009-03-11 joergFix markup
2009-03-09 dhollandsprintf -> snprintf
2009-03-02 dhollandMove HISTORY to proper place.
2009-03-02 dhollandEdit. Sync with reality, at least partway. Bump date.
2009-03-02 wizSort options. End sentence with a dot.
2009-03-02 dhollandmdocify. Partly merged from OpenBSD. Not by any means...
2009-03-02 dhollandMore fixes from OpenBSD: use err instead of perror...
2009-03-02 dhollandCheck for failure of fgets when reading the captain...
2009-03-02 dhollandUse errx() to send fatal error messages. From OpenBSD.
2009-03-02 dhollandUse errx/warnx instead of printing to stderr. From...
2009-03-02 dhollandUse err(3) and errx(3), not perror and fprintf to stder...
2009-03-02 dhollandBraces around a nested if, for clarity; suggested by...
2009-01-18 dhollandFix bogus conditional caught by today's make. It looks...
2009-01-18 tnnuse %zu to print size_t
2009-01-18 lukemfix -Wsign-compare issues
2008-12-02 wizFix fiance/fiancee confusion. Fix another typo.
2008-12-02 wizFix insure -> ensure confusion. From Jason McIntyre...
2008-11-14 christosPR/39923: Valery Ushakov: trek(6) can spin, consuming...
2008-10-30 mrgmore MKSHARE == no fixes:
2008-10-19 apbUse uint32_t and include <stdint.h>, instead of using...
2008-09-29 agcMake this build on Mac OS X.
2008-09-26 apbInstall unstr:
2008-09-26 apbBuild strfile both as a host tool and as an installed...
2008-09-26 apbMake this pass WARNS=4:
2008-08-29 gmcgarryBoth legs of the conditional operator must return the...
2008-08-29 gmcgarryWrap compiler-specific flags with HAVE_GCC and HAVE_PCC...
2008-08-08 drochnerif initscr() fails, exit with a message rather than...
2008-07-21 lukemRemove the \n and tabs from the __COPYRIGHT() strings.
2008-07-20 lukemRemove the \n and tabs from the __COPYRIGHT() strings.
2008-07-13 dhollandClarify how one is supposed to use the pointers returne...
2008-07-12 gmcgarryAdd test for HAVE_PCC with HAVE_GCC which turn off...
2008-05-29 mrgremove clause #3 from my license where there are no...
2008-05-08 wiz2-clause my license.
2008-05-03 lukemRename MKPRIVATELIB to LIBISPRIVATE, to make it clearer...
2008-04-28 martinRemove clause 3 and 4 from TNF licenses
2008-03-25 wizFix a tip: use pkg_info, not pkg_add to find out which...
2008-03-23 jmmvAdd a tip explaining how to run the tests in /usr/tests.
2008-03-22 reedIn example, change dd count size and also chmod so...
2008-03-21 reedAdd five more tips.
2008-03-21 reedAdd "netbsd-tips" fortune database with 23 initial...
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-02-19 dhollandSplit some code from moreobj.c into action.c, as per...
2008-02-15 heTypo correction: s/than/that/ in one instance.
2008-02-04 dhollandMore assorted cleanup merged from larn 12.2.
2008-02-03 dhollandOnce upon a time, larn 12.0 had functions named getchar...
2008-02-03 dhollandDon't create files mode 666 in /var. (The code in quest...
2008-02-03 dhollandLarn does not need its own private versions of function...
2008-02-03 dhollandA long time ago, larn had code to prohibit playing...
2008-02-03 dhollandSome assorted minor cleanups, from larn 12.2.
2008-02-03 dhollandMake a bunch of functions static. Merged from larn...
2008-02-03 dhollandUse mkstemp to make the temporary files used when you...
2008-02-03 dhollandSince games are (now) setgid, not setuid, it is no...
next