]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
2012-10-03 wiz- improve wording and overall program description ...
2012-10-03 wiz- correct `usage' message;
2012-10-03 riastradhAdd a remarkably percipient fortune cookie.
2012-10-03 riastradhFix formatting of Churchill quote on declarations of...
2012-08-12 wiz- improve wording
2012-08-04 jdfsrc/games/fortune/fortune/fortune.6:
2012-06-19 dhollandWARNS=5, and make WARNS=5 the default for src/games.
2012-06-19 dhollandWARNS=5
2012-06-19 dhollandWARNS=5
2012-06-19 dhollandTypo. Reported by I-forget-who-but-they'd-probably...
2012-06-15 joergRemove unused fields
2012-06-09 njolyConsistently use major/minor for NetBSD version.
2012-06-09 martinAdd missing terminfo
2012-06-06 christosrcsid, warns
2012-06-06 wizSort sections; remove trailing whitespace.
2012-06-06 christosadd colorbars
2012-06-06 christosnew colorbars program from Nathanial Sloss
2012-06-05 riastradhAttribute the `Consequences, Schmonsequences...' quote...
2012-04-26 christosuse modern shell constructs
2012-04-26 jschaumaallow multiple '-f acronyms' arguments to be given...
2012-04-21 royAdd capfile(5) to describe the termcap format.
2012-02-29 joergFix various format string mismatches.
2012-02-26 wizMan page and usage cleanups from Bug Hunting in PR...
2012-02-18 mattFix conflicting variable definitions
2012-01-16 christosPR/45842: Henning Petersen: compare fgets with NULL...
2012-01-08 dhollandgrumble.
2012-01-08 dhollandOops, I forgot to actually implement the checksumming...
2012-01-07 dhollandRedo save file handling. The old save files were unport...
2012-01-07 dhollandMake this not crash on machines that are (a) 64 bit...
2011-12-06 jakllschPer [1] the speed of light in a vaccum is exactly 29979...
2011-12-01 ahokahandle EOF in input
2011-11-19 jnemethgrammar fix
2011-11-09 drochnerremove duplicated #defines (in a usually unused part...
2011-10-03 royUse tiparm instead of vtparm.
2011-09-01 plunkyreinstate NULL cast by request, where the NULL was...
2011-08-31 plunkyNULL does not need a cast
2011-08-30 jakllschNo need to cast double to ubig (aka uintmax_t) through...
2011-08-29 joergUse __dead
2011-08-27 joergMark error() as dead, so that validation for setclipped...
2011-08-26 tronAvoid non-literal format strings.
2011-08-26 dhollandUse __dead and __printflike instead of __attribute__.
2011-08-25 christosadd printf attributes.
2011-08-25 joergUses non-literal format strings
2011-08-24 plunky-Wno-shadow is no longer needed for HAVE_PCC, here
2011-08-21 christosuse const char [] for format.
2011-08-17 dhollandRemove redundant set of prototypes for local functions...
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...
next