releasing version 2.17-1

git-svn-id: file:///srv/svn/joey/trunk/src/packages/bsdgames@11092 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
2005-02-18 18:44:27 +00:00
parent 3d248f5d00
commit 00d2970fb5
126 changed files with 786 additions and 778 deletions

View File

@@ -1,7 +0,0 @@
a.out
*.d
*.i
*.s
*.d.tmp
boggle
bog.h

View File

@@ -1,4 +1,4 @@
/* $NetBSD: bog.c,v 1.18 2004/01/27 20:30:29 jsm Exp $ */
/* $NetBSD: bog.c,v 1.19 2004/11/05 21:30:31 dsl Exp $ */
/*-
* Copyright (c) 1993
@@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1993\n\
#if 0
static char sccsid[] = "@(#)bog.c 8.2 (Berkeley) 5/4/95";
#else
__RCSID("$NetBSD: bog.c,v 1.18 2004/01/27 20:30:29 jsm Exp $");
__RCSID("$NetBSD: bog.c,v 1.19 2004/11/05 21:30:31 dsl Exp $");
#endif
#endif /* not lint */
@@ -180,7 +180,7 @@ main(argc, argv)
}
if (argc > 0) {
if (islower(argv[0][0])) {
if (islower((unsigned char)argv[0][0])) {
if (strlen(argv[0]) != 16) {
usage();
} else {

View File

@@ -1,4 +1,4 @@
/* $NetBSD: mach.c,v 1.13 2004/01/27 20:30:29 jsm Exp $ */
/* $NetBSD: mach.c,v 1.14 2004/11/05 21:30:31 dsl Exp $ */
/*-
* Copyright (c) 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)mach.c 8.1 (Berkeley) 6/11/93";
#else
__RCSID("$NetBSD: mach.c,v 1.13 2004/01/27 20:30:29 jsm Exp $");
__RCSID("$NetBSD: mach.c,v 1.14 2004/11/05 21:30:31 dsl Exp $");
#endif
#endif /* not lint */
@@ -445,7 +445,7 @@ findword()
if (board[wordpath[i]] == 'q')
printw("Qu");
else
printw("%c", toupper(board[wordpath[i]]));
printw("%c", toupper((unsigned char)board[wordpath[i]]));
move(r, c);
refresh();
delay(5);
@@ -460,7 +460,7 @@ findword()
if (board[wordpath[i]] == 'q')
printw("Qu");
else
printw("%c", toupper(board[wordpath[i]]));
printw("%c", toupper((unsigned char)board[wordpath[i]]));
}
move(r, c);
clrtoeol();
@@ -668,7 +668,7 @@ tty_showboard(b)
if (b[i] == 'q')
printw("| Qu");
else
printw("| %c ", toupper(b[i]));
printw("| %c ", toupper((unsigned char)b[i]));
if ((i + 1) % 4 == 0) {
printw("|");
move(++line, BOARD_COL);

View File

@@ -1,7 +0,0 @@
a.out
*.d
*.i
*.s
*.d.tmp
mkdict
dictionary

View File

@@ -1,7 +0,0 @@
a.out
*.d
*.i
*.s
*.d.tmp
mkindex
dictindex