summaryrefslogtreecommitdiff
path: root/games/larn/data.c
AgeCommit message (Collapse)Author
2000-06-29Prune some obsolete defines, in particular VT100. Eventually curses willPaul Janzen
replace termios. Use system-defined limits for path lengths and usernames. Use strlcpy() for convenience and to avoid a possible buffer overflow or two. Various small tweaks.
1999-05-30use standard isalpha() and isdigit(); check that screen is big enough;Paul Janzen
correct a typo, and fix up some man page paths.
1999-03-27Changes from FreeBSD: install score files, use random(), and be more carefulPaul Janzen
on exec.
1998-09-15NetBSD merge; also renamed some functions so as not to conflict with cursesPaul Janzen
1997-07-23tabifykstailey
1997-07-15gtime var -> gltime varTheo de Raadt
1997-04-01Changes from NetBSD to compile games without warnings due to short beingDale S. Rahn
unsigned on some archs, PowerPC, ROMP.
1995-10-18initial import of NetBSD treeTheo de Raadt