git: hangman(6): Update to augmented version from OpenBSD.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Wed Jan 6 09:06:15 PST 2016
commit eb9cdc7f5ef767ed88f3a679fad291610c045b87
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Wed Jan 6 12:10:23 2016 +0200
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.
Summary of changes:
Makefile_upgrade.inc | 1 +
games/hangman/Makefile | 9 +--
games/hangman/endgame.c | 12 ++--
games/hangman/extern.c | 21 ++++---
games/hangman/getguess.c | 61 +++++++++++-------
games/hangman/getsym.c | 154 ++++++++++++++++++++++++++++++++++++++++++++++
games/hangman/getword.c | 41 ++++++++----
games/hangman/hangman.6 | 31 ++++++++--
games/hangman/hangman.h | 33 +++++++---
games/hangman/main.c | 47 +++++++++++---
games/hangman/pathnames.h | 3 +
games/hangman/playgame.c | 21 ++++---
games/hangman/prdata.c | 31 +++++-----
games/hangman/prman.c | 7 +--
games/hangman/prword.c | 7 +--
games/hangman/setup.c | 34 ++++++----
16 files changed, 387 insertions(+), 126 deletions(-)
create mode 100644 games/hangman/getsym.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eb9cdc7f5ef767ed88f3a679fad291610c045b87
--
DragonFly BSD source repository
More information about the Commits
mailing list