summaryrefslogtreecommitdiffstats
path: root/games/hangman
AgeCommit message (Expand)AuthorFilesLines
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-3/+3
2017-10-27Use <elf.h> instead of <elf_abi.h>mpi1-2/+2
2016-09-11KNF: Break an overlong line. No binary change.tb1-3/+3
2016-02-28Add back undocumented -h switch defaulting to usage().tb1-2/+3
2016-02-26- Remove -h and -? from getopt(3), they weren't documented on manpage anywaymestre1-5/+3
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre1-2/+1
2016-01-08add missing 'void'tb2-6/+6
2016-01-04More cleanup and sorting on header sectionmestre2-6/+4
2015-12-31Include only needed header files per each source filemestre12-36/+62
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre1-2/+2
2015-12-25Declare usage() functions as __dead void, if they don't return, on games section.mestre1-2/+2
2015-10-24Cast islower()'s argument to unsigned char.mmcc1-2/+2
2015-10-22Pledge "stdio rpath tty" for hangman(6).doug1-1/+8
2015-02-07allow ctrl-d to quit after a game as welltedu1-2/+3
2015-02-07use unsigned char type to avoid many caststedu2-11/+11
2015-02-07by popular request, stop giving away numeric letters. no more will thetedu5-18/+30
2015-02-07unsigned char for ctype functionstedu2-6/+6
2015-02-07Ignore ELF symbols containing dots or dollar signs. Suggested by millert@miod1-4/+9
2015-02-07clear to end of line when printing error messages so that previoustedu1-4/+9
2015-02-07By popular demand, allow any ELF file to be passed to -d as a word list, inmiod7-44/+50
2014-07-16zap trailing newlines; "go for it" deraadtokan1-3/+1
2013-10-15remove conditionals for ELF; prodding by patrick keshishianderaadt1-12/+1
2013-10-15no more a.out support herederaadt1-38/+1
2013-08-29replace srandomdev()+random() with the arc4random*() familynaddy3-6/+5
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt10-96/+10
2008-04-05a little tidy up;jmc1-8/+9
2008-04-02order the options correctly;jmc1-7/+7
2008-04-01Add a -k option to use the kernel symbols as the words file.miod9-29/+272
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-04-02-d takes an argument; from Igor Sobradojmc1-2/+2
2006-10-24Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1].moritz1-4/+7
2005-04-13use STD{IN,OUT,ERR}_FILENOderaadt1-3/+3
2004-11-29ansi. ok deraadt@jsg9-32/+29
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert13-88/+36
2003-05-19Standard capitalizationpjanzen1-2/+2
2002-12-06Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert1-3/+3
2002-05-31crmode -> cbreakpjanzen1-3/+3
2002-05-31No dm -> no need to revoke setegid.pjanzen1-6/+2
2002-05-23The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt1-2/+1
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-11/+11
2001-11-17fixes based on ones suggested by mpech@prosoft.org.lvpjanzen1-2/+2
2001-11-17fixes from mpech@prosoft.org.lvpjanzen1-2/+2
2001-11-17section consistency: AUTHOR -> AUTHORS, even if only one listed;pjanzen1-2/+2
2001-08-18Formattingpjanzen1-4/+6
2001-01-28$OpenBSD$niklas1-0/+1
1999-09-25Merge NetBSD changes (use const where appropriate; allow alternate wordlists).pjanzen11-52/+99
1999-04-20Don't allow guessed letters to wrap; closes PR800. Based on fix frompjanzen3-9/+13
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1-2/+2
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalpjanzen12-98/+118
1998-07-24-lcurses, not termcap/termlibmillert1-3/+3