summaryrefslogtreecommitdiffstats
path: root/games/hangman/setup.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-31Include only needed header files per each source filemestre1-3/+7
2015-02-07By popular demand, allow any ELF file to be passed to -d as a word list, inmiod1-4/+8
2013-08-29replace srandomdev()+random() with the arc4random*() familynaddy1-2/+1
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-9/+1
2008-04-01Add a -k option to use the kernel symbols as the words file.miod1-7/+14
2004-11-29ansi. ok deraadt@jsg1-3/+3
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert1-7/+3
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert1-3/+3
2002-05-31crmode -> cbreakpjanzen1-3/+3
1999-09-25Merge NetBSD changes (use const where appropriate; allow alternate wordlists).pjanzen1-5/+6
1999-04-20Don't allow guessed letters to wrap; closes PR800. Based on fix frompjanzen1-3/+2
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalpjanzen1-5/+7
1995-10-18initial import of NetBSD treederaadt1-0/+78