summaryrefslogtreecommitdiffstats
path: root/hack/hack.end.c
Commit message (Expand)AuthorAgeFilesLines
* games/hack: Revert the strlcpy(1) change since this changes expected behavior...fox2020-02-071-3/+3
* games/hack: Fix -Wstringop-truncation warning.fox2020-02-071-3/+3
* Fix up still more casts; use NULL instead of (char *)0.dholland2011-08-061-3/+3
* Remove more silly casts.dholland2011-08-061-3/+3
* Use the right type for the malloc wrapper function, and don't cast thedholland2011-08-061-3/+3
* Userland now builds and uses terminfo instead of termcap.roy2010-02-031-3/+3
* sprinkle staticdholland2009-08-121-12/+22
* sprintf -> snprintf, plus some use of strlcpy/strlcat where appropriatedholland2009-06-071-43/+79
* ANSIfy function declarations. All object file diffs inspected.dholland2009-06-071-29/+17
* Change getdate() to getdatestr() since the former maybe present on systemsginsbach2009-05-061-3/+3
* Make hack build with WARNS=4.dholland2008-01-281-13/+15
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-4/+4
* Coverity CID 3382: Fix memory leak.christos2006-05-131-2/+3
* Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason andjsm2003-04-021-3/+60
* Make mostly gcc -W clean, and other cleanup:jsm2001-03-251-11/+10
* WARNsify...christos1997-10-191-394/+481
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-1/+1
* alloc.cmycroft1993-08-021-2/+7
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+642