summaryrefslogtreecommitdiff
path: root/games/hangman
AgeCommit message (Expand)Author
2017-10-27Use <elf.h> instead of <elf_abi.h>Martin Pieuchot
2016-09-11KNF: Break an overlong line. No binary change.Theo Buehler
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
2016-01-04More cleanup and sorting on header sectionmestre
2015-12-31Include only needed header files per each source filemestre
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre
2015-12-25Declare usage() functions as __dead void, if they don't return, on games sect...mestre
2015-10-24Cast islower()'s argument to unsigned char.mmcc
2015-10-22Pledge "stdio rpath tty" for hangman(6).Doug Hogan
2015-02-07allow ctrl-d to quit after a game as wellTed Unangst
2015-02-07use unsigned char type to avoid many castsTed Unangst
2015-02-07by popular request, stop giving away numeric letters. no more will theTed Unangst
2015-02-07unsigned char for ctype functionsTed Unangst
2015-02-07Ignore ELF symbols containing dots or dollar signs. Suggested by millert@Miod Vallat
2015-02-07clear to end of line when printing error messages so that previousTed Unangst
2015-02-07By popular demand, allow any ELF file to be passed to -d as a word list, inMiod Vallat
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2013-10-15remove conditionals for ELF; prodding by patrick keshishianTheo de Raadt
2013-10-15no more a.out support hereTheo de Raadt
2013-08-29replace srandomdev()+random() with the arc4random*() familyChristian Weisgerber
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-04-05a little tidy up;Jason McIntyre
2008-04-02order the options correctly;Jason McIntyre
2008-04-01Add a -k option to use the kernel symbols as the words file.Miod Vallat
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-02-d takes an argument; from Igor SobradoJason McIntyre
2006-10-24Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1].Moritz Jodeit
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2004-11-29ansi. ok deraadt@Jonathan Gray
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-19Standard capitalizationPaul Janzen
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)Todd C. Miller
2002-05-31crmode -> cbreakPaul Janzen
2002-05-31No dm -> no need to revoke setegid.Paul Janzen
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/...Theo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-17fixes based on ones suggested by mpech@prosoft.org.lvPaul Janzen
2001-11-17fixes from mpech@prosoft.org.lvPaul Janzen
2001-11-17section consistency: AUTHOR -> AUTHORS, even if only one listed;Paul Janzen
2001-08-18FormattingPaul Janzen
2001-01-28$OpenBSD$Niklas Hallqvist
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-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalPaul Janzen
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1997-09-21$OpenBSD$Theo de Raadt