hangman(6): Update to augmented version from OpenBSD.
authorzrj <rimvydas.jasinskas@gmail.com>
Wed, 6 Jan 2016 10:10:23 +0000 (12:10 +0200)
committerzrj <zrj@dragonflybsd.org>
Wed, 6 Jan 2016 17:16:07 +0000 (19:16 +0200)
commiteb9cdc7f5ef767ed88f3a679fad291610c045b87
treec08f046fe9ef56d682bd8980916b8e9173e713bc
parent6e8130321ba3e754f7fd3fc6a044eead63ffe4a3
hangman(6): Update to augmented version from OpenBSD.

This implements usage of extra wordlists:
  * kernel symbols, from current booted kernel image;
  * non-default, from Elf and conformant dictonaries.

While there, free hangman(6) from the shackles of dungeon master,
since hangman now could be used as a developer tool.
16 files changed:
Makefile_upgrade.inc
games/hangman/Makefile
games/hangman/endgame.c
games/hangman/extern.c
games/hangman/getguess.c
games/hangman/getsym.c [new file with mode: 0644]
games/hangman/getword.c
games/hangman/hangman.6
games/hangman/hangman.h
games/hangman/main.c
games/hangman/pathnames.h
games/hangman/playgame.c
games/hangman/prdata.c
games/hangman/prman.c
games/hangman/prword.c
games/hangman/setup.c