summaryrefslogtreecommitdiffstats
path: root/games/hangman (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Use <elf.h> instead of <elf_abi.h>mpi2017-10-271-2/+2
* KNF: Break an overlong line. No binary change.tb2016-09-111-3/+3
* Add back undocumented -h switch defaulting to usage().tb2016-02-281-2/+3
* - Remove -h and -? from getopt(3), they weren't documented on manpage anywaymestre2016-02-261-5/+3
* As per style(9), remove remaining lint-style comments from games/mestre2016-01-101-2/+1
* add missing 'void'tb2016-01-082-6/+6
* More cleanup and sorting on header sectionmestre2016-01-042-6/+4
* Include only needed header files per each source filemestre2015-12-3112-36/+62
* Set as __dead a few more functions, that don't return, on games/mestre2015-12-261-2/+2
* Declare usage() functions as __dead void, if they don't return, on games section.mestre2015-12-251-2/+2
* Cast islower()'s argument to unsigned char.mmcc2015-10-241-2/+2
* Pledge "stdio rpath tty" for hangman(6).doug2015-10-221-1/+8
* allow ctrl-d to quit after a game as welltedu2015-02-071-2/+3
* use unsigned char type to avoid many caststedu2015-02-072-11/+11
* by popular request, stop giving away numeric letters. no more will thetedu2015-02-075-18/+30
* unsigned char for ctype functionstedu2015-02-072-6/+6
* Ignore ELF symbols containing dots or dollar signs. Suggested by millert@miod2015-02-071-4/+9
* clear to end of line when printing error messages so that previoustedu2015-02-071-4/+9
* By popular demand, allow any ELF file to be passed to -d as a word list, inmiod2015-02-077-44/+50
* zap trailing newlines; "go for it" deraadtokan2014-07-161-3/+1
* remove conditionals for ELF; prodding by patrick keshishianderaadt2013-10-151-12/+1
* no more a.out support herederaadt2013-10-151-38/+1
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-293-6/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2710-96/+10
* a little tidy up;jmc2008-04-051-8/+9
* order the options correctly;jmc2008-04-021-7/+7
* Add a -k option to use the kernel symbols as the words file.miod2008-04-019-29/+272
* convert to new .Dd format;jmc2007-05-311-2/+2
* -d takes an argument; from Igor Sobradojmc2007-04-021-2/+2
* Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1].moritz2006-10-241-4/+7
* use STD{IN,OUT,ERR}_FILENOderaadt2005-04-131-3/+3
* ansi. ok deraadt@jsg2004-11-299-32/+29
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0313-88/+36
* Standard capitalizationpjanzen2003-05-191-2/+2
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-3/+3
* crmode -> cbreakpjanzen2002-05-311-3/+3
* No dm -> no need to revoke setegid.pjanzen2002-05-311-6/+2
* The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/listsderaadt2002-05-231-2/+1
* Part 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.millert2002-02-161-11/+11
* fixes based on ones suggested by mpech@prosoft.org.lvpjanzen2001-11-171-2/+2
* fixes from mpech@prosoft.org.lvpjanzen2001-11-171-2/+2
* section consistency: AUTHOR -> AUTHORS, even if only one listed;pjanzen2001-11-171-2/+2
* Formattingpjanzen2001-08-181-4/+6
* $OpenBSD$niklas2001-01-281-0/+1
* Merge NetBSD changes (use const where appropriate; allow alternate wordlists).pjanzen1999-09-2511-52/+99
* Don't allow guessed letters to wrap; closes PR800. Based on fix frompjanzen1999-04-203-9/+13
* Always provide an argument to .Nm in SYNOPSIS sectionpjanzen1998-12-151-2/+2
* tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalpjanzen1998-08-1912-98/+118
* -lcurses, not termcap/termlibmillert1998-07-241-3/+3