summaryrefslogtreecommitdiffstats
path: root/hangman/hangman.h
Commit message (Collapse)AuthorAgeFilesLines
* Use __dead and __printflike instead of __attribute__.dholland2011-08-261-2/+2
|
* Remove uses of __P.jsm2004-01-271-12/+12
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Allow minimum word length to be set on command line. Patch based onjsm2002-01-201-1/+2
| | | one by Joey Hess <joeyh@debian.org>.
* Make word list for hangman selectable at run time.jsm1999-09-171-2/+4
|
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-2/+2
| | | | | | | | | | | | the games. This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Most noreturn attributes were previously added in bin/6144, with some others that were missed then in bin/8082. Previous `unused' attributes were covered in bin/6557, bin/8058 and other PRs (all these PRs have already been handled and closed).
* Add use of `const' where appropriate to the games.jsm1999-09-081-3/+4
| | | | | | | | | This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
* fix main() prototype, as per PR#5867hubertf1998-09-111-2/+2
|
* WARNSify, KNFifylukem1997-10-111-33/+45
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-1/+2
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-4/+5
|
* buggy version of abs() goes awayderaadt1994-06-291-3/+1
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+81