]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
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...
2008-02-03 wizDocument -d.
2008-02-02 mattAdd a -d flag so that primes will print the difference...
2008-02-02 mattFix typo: sive -> sieve.
2008-01-31 dhollandPedanticism about time_t (not really a bug, but now...
2008-01-31 dhollandFix y2038 bug: time_t != int.
2008-01-28 dhollandMake the default WARNS for games 4. The only game that...
2008-01-28 dhollandbuild with WARNS=4
2008-01-28 dhollandMake hack build with WARNS=4.
2008-01-28 dhollandMake this build with WARNS=4 by not reusing names from...
2008-01-28 dhollandMake this build with WARNS=4 by not reusing names from...
2008-01-28 dhollandMake this build with WARNS=4.
2008-01-28 dhollandmake mille build with WARNS=4
2008-01-28 dhollandCall srandom() as well as initializing the private...
2008-01-28 dhollandLarn now builds with WARNS=4.
2008-01-28 dhollandApparently the reason the printf arguments were all...
2008-01-28 dhollandAdd gcc printf format checking, and fix the abundant...
2008-01-28 dhollandclean for WARNS=4
2008-01-28 dhollandWork around gcc signedness warning: if you check for...
2008-01-28 dhollandBuild with WARNS=4. Sort out the game's shadowing of...
2008-01-28 dhollandBuild with WARNS=4. (All fixes are cosmetic, except...
2008-01-28 dhollandBuild with WARNS=4.
2008-01-28 dhollandThis builds with WARNS=4; set it in the Makefile so...
2008-01-28 dhollandBuild with WARNS=4.
2008-01-25 heI'm guessing that there should be no space between...
next