summaryrefslogtreecommitdiff
path: root/games/hangman/main.c
AgeCommit message (Expand)Author
2016-02-28Add back undocumented -h switch defaulting to usage().tb
2016-02-26- Remove -h and -? from getopt(3), they weren't documented on manpage anywaymestre
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre
2016-01-08add missing 'void'tb
2015-12-31Include only needed header files per each source filemestre
2015-12-25Declare usage() functions as __dead void, if they don't return, on games sect...mestre
2015-10-22Pledge "stdio rpath tty" for hangman(6).Doug Hogan
2015-02-07By popular demand, allow any ELF file to be passed to -d as a word list, inMiod Vallat
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-04-01Add a -k option to use the kernel symbols as the words file.Miod Vallat
2004-11-29ansi. ok deraadt@Jonathan Gray
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-05-31No dm -> no need to revoke setegid.Paul Janzen
1999-09-25Merge NetBSD changes (use const where appropriate; allow alternate wordlists).Paul Janzen
1999-04-20Don't allow guessed letters to wrap; closes PR800. Based on fix fromPaul Janzen
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalPaul Janzen
1996-12-22proper gid revokeTheo de Raadt
1996-12-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt