summaryrefslogtreecommitdiff
path: root/games/hack
AgeCommit message (Collapse)Author
2002-05-31No dm -> games with high score files etc. must explicitly be setgid games.Paul Janzen
2002-05-23The troll strikes.. The troll strikes.. The dungeon master ↵Theo de Raadt
dies.distrib/sets/lists
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
2001-11-17fixes from mpech@prosoft.org.lvPaul Janzen
2001-09-19occured->occurred; from NetBSD via Mike Pechkin <mpech@prosoft.org.lv>.Paul Janzen
One of these was even in a string that got printed out.
2001-08-06Nothing but comments after #endif and #else; heko@iki.fiPaul Janzen
2001-06-06reorder sections, minor tidying; mpech@prosoft.org.lvPaul Janzen
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-04comment grammarTodd T. Fries
2001-01-04grammarTodd T. Fries
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-07-24printf() and %s pedantry, from itojun channelling kris@freebsdPaul Janzen
1999-08-16use O_* defines for open(2) flags and include fcntl.hTodd C. Miller
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-11-29Don't capitalize game names at the beginning of sentences.Paul Janzen
1998-08-11curses has its own delay_output() function, so use that instead of own ownTodd C. Miller
1998-07-26o Fix Y2K buffer overflow.imp
o Fix zero filling bug in all years % 100 < 10.
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-08-19bc is now le, don't ask me whykstailey
1997-07-23tabifykstailey
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-01Changes from NetBSD to compile games without warnings due to short beingDale S. Rahn
unsigned on some archs, PowerPC, ROMP.
1997-03-28Set umask so save files are writeable by hackThorsten Lockert
1997-03-28Log and score file needs to be group writeableThorsten Lockert
1997-01-17more r?index -> strr?chr changesTodd C. Miller
1997-01-17no need to link with -lcompatTodd C. Miller
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-03root NOT games.etheisen
1996-12-22proper gid revokeTheo de Raadt
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-10-26prefer $LOGNAME over $USER. fix strncpy() usage.Todd C. Miller
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
Depend on LIBTERMCAP and LIBTERMLIB as appropriate
1996-05-26fixed the "/* in comments" problem.fn
1996-03-09Rudimentary support for compilation in a cross environmentNiklas Hallqvist
Host tools will be compiled with HOSTCC instead of CC. Note, these are not complete in *any* way\!
1996-02-17From netbsd:Niklas Hallqvist
Removed "extern int errno"; Added #include <errno.h> if not already present.
1995-10-18initial import of NetBSD treeTheo de Raadt