| Age | Commit message (Expand) | Author |
| 2021-05-02 | games: remove trailing whitespace in *.c and *.h | rillig |
| 2020-02-08 | games/hack: Suppress -Werror=stringop-truncation error. | fox |
| 2020-02-07 | games/hack: Revert the strlcpy(1) change since this changes expected behavior... | fox |
| 2020-02-07 | games/hack: Fix -Wstringop-truncation warning. | fox |
| 2019-10-13 | introduce some common variables for use in GCC warning disables: | mrg |
| 2019-02-04 | - done() can return in wizard mode. don't NOTREACHED'd it | mrg |
| 2019-02-03 | - enlarge buffer to avoid snprintf() truncation | mrg |
| 2014-10-18 | 1) "It's its" | snj |
| 2012-06-19 | WARNS=5, and make WARNS=5 the default for src/games. | dholland |
| 2011-10-03 | Use tiparm instead of vtparm. | roy |
| 2011-09-01 | reinstate NULL cast by request, where the NULL was being passed as a vararg | plunky |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2011-08-27 | Mark error() as dead, so that validation for setclipped works correctly. | joerg |
| 2011-08-26 | Use __dead and __printflike instead of __attribute__. | dholland |
| 2011-08-24 | -Wno-shadow is no longer needed for HAVE_PCC, here | plunky |
| 2011-08-16 | - document non-literal format strings | christos |
| 2011-08-07 | Fix up some lint. | dholland |
| 2011-08-06 | Fix up still more casts; use NULL instead of (char *)0. | dholland |
| 2011-08-06 | Remove *another* set of useless casts. sheesh | dholland |
| 2011-08-06 | Remove more silly casts. | dholland |
| 2011-08-06 | drop private (and wrong) definition of NULL | dholland |
| 2011-08-06 | Use the right type for the malloc wrapper function, and don't cast the | dholland |
| 2011-08-06 | Remove silly casts. | dholland |
| 2011-08-06 | <sys/wait.h> is standard, so just use it instead of fiddling about with | dholland |
| 2011-08-06 | abolish references to index/rindex | dholland |
| 2011-08-06 | Remove the PYRAMID_BUG code. I don't think Pyramids are coming back, nor | dholland |
| 2011-08-06 | Don't refer to index() in comments; use strchr(). | dholland |
| 2011-07-20 | Include system headers before private headers. Avoids various possible | dholland |
| 2011-07-02 | include sys/time.h earlier (rather than implicitly via fcntl.h) so that | mrg |
| 2011-07-02 | rename a variable from "time" to "stime" (it's a string) | mrg |
| 2011-06-22 | apply some -Wno-error and/or -fno-strict-aliasing. | mrg |
| 2011-05-30 | Use consistent sign in compare, the function is only called with | joerg |
| 2011-05-23 | Correctly print variables as strings, not as format string. | joerg |
| 2010-02-03 | Userland now builds and uses terminfo instead of termcap. | roy |
| 2010-01-17 | Simplify alloc() to avoid ifdef(LINT) workaround. | wiz |
| 2009-08-12 | sprinkle static | dholland |
| 2009-06-29 | Fix two serious string-handling bugs (one exploitable, one probably | dholland |
| 2009-06-07 | a bit more const | dholland |
| 2009-06-07 | sprinkle some more const | dholland |
| 2009-06-07 | remove unnecessary casts | dholland |
| 2009-06-07 | sprintf -> snprintf, plus some use of strlcpy/strlcat where appropriate | dholland |
| 2009-06-07 | ANSIfy function declarations. All object file diffs inspected. | dholland |
| 2009-05-06 | Change getdate() to getdatestr() since the former maybe present on systems | ginsbach |
| 2009-01-18 | use %zu to print size_t | tnn |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-01-28 | Make hack build with WARNS=4. | dholland |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-01-17 | Update my previous commit to better match the original code, including | chuck |