]> git.cameronkatri.com Git - bsdgames-darwin.git/history - hack
Remove the smap.* files
[bsdgames-darwin.git] / hack /
2020-02-08 foxgames/hack: Suppress -Werror=stringop-truncation error.
2020-02-07 foxgames/hack: Revert the strlcpy(1) change since this...
2020-02-07 foxgames/hack: Fix -Wstringop-truncation warning.
2019-10-13 mrgintroduce some common variables for use in GCC warning...
2019-02-04 mrg- done() can return in wizard mode. don't NOTREACHED...
2019-02-03 mrg- enlarge buffer to avoid snprintf() truncation
2014-10-18 snj1) "It's its"
2012-06-19 dhollandWARNS=5, and make WARNS=5 the default for src/games.
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-27 joergMark error() as dead, so that validation for setclipped...
2011-08-26 dhollandUse __dead and __printflike instead of __attribute__.
2011-08-24 plunky-Wno-shadow is no longer needed for HAVE_PCC, here
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-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 joergCorrectly print variables as strings, not as format...
2010-02-03 royUserland now builds and uses terminfo instead of termcap.
2010-01-17 wizSimplify alloc() to avoid ifdef(LINT) workaround.
2009-08-12 dhollandsprinkle static
2009-06-29 dhollandFix two serious string-handling bugs (one exploitable...
2009-06-07 dhollanda bit more const
2009-06-07 dhollandsprinkle some more const
2009-06-07 dhollandremove unnecessary casts
2009-06-07 dhollandsprintf -> snprintf, plus some use of strlcpy/strlcat...
2009-06-07 dhollandANSIfy function declarations. All object file diffs...
2009-05-06 ginsbachChange getdate() to getdatestr() since the former maybe...
2009-01-18 tnnuse %zu to print size_t
2009-01-18 lukemfix -Wsign-compare issues
2008-08-29 gmcgarryWrap compiler-specific flags with HAVE_GCC and HAVE_PCC...
2008-04-28 martinRemove clause 3 and 4 from TNF licenses
2008-01-28 dhollandMake hack build with WARNS=4.
2007-12-15 perryconvert __attribute__s to applicable cdefs.h macros
2007-01-17 chuckUpdate my previous commit to better match the original...
2007-01-17 chuckmrg's changes in 1.13 broke hack's display code.
2006-11-24 wizs/independant/independent/, from Zafer.
2006-11-24 christosfix spelling of accommodate; from Zapher.
2006-05-13 christosCoverity CID 3382: Fix memory leak.
2006-05-13 christosCoverity CID 3383: Fix memory leak.
2006-05-11 mrgUC, PC and BC are provided my libtermcap, don't duplica...
2006-04-24 christosCoverity CID 3032: Prevent double free: Next to the...
2006-04-02 christosCoverity CID 2791: Fix file pointer leak.
2006-03-30 jnemethCoverity CID 1327: check for error return
2006-03-30 jnemethBah! Compare, don't assign!
2006-03-30 jnemethCoverity CID 1328: check for error return
2006-03-30 jnemethCoverity CID 1326: check for error return
2006-03-29 jnemethFix Coverity issue 891 -- FORWARD_NULL.
2006-03-29 jnemethFix Coverity issues 2366 and 2365 -- REVERSE_INULL.
2006-03-29 jnemethFix Coverity issue 2584 -- USE_AFTER_FREE and issue...
2006-02-25 simonbChange DPADD from LIBTERM (which doesn't exist) and...
2005-09-15 wizUse standard AUTHORS section header. From YOMURA Masano...
2004-11-05 dslAdd (unsigned char) cast to ctype functions
2004-06-01 wizGrammar fix, from ray at raylai org via jmc@openbsd.
2004-03-28 snjs/feal/feel/
2004-03-28 snjs/venomenous/venomous/
2004-01-27 jsmRemove uses of __P.
2004-01-01 jsmRefer to 'O' rather than 'o' as command to set options...
2003-11-16 lukemImprove how various "simple" host tools are built and...
2003-10-21 lukemRework how MAKEVERBOSE operates:
2003-10-19 lukemrework to use the newer _MKMSGCREATE (et al) macros
2003-10-19 lukemSupport MAKEVERBOSE. (Some host tools still generate...
2003-08-07 agcMove UCB-licensed code from 4-clause to 3-clause licence.
2003-08-01 lukemRework how dependency generation is performed:
2003-07-31 lukemsimplify and use ${DEPENDSRCS} as a target as appropriate
2003-06-27 wizQuote question mark.
2003-04-02 jsmHack is now BSD-licensed. Thanks to Andries Brouwer...
2003-02-25 wiz.Nm does not need a dummy argument ("") before punctuat...
2002-12-15 pookafix confusion between east and west for y,u,b, and n.
2002-09-26 wizLots of minor fixes resulting from reading these man...
2002-09-26 wizNew sentences begin on new lines.
2002-08-22 chuckshops are only supposed to have 1 door (as per standard...
2002-05-26 wiz__STDC__ is always defined on NetBSD.
2002-03-05 thorpejNo need to reference .OBJDIR here.
2002-02-09 lukemuse ${INSTALL_FILE} as appropriate
2002-02-08 rossGenerate <>& symbolically. I'm avoiding .../dist/....
2001-11-02 christosUpdate to the new t_agetstr() API.
2001-09-16 wizSpell 'occurred' with two 'r's.
2001-04-02 wizWhitespace and/or punctuation fixes.
2001-03-25 jsmMake mostly gcc -W clean, and other cleanup:
2001-02-05 christosfix redundant decls and nested externs. while I am...
2001-01-16 cgdcomment or delete text after CPP directives.
2000-11-07 lukemremove unnecessary command name after .Nm
2000-09-23 simonbUse ${COPY} instead of -c for ${INSTALL} commands.
2000-07-31 simonbDon't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros...
2000-07-10 itojunprintf() pedant - do not pass variable alone, use %s.
next