]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
2013-05-12 dhollandDon't expect fairings.
2013-02-17 pgoyetteFix same typo in the other file in which it occurs
2013-02-17 pgoyetteFix minor typo
2013-02-17 jmcneillrename target paper.${PRINTER} to paper.ps -- PRINTER...
2013-02-16 jmcneillWorkaround a toolchain issue by renaming the 'setup...
2013-02-16 jmcneillWorkaround a toolchain issue by renaming the 'setup...
2012-12-08 jnemethAdd some quotes by Henry Ford, found at:
2012-12-01 mbalmerFix misspelling of acceptible (it's only acceptable...
2012-11-22 mbalmerFix two quotes from "The Tao of Programming". From...
2012-11-20 absPR/47178 from Bug Hunting
2012-10-22 jakllschAttribute "The STAR WARS Song" to "Weird Al" Yankovic...
2012-10-13 dhollandPass -Wstrict-overflow
2012-10-13 dhollandPass -Wstrict-overflow; while here, use curses TRUE...
2012-10-13 dhollandPass -Wstrict-overflow... mostly.
2012-10-13 dhollandPass -Wstrict-overflow.
2012-10-13 dhollandPass -Wstrict-overflow, and while here, don't read...
2012-10-13 dhollandFactor out some common code; pass -Wstrict-overflow.
2012-10-13 dhollandPass -Wstrict-overflow.
2012-10-13 dhollandMove scratch variables of main to main, instead of...
2012-10-13 dhollandAdd strategic assertion, now passes -Wstrict-overflow.
2012-10-13 dhollandRemove ifdefs for V7 (as opposed to older) unix.
2012-10-13 dhollandPass the move info around instead of using it as a...
2012-10-13 dhollandCrack down on global variables with single-letter names.
2012-10-12 dhollandfix previous, thanks asau@
2012-10-12 dhollandDon't use ++ to set flags to true. Now passes -Wstrict...
2012-10-12 dhollandPass -Wstrict-overflow.
2012-10-06 christosif 0 is used for the dimensions, compute the maximum...
2012-10-03 wizBump date for previous.
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)
next