+=========1.4.32b================\r
+- Bugfix: the default setting for RepeatPV had become false again...\r
=========1.4.31b================\r
- Bugfix: improper handling of vararg function.\r
=========1.4.30b================\r
polyglot info-book [-bin inputfile] [-exact]
- polyglot dumb-book [-bin inputfile] -color color [-out outputfile]
+ polyglot dump-book [-bin inputfile] -color color [-out outputfile]
polyglot [configfile] epd-test [-epd inputfile] [-min-depth depth]
[-max-depth depth] [-max-time time] [-depth-delta delta]
- 2009-07-26 POLYGLOT(6)
+ 2009-08-03 POLYGLOT(6)
#define PACKAGE_NAME "polyglot"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "polyglot 1.4.31b"
+#define PACKAGE_STRING "polyglot 1.4.32b"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "polyglot"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.4.31b"
+#define PACKAGE_VERSION "1.4.32b"
/* Define to 1 if the C compiler supports function prototypes. */
#define PROTOTYPES 1
#define TIME_WITH_SYS_TIME 1
/* Version number of package */
-#define VERSION "1.4.31b"
+#define VERSION "1.4.32b"
/* Define like PROTOTYPES; this can be used by system headers. */
#define __PROTOTYPES 1
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for polyglot 1.4.31b.
+# Generated by GNU Autoconf 2.61 for polyglot 1.4.32b.
#
# Report bugs to <michel.vandenbergh@uhasselt.be>.
#
# Identity of this package.
PACKAGE_NAME='polyglot'
PACKAGE_TARNAME='polyglot'
-PACKAGE_VERSION='1.4.31b'
-PACKAGE_STRING='polyglot 1.4.31b'
+PACKAGE_VERSION='1.4.32b'
+PACKAGE_STRING='polyglot 1.4.32b'
PACKAGE_BUGREPORT='michel.vandenbergh@uhasselt.be'
ac_unique_file="mainloop.c"
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures polyglot 1.4.31b to adapt to many kinds of systems.
+\`configure' configures polyglot 1.4.32b to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of polyglot 1.4.31b:";;
+ short | recursive ) echo "Configuration of polyglot 1.4.32b:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-polyglot configure 1.4.31b
+polyglot configure 1.4.32b
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by polyglot $as_me 1.4.31b, which was
+It was created by polyglot $as_me 1.4.32b, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
# Define the identity of the package.
PACKAGE='polyglot'
- VERSION='1.4.31b'
+ VERSION='1.4.32b'
cat >>confdefs.h <<_ACEOF
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by polyglot $as_me 1.4.31b, which was
+This file was extended by polyglot $as_me 1.4.32b, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-polyglot config.status 1.4.31b
+polyglot config.status 1.4.32b
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([polyglot], [1.4.31b], [michel.vandenbergh@uhasselt.be])
+AC_INIT([polyglot], [1.4.32b], [michel.vandenbergh@uhasselt.be])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([mainloop.c])
AC_CONFIG_HEADER([config.h])
// constants\r
\r
\r
-static const char * const Version = "1.4.31b";\r
+static const char * const Version = "1.4.32b";\r
static const char * const HelpMessage = "\\r
SYNTAX\n\\r
* polyglot [configfile]\n\\r
uci2uci_gui_step(string); \r
}else if(my_string_equal(string,"uci")){ // mode auto detection\r
my_log("POLYGLOT *** Switching to UCI mode ***\n");\r
- option_set("UCI","TRUE");\r
+ option_set("UCI","true");\r
uci2uci_gui_step(string);\r
}else{\r
xboard2uci_gui_step(string);\r
{ "CanPonder", "check","1","2", "false" , NULL,0,NNB, PG|XBOARD}, \r
{ "SyncStop", "check","1","2", "false" , NULL,0,NNB, PG|XBOARD}, \r
{ "Affinity", "spin","-1","32", "-1" , NULL,0,NNB, PG}, \r
- { "RepeatPV", "check","0","0", "false" , NULL,0,NNB, PG|XBOARD},\r
+ { "RepeatPV", "check","0","0", "true" , NULL,0,NNB, PG|XBOARD},\r
{ "PromoteWorkAround","check","0","0", "false" , NULL,0,NNB, PG|XBOARD}, \r
\r
{ NULL, NULL,"0","0", NULL , NULL,0,NNB, 0},\r
.\" ========================================================================
.\"
.IX Title "POLYGLOT 6"
-.TH POLYGLOT 6 "2009-07-26" "" ""
+.TH POLYGLOT 6 "2009-08-03" "" ""
.SH "NAME"
PolyGlot \- Winboard protocol to UCI protocol adapter
\- book engine for Polyglot books
.PP
polyglot info-book [\-bin inputfile] [\-exact]
.PP
-polyglot dumb-book [\-bin inputfile] \-color color [\-out outputfile]
+polyglot dump-book [\-bin inputfile] \-color color [\-out outputfile]
.PP
polyglot [configfile] epd-test [\-epd inputfile] [\-min\-depth depth] [\-max\-depth depth] [\-max\-time time] [\-depth\-delta delta]
.PP
polyglot info-book [-bin inputfile] [-exact]
-polyglot dumb-book [-bin inputfile] -color color [-out outputfile]
+polyglot dump-book [-bin inputfile] -color color [-out outputfile]
polyglot [configfile] epd-test [-epd inputfile] [-min-depth depth] [-max-depth depth] [-max-time time] [-depth-delta delta]
Summary: A Winboard protocol to UCI protocol adapter
Name: polyglot
-Version: 1.4.31b
+Version: 1.4.32b
Release: 1
License: GPL
Group: Amusement/Games
uci_send_isready(Uci);\r
my_log("POLYGLOT NEW GAME\n");\r
\r
- option_set("Chess960","FALSE");\r
+ option_set("Chess960","false");\r
\r
game_clear(Game);\r
\r
} else if (match(string,"variant *")) {\r
\r
if (my_string_equal(Star[0],"fischerandom")) {\r
- option_set("Chess960","TRUE");\r
+ option_set("Chess960","true");\r
} else {\r
- option_set("Chess960","FALSE");\r
+ option_set("Chess960","false");\r
}\r
\r
} else if (match(string,"white")) {\r
sprintf(option_string," %s",opt->default_);\r
}else{\r
sprintf(option_string," %d",\r
- strcmp(opt->default_,"TRUE")?0:1);\r
+ my_string_case_equal(opt->default_,"true")?1:0);\r
}\r
strcat(option_line,option_string);\r
}\r
\r
// options\r
\r
- uci_send_option(Uci,"UCI_Chess960","%s",option_get_bool("Chess960")?"TRUE":"FALSE");\r
+ uci_send_option(Uci,"UCI_Chess960","%s",option_get_bool("Chess960")?"true":"false");\r
\r
if (option_get_int("UCIVersion") >= 2) {\r
uci_send_option(Uci,"UCI_Opponent","none none %s %s",(XB->computer)?"computer":"human",XB->name);\r
- uci_send_option(Uci,"UCI_AnalyseMode","%s",(XB->analyse)?"TRUE":"FALSE");\r
+ uci_send_option(Uci,"UCI_AnalyseMode","%s",(XB->analyse)?"true":"false");\r
}\r
\r
- uci_send_option(Uci,"Ponder","%s",ponder()?"TRUE":"FALSE");\r
+ uci_send_option(Uci,"Ponder","%s",ponder()?"true":"false");\r
\r
// position\r
\r