History log of /netbsd-src/games/hack/alloc.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 434d266e 06-Aug-2011 dholland <dholland@NetBSD.org>

Use the right type for the malloc wrapper function, and don't cast the
return value.

(XXX: Except for a pile of allocation macros that produce typed pointer
results; there the typechecking of the re

Use the right type for the malloc wrapper function, and don't cast the
return value.

(XXX: Except for a pile of allocation macros that produce typed pointer
results; there the typechecking of the result assignment is more valuable
than the warning if the alloc function isn't declared properly. These
macros should go away.)

show more ...


# 32b30fe6 17-Jan-2010 wiz <wiz@NetBSD.org>

Simplify alloc() to avoid ifdef(LINT) workaround.


# 9b92b189 12-Aug-2009 dholland <dholland@NetBSD.org>

sprinkle static


# 1fa8a9a6 07-Jun-2009 dholland <dholland@NetBSD.org>

ANSIfy function declarations. All object file diffs inspected.


# 1c7f94e5 02-Apr-2003 jsm <jsm@NetBSD.org>

Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason and
CWI <http://www.cwi.nl/~aeb/games/hack/hack.html>. Via OpenBSD.
Addresses part of PR bin/5850.


# 3ea4a95c 19-Oct-1997 christos <christos@NetBSD.org>

WARNsify...


# 42fb1b9d 23-Mar-1995 cgd <cgd@NetBSD.org>

merge with Lite, new RCS id conventions, etc.


# 210cab45 02-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources