2019-10-13 |
mrg | introduce some common variables for use in GCC warning... |
tree | commitdiff |
2019-02-04 |
mrg | - done() can return in wizard mode. don't NOTREACHED... |
tree | commitdiff |
2019-02-03 |
mrg | - enlarge buffer to avoid snprintf() truncation |
tree | commitdiff |
2014-10-18 |
snj | 1) "It's its" |
tree | commitdiff |
2012-06-19 |
dholland | WARNS=5, and make WARNS=5 the default for src/games. |
tree | commitdiff |
2011-10-03 |
roy | Use tiparm instead of vtparm. |
tree | commitdiff |
2011-09-01 |
plunky | reinstate NULL cast by request, where the NULL was... |
tree | commitdiff |
2011-08-31 |
plunky | NULL does not need a cast |
tree | commitdiff |
2011-08-27 |
joerg | Mark error() as dead, so that validation for setclipped... |
tree | commitdiff |
2011-08-26 |
dholland | Use __dead and __printflike instead of __attribute__. |
tree | commitdiff |
2011-08-24 |
plunky | -Wno-shadow is no longer needed for HAVE_PCC, here |
tree | commitdiff |
2011-08-16 |
christos | - document non-literal format strings |
tree | commitdiff |
2011-08-07 |
dholland | Fix up some lint. |
tree | commitdiff |
2011-08-06 |
dholland | Fix up still more casts; use NULL instead of (char... |
tree | commitdiff |
2011-08-06 |
dholland | Remove *another* set of useless casts. sheesh |
tree | commitdiff |
2011-08-06 |
dholland | Remove more silly casts. |
tree | commitdiff |
2011-08-06 |
dholland | drop private (and wrong) definition of NULL |
tree | commitdiff |
2011-08-06 |
dholland | Use the right type for the malloc wrapper function... |
tree | commitdiff |
2011-08-06 |
dholland | Remove silly casts. |
tree | commitdiff |
2011-08-06 |
dholland | <sys/wait.h> is standard, so just use it instead of... |
tree | commitdiff |
2011-08-06 |
dholland | abolish references to index/rindex |
tree | commitdiff |
2011-08-06 |
dholland | Remove the PYRAMID_BUG code. I don't think Pyramids... |
tree | commitdiff |
2011-08-06 |
dholland | Don't refer to index() in comments; use strchr(). |
tree | commitdiff |
2011-07-20 |
dholland | Include system headers before private headers. Avoids... |
tree | commitdiff |
2011-07-02 |
mrg | include sys/time.h earlier (rather than implicitly... |
tree | commitdiff |
2011-07-02 |
mrg | rename a variable from "time" to "stime" (it's a string) |
tree | commitdiff |
2011-06-22 |
mrg | apply some -Wno-error and/or -fno-strict-aliasing. |
tree | commitdiff |
2011-05-30 |
joerg | Use consistent sign in compare, the function is only... |
tree | commitdiff |
2011-05-23 |
joerg | Correctly print variables as strings, not as format... |
tree | commitdiff |
2010-02-03 |
roy | Userland now builds and uses terminfo instead of termcap. |
tree | commitdiff |
2010-01-17 |
wiz | Simplify alloc() to avoid ifdef(LINT) workaround. |
tree | commitdiff |
2009-08-12 |
dholland | sprinkle static |
tree | commitdiff |
2009-06-29 |
dholland | Fix two serious string-handling bugs (one exploitable... |
tree | commitdiff |
2009-06-07 |
dholland | a bit more const |
tree | commitdiff |
2009-06-07 |
dholland | sprinkle some more const |
tree | commitdiff |
2009-06-07 |
dholland | remove unnecessary casts |
tree | commitdiff |
2009-06-07 |
dholland | sprintf -> snprintf, plus some use of strlcpy/strlcat... |
tree | commitdiff |
2009-06-07 |
dholland | ANSIfy function declarations. All object file diffs... |
tree | commitdiff |
2009-05-06 |
ginsbach | Change getdate() to getdatestr() since the former maybe... |
tree | commitdiff |
2009-01-18 |
tnn | use %zu to print size_t |
tree | commitdiff |
2009-01-18 |
lukem | fix -Wsign-compare issues |
tree | commitdiff |
2008-08-29 |
gmcgarry | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC... |
tree | commitdiff |
2008-04-28 |
martin | Remove clause 3 and 4 from TNF licenses |
tree | commitdiff |
2008-01-28 |
dholland | Make hack build with WARNS=4. |
tree | commitdiff |
2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
tree | commitdiff |
2007-01-17 |
chuck | Update my previous commit to better match the original... |
tree | commitdiff |
2007-01-17 |
chuck | mrg's changes in 1.13 broke hack's display code. |
tree | commitdiff |
2006-11-24 |
wiz | s/independant/independent/, from Zafer. |
tree | commitdiff |
2006-11-24 |
christos | fix spelling of accommodate; from Zapher. |
tree | commitdiff |
2006-05-13 |
christos | Coverity CID 3382: Fix memory leak. |
tree | commitdiff |
2006-05-13 |
christos | Coverity CID 3383: Fix memory leak. |
tree | commitdiff |
2006-05-11 |
mrg | UC, PC and BC are provided my libtermcap, don't duplica... |
tree | commitdiff |
2006-04-24 |
christos | Coverity CID 3032: Prevent double free: Next to the... |
tree | commitdiff |
2006-04-02 |
christos | Coverity CID 2791: Fix file pointer leak. |
tree | commitdiff |
2006-03-30 |
jnemeth | Coverity CID 1327: check for error return |
tree | commitdiff |
2006-03-30 |
jnemeth | Bah! Compare, don't assign! |
tree | commitdiff |
2006-03-30 |
jnemeth | Coverity CID 1328: check for error return |
tree | commitdiff |
2006-03-30 |
jnemeth | Coverity CID 1326: check for error return |
tree | commitdiff |
2006-03-29 |
jnemeth | Fix Coverity issue 891 -- FORWARD_NULL. |
tree | commitdiff |
2006-03-29 |
jnemeth | Fix Coverity issues 2366 and 2365 -- REVERSE_INULL. |
tree | commitdiff |
2006-03-29 |
jnemeth | Fix Coverity issue 2584 -- USE_AFTER_FREE and issue... |
tree | commitdiff |
2006-02-25 |
simonb | Change DPADD from LIBTERM (which doesn't exist) and... |
tree | commitdiff |
2005-09-15 |
wiz | Use standard AUTHORS section header. From YOMURA Masano... |
tree | commitdiff |
2004-11-05 |
dsl | Add (unsigned char) cast to ctype functions |
tree | commitdiff |
2004-06-01 |
wiz | Grammar fix, from ray at raylai org via jmc@openbsd. |
tree | commitdiff |
2004-03-28 |
snj | s/feal/feel/ |
tree | commitdiff |
2004-03-28 |
snj | s/venomenous/venomous/ |
tree | commitdiff |
2004-01-27 |
jsm | Remove uses of __P. |
tree | commitdiff |
2004-01-01 |
jsm | Refer to 'O' rather than 'o' as command to set options... |
tree | commitdiff |
2003-11-16 |
lukem | Improve how various "simple" host tools are built and... |
tree | commitdiff |
2003-10-21 |
lukem | Rework how MAKEVERBOSE operates: |
tree | commitdiff |
2003-10-19 |
lukem | rework to use the newer _MKMSGCREATE (et al) macros |
tree | commitdiff |
2003-10-19 |
lukem | Support MAKEVERBOSE. (Some host tools still generate... |
tree | commitdiff |
2003-08-07 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence. |
tree | commitdiff |
2003-08-01 |
lukem | Rework how dependency generation is performed: |
tree | commitdiff |
2003-07-31 |
lukem | simplify and use ${DEPENDSRCS} as a target as appropriate |
tree | commitdiff |
2003-06-27 |
wiz | Quote question mark. |
tree | commitdiff |
2003-04-02 |
jsm | Hack is now BSD-licensed. Thanks to Andries Brouwer... |
tree | commitdiff |
2003-02-25 |
wiz | .Nm does not need a dummy argument ("") before punctuat... |
tree | commitdiff |
2002-12-15 |
pooka | fix confusion between east and west for y,u,b, and n. |
tree | commitdiff |
2002-09-26 |
wiz | Lots of minor fixes resulting from reading these man... |
tree | commitdiff |
2002-09-26 |
wiz | New sentences begin on new lines. |
tree | commitdiff |
2002-08-22 |
chuck | shops are only supposed to have 1 door (as per standard... |
tree | commitdiff |
2002-05-26 |
wiz | __STDC__ is always defined on NetBSD. |
tree | commitdiff |
2002-03-05 |
thorpej | No need to reference .OBJDIR here. |
tree | commitdiff |
2002-02-09 |
lukem | use ${INSTALL_FILE} as appropriate |
tree | commitdiff |
2002-02-08 |
ross | Generate <>& symbolically. I'm avoiding .../dist/.... |
tree | commitdiff |
2001-11-02 |
christos | Update to the new t_agetstr() API. |
tree | commitdiff |
2001-09-16 |
wiz | Spell 'occurred' with two 'r's. |
tree | commitdiff |
2001-04-02 |
wiz | Whitespace and/or punctuation fixes. |
tree | commitdiff |
2001-03-25 |
jsm | Make mostly gcc -W clean, and other cleanup: |
tree | commitdiff |
2001-02-05 |
christos | fix redundant decls and nested externs. while I am... |
tree | commitdiff |
2001-01-16 |
cgd | comment or delete text after CPP directives. |
tree | commitdiff |
2000-11-07 |
lukem | remove unnecessary command name after .Nm |
tree | commitdiff |
2000-09-23 |
simonb | Use ${COPY} instead of -c for ${INSTALL} commands. |
tree | commitdiff |
2000-07-31 |
simonb | Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros... |
tree | commitdiff |
2000-07-10 |
itojun | printf() pedant - do not pass variable alone, use %s. |
tree | commitdiff |
2000-07-03 |
matt | More include additions for exit, abs, strcmp, etc. |
tree | commitdiff |
2000-05-20 |
blymn | * Fix termcap handling to use the new interface to... |
tree | commitdiff |
2000-03-02 |
kleink | POSIX.2: Ignore a null PAGER as well. |
tree | commitdiff |
next |