History log of /netbsd-src/games/hack/hack.main.c (Results 1 – 17 of 17)
Revision Date Author Comments
# 2c0ecb1a 06-Aug-2011 dholland <dholland@NetBSD.org>

Fix up still more casts; use NULL instead of (char *)0.


# 57c13365 23-May-2011 joerg <joerg@NetBSD.org>

Correctly print variables as strings, not as format string.


# 98eb8895 03-Feb-2010 roy <roy@NetBSD.org>

Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@


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

sprinkle static


# 165c915b 29-Jun-2009 dholland <dholland@NetBSD.org>

Fix two serious string-handling bugs (one exploitable, one probably
exploitable) and also add proper checking/paranoia in several other
places.


# 907fca1b 07-Jun-2009 dholland <dholland@NetBSD.org>

sprintf -> snprintf, plus some use of strlcpy/strlcat where appropriate
XXX: there's still one sprintf left which will take some hacking to expunge.


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

ANSIfy function declarations. All object file diffs inspected.


# 3c439f43 28-Jan-2008 dholland <dholland@NetBSD.org>

Make hack build with WARNS=4.


# cb5fd834 27-Jan-2004 jsm <jsm@NetBSD.org>

Remove uses of __P.


# 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.


# 7fd8f3df 26-May-2002 wiz <wiz@NetBSD.org>

__STDC__ is always defined on NetBSD.


# ab8b6343 25-Mar-2001 jsm <jsm@NetBSD.org>

Make mostly gcc -W clean, and other cleanup:
Use const.
Add __noreturn__ attributes.
Add a __format__ attribute.
Add __unused__ attributes.
Use symbolic constants for open() and lseek().
Declare type

Make mostly gcc -W clean, and other cleanup:
Use const.
Add __noreturn__ attributes.
Add a __format__ attribute.
Add __unused__ attributes.
Use symbolic constants for open() and lseek().
Declare types of all function parameters; convert some function
definitions to ISO C form.
Ensure standard file descriptors are open on startup.
Check for errors writing output of makedefs.
Avoid duplicate definitions of variables.

show more ...


# f48d30b9 02-Mar-2000 kleink <kleink@NetBSD.org>

POSIX.2: Ignore a null PAGER as well.


# 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.


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

alloc.c


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

initial import of 386bsd-0.1 sources