History log of /openbsd/games/hack/hack.mon.c (Results 1 – 11 of 11)
Revision Date Author Comments
# aed906e4 09-Jan-2016 mestre <mestre@openbsd.org>

This diff is rather large, but it's just simply removing unnecessary headers
, remove some lint-style comments, add missing void to functions without args,
also some function prototypes (extern) were

This diff is rather large, but it's just simply removing unnecessary headers
, remove some lint-style comments, add missing void to functions without args,
also some function prototypes (extern) were missing their args, so I added them
as they were defined in hack.h

OK tb@ on separate diffs

show more ...


# ebf3d589 11-Mar-2014 guenther <guenther@openbsd.org>

Match bwrite()'s prototype with write()'s, zapping a lint comment
Delete casts to char* of arguments to bwrite() and free()


# be932af2 11-Mar-2014 guenther <guenther@openbsd.org>

lint is dead (long live the lint!)


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

show more ...


# 4a5fbbc4 19-May-2003 pjanzen <pjanzen@openbsd.org>

De-register, ANSIfy, clean up.


# d25013f2 16-Mar-2003 camield <camield@openbsd.org>

hack is free

Thanks to Andries Brouwer, Jay Fenlason and the folks at CWI for their
efforts.

http://www.cwi.nl/~aeb/games/hack/hack.html

ok deraadt@


# 54da88e4 06-Aug-2001 pjanzen <pjanzen@openbsd.org>

Nothing but comments after #endif and #else; heko@iki.fi


# d0b779f3 28-Jan-2001 niklas <niklas@openbsd.org>

$OpenBSD$


# 180acc8f 17-Jan-1997 millert <millert@openbsd.org>

r?index -> strr?chr


# db690800 26-May-1996 fn <fn@openbsd.org>

fixed the "/* in comments" problem.


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree