]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
2011-08-17 dhollandMove some things around so declarations appear in a...
2011-08-16 dhollandUse __dead instead of __attribute__((__noreturn__)).
2011-08-16 christosdocument non-literal string formats
2011-08-16 christosavoid non-literal format string
2011-08-16 christoseliminate/document non-literal format strings
2011-08-16 christoseliminate non-literal format strings
2011-08-16 christosavoid non-literal format strings.
2011-08-16 christoskill homebrew error functions
2011-08-16 christosdocument non-literal format strings
2011-08-16 christos- document non-literal format strings
2011-08-07 dhollandFix up some lint.
2011-08-06 dhollandFix up still more casts; use NULL instead of (char...
2011-08-06 dhollandRemove *another* set of useless casts. sheesh
2011-08-06 dhollandRemove more silly casts.
2011-08-06 dhollanddrop private (and wrong) definition of NULL
2011-08-06 dhollandUse the right type for the malloc wrapper function...
2011-08-06 dhollandRemove silly casts.
2011-08-06 dholland<sys/wait.h> is standard, so just use it instead of...
2011-08-06 dhollandabolish references to index/rindex
2011-08-06 dhollandRemove the PYRAMID_BUG code. I don't think Pyramids...
2011-08-06 dhollandDon't refer to index() in comments; use strchr().
2011-07-20 dhollandInclude system headers before private headers. Avoids...
2011-07-03 mrgapply some -O0 with gcc 4.5 and vax.
2011-07-03 mrguse DBL_MIN from <float.h> instead of a hard coded...
2011-07-02 mrginclude sys/time.h earlier (rather than implicitly...
2011-07-02 mrgrename a variable from "time" to "stime" (it's a string)
2011-06-22 mrgapply some -Wno-error and/or -fno-strict-aliasing.
2011-05-30 joergUse consistent sign in compare, the function is only...
2011-05-23 joergMap RCSID to __RCSID
2011-05-23 joergANSIfy
2011-05-23 joergDon't use variables as format string.
2011-05-23 joergKill some pointer indirections. Don't use variables...
2011-05-23 joergANSIfy
2011-05-23 joerg#if 0 some unused code.
2011-05-23 joergDon't use variables as format string.
2011-05-23 joergCorrectly print variables as strings, not as format...
2011-05-23 joergProperly print string.
2011-05-23 joergDon't use variables as format strings.
2011-05-23 joergANSIfy
2011-05-23 joergDon't use strings from arrays as format string.
2011-05-23 joergDon't use return value of a function as format string.
2011-02-15 isBug fix: in a game with 26 planes, the last one to...
2011-01-24 dyoungFix spelling: it's *Jef* Raskin, not Jeff Raskin.
2011-01-05 dhollandavoid unnecessary cast (hi wiz)
2011-01-05 wizFix fd leak in error cases. Found by cppcheck.
2011-01-05 wizFix realloc error. Found by cppcheck.
2010-12-08 joergDon't use the same name for two parameters.
2010-12-08 joergUse __c99inline from sys/cdefs.h
2010-12-05 pgoyetteFix a few of the games to use getprogname() in their...
2010-12-05 pgoyetteSince this game is installed as 'boggle', fix the usage...
2010-11-25 pookaadd one i saw on irc today
2010-09-26 dhollandAvoid undefined behavior, from Chris Spiegel in PR...
2010-08-06 dhollandRework the game startup so it uses curses nicely. There...
2010-08-06 dhollandDon't define esc-[ as a custom key sequence because...
2010-05-29 dhollandFix some additional typos/grammar slips.
2010-05-29 dhollandFix dog-Latin. The plural of wumpus could be wumpi...
2010-05-15 joergFollow the Fundamental Theory of Algebra. Disallow...
2010-05-14 joerg\\ -> \e
2010-05-13 tnozakicast isblank(3)'s argument to unsigned char.
2010-04-28 drochnerrename pollard_pminus1->pollard_rho for consistency
2010-04-27 drochner-Fix an old bug in the "pollard" code: it gets its...
2010-04-24 dhollandDocument the options that actually exist, instead of...
2010-04-24 dhollandHandle the "diedtime" field of the player log (which...
2010-04-24 dhollandfflush the score file while signals are blocked to...
2010-04-22 drochnerfix an obvious flaw in bounds check: the array of preco...
2010-04-22 wizAdd backslash before a dash to get a minus.
2010-04-22 dhollandSync with reality. Bump date.
2010-04-04 christoshandle ctime returning NULL.
2010-04-02 christosctime can return NULL.
2010-04-02 christosfix typo.
2010-04-02 christoshandle ctime returning NULL.
2010-03-29 dhollandremove #ifdef SVR4
2010-03-29 dhollandSome improvements to the new UI.
2010-03-29 dhollandreorg for clarity and exposition.
2010-03-29 dhollandBetter user interface. From OpenBSD, written by Paul...
2010-03-29 dhollandSpell "versus" right.
2010-03-29 dhollandAllow saved game filenames up to PATH_MAX. From OpenBSD.
2010-03-29 dhollandfix quote markup, spotted in openbsd diffs
2010-03-29 dhollandFix typo. From OpenBSD.
2010-03-29 dhollandDon't exit(0) on failure. Use errx() instead of fprintf.
2010-03-22 mrgrename text() to wrtext(), aligning it with most other...
2010-02-16 dhollandLatin police: use proper conjugation.
2010-02-06 heWhen using -lcurses, you also need -lterminfo.
2010-02-03 royUserland now builds and uses terminfo instead of termcap.
2010-01-17 wizClose file when finished with it. Found by cppcheck.
2010-01-17 wizSimplify alloc() to avoid ifdef(LINT) workaround.
2010-01-17 wizClose two file descriptors after using them. Found...
2010-01-17 mbalmerThe default output file extension is '.dat', not '...
2010-01-15 joergUse .%U instead of .%O for URLs.
2010-01-03 dhollandChristos points out that usage should not use errx...
2010-01-01 wizNew sentence, new line.
2010-01-01 dhollandAdjust SYNOPSIS for cfscores to better match reality...
2010-01-01 dhollandSplit struct betinfo into its own header file so it...
2010-01-01 dhollandUse NULL instead of 0 for pointer tests. Remove an...
2010-01-01 dhollandSend error messages to stderr. Use errx/warnx, not...
2010-01-01 dhollandCorrect usage message.
2010-01-01 dhollandFix math notation, from PR 41547. While here, fix some...
2009-12-19 ahokaHide the cursor during the game.
2009-12-14 mattFix bad merge. (SUBDIR= != SUBDIR +=)
2009-12-14 uebayasiConditionalize some build directories by ${MKCXX}.
next