version 1.4.38b
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 9 Jun 2011 08:00:57 +0000 (10:00 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 9 Jun 2011 08:00:57 +0000 (10:00 +0200)
18 files changed:
ChangeLog
book_make.c
config.h
configure
configure.ac
engine.c
line.c
main.c
mainloop.c
makefile.ms
option.c
parse.c
pipex_win32.c
polyglot.spec
search.c
uci.c
util.c
util.h

index 3902c16..9cfd240 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+=========1.4.38b================\r
+- MSVC++ portability fixes (E.M.)\r
 =========1.4.37b================\r
 - Two new options: BookDepth and BookTreshold. BookDepth limits the number of moves the book is used and BookTreshold sets the minimum weight a book move should have.\r
 =========1.4.36b================\r
index ac9a66c..c3d5a28 100644 (file)
@@ -20,8 +20,8 @@
 \r
 // constants\r
 \r
-static const int COUNT_MAX = 16384;\r
-static const int StringSize = 4096;\r
+#define COUNT_MAX ((int)16384)\r
+#define StringSize ((int)4096)\r
 \r
 static const int NIL = -1;\r
 \r
@@ -695,8 +695,8 @@ static void book_load(const char filename[]){
 static int gen_book_moves(list_t * list, const board_t * board){\r
     int first_pos, pos, index;\r
     entry_t entry[1];\r
-    list_clear(list);\r
     bool found;\r
+    list_clear(list);\r
     found=FALSE;\r
     for (index = board->key & (uint64) Book->mask; (first_pos=Book->hash[index]) != NIL; index = (index+1) & Book->mask) {\r
         ASSERT(first_pos>=0&&first_pos<Book->size);\r
index dc4b29b..58f6c01 100644 (file)
--- a/config.h
+++ b/config.h
 #define PACKAGE_NAME "polyglot"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "polyglot 1.4.37b"
+#define PACKAGE_STRING "polyglot 1.4.38b"
 
 /* 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.37b"
+#define PACKAGE_VERSION "1.4.38b"
 
 /* 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.37b"
+#define VERSION "1.4.38b"
 
 /* Define like PROTOTYPES; this can be used by system headers. */
 #define __PROTOTYPES 1
index d403a8d..316744b 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for polyglot 1.4.37b.
+# Generated by GNU Autoconf 2.61 for polyglot 1.4.38b.
 #
 # Report bugs to <michel.vandenbergh@uhasselt.be>.
 #
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='polyglot'
 PACKAGE_TARNAME='polyglot'
-PACKAGE_VERSION='1.4.37b'
-PACKAGE_STRING='polyglot 1.4.37b'
+PACKAGE_VERSION='1.4.38b'
+PACKAGE_STRING='polyglot 1.4.38b'
 PACKAGE_BUGREPORT='michel.vandenbergh@uhasselt.be'
 
 ac_unique_file="mainloop.c"
@@ -1207,7 +1207,7 @@ if test "$ac_init_help" = "long"; then
   # 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.37b to adapt to many kinds of systems.
+\`configure' configures polyglot 1.4.38b to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1273,7 +1273,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of polyglot 1.4.37b:";;
+     short | recursive ) echo "Configuration of polyglot 1.4.38b:";;
    esac
   cat <<\_ACEOF
 
@@ -1357,7 +1357,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-polyglot configure 1.4.37b
+polyglot configure 1.4.38b
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1371,7 +1371,7 @@ cat >config.log <<_ACEOF
 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.37b, which was
+It was created by polyglot $as_me 1.4.38b, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2061,7 +2061,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='polyglot'
- VERSION='1.4.37b'
+ VERSION='1.4.38b'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6848,7 +6848,7 @@ exec 6>&1
 # 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.37b, which was
+This file was extended by polyglot $as_me 1.4.38b, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6901,7 +6901,7 @@ Report bugs to <bug-autoconf@gnu.org>."
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-polyglot config.status 1.4.37b
+polyglot config.status 1.4.38b
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
index 862bac4..21e553f 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([polyglot], [1.4.37b], [michel.vandenbergh@uhasselt.be])
+AC_INIT([polyglot], [1.4.38b], [michel.vandenbergh@uhasselt.be])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([mainloop.c])
 AC_CONFIG_HEADER([config.h])
index a42c36e..5cfea07 100644 (file)
--- a/engine.c
+++ b/engine.c
@@ -15,7 +15,7 @@
 // variables\r
 \r
 engine_t Engine[1];\r
-static const int StringSize=4096;\r
+#define StringSize ((int)4096)\r
 \r
 // functions\r
 \r
diff --git a/line.c b/line.c
index de8c5bb..0e71079 100644 (file)
--- a/line.c
+++ b/line.c
@@ -18,7 +18,7 @@
 static const bool Strict = FALSE; // FALSE\r
 static const bool UseDebug = FALSE; // FALSE\r
 \r
-static const int StringSize = 1024;\r
+#define StringSize ((int)1024)\r
 \r
 // functions\r
 \r
diff --git a/main.c b/main.c
index efd6539..406e5d8 100644 (file)
--- a/main.c
+++ b/main.c
@@ -35,7 +35,7 @@
 // constants\r
 \r
 \r
-static const char * const Version = "1.4.37b";\r
+static const char * const Version = "1.4.38b";\r
 static const char * const HelpMessage = "\\r
 SYNTAX\n\\r
 * polyglot [configfile]\n\\r
index 1fc4c1b..0d94a5c 100644 (file)
@@ -2,7 +2,7 @@
 \r
 // constants\r
 \r
-static const int StringSize = 4096;\r
+#define StringSize ((int)4096)\r
 \r
 // includes\r
 \r
index 1b3385b..d3bb245 100644 (file)
@@ -4,8 +4,9 @@ EXE = $(PROJ).exe
 OBJS = attack.obj board.obj book.obj book_make.obj book_merge.obj colour.obj\
  engine.obj epd.obj fen.obj game.obj gui.obj hash.obj io.obj line.obj list.obj\
  main.obj mainloop.obj move.obj move_do.obj move_gen.obj move_legal.obj\
- option.obj parse.obj pgn.obj piece.obj pipe.obj posix.obj random.obj san.obj\
- search.obj square.obj uci.obj uci2uci.obj util.obj xboard2uci.obj
+ option.obj parse.obj pgn.obj piece.obj pipex_win32.obj pipex_posix.obj\
+ random.obj san.obj search.obj square.obj uci.obj uci2uci.obj util.obj\
+ xboard2uci.obj
 
 LIBS = oldnames.lib
 
@@ -53,5 +54,5 @@ clean:
 $(EXE): $(OBJS)
        $(LINK) $(LFLAGS) $(OBJS) $(LIBS) -out:$(EXE)
 
-.cpp.obj:
+.c.obj:
        $(CC) $(CFLAGS) -c $<
index 1bccec3..96ff50e 100644 (file)
--- a/option.c
+++ b/option.c
@@ -123,16 +123,16 @@ void option_init(option_list_t *option){
 // option_insert()\r
 \r
 void option_insert(option_list_t *option, option_t *new_option){\r
+    int i;\r
+    option_t *opt;\r
     ASSERT(option!=NULL);\r
     ASSERT(new_option!=NULL);\r
     ASSERT(new_option->name!=NULL);\r
-    option_t *opt;\r
     opt=option_find(option,new_option->name);\r
     if(!opt){\r
         opt=&option->options[option->option_nb];\r
         option->option_nb++;\r
     }\r
-    int i;\r
     if(option->option_nb>=OptionNb){\r
         my_fatal("option_insert(): option list overflow\n");\r
     }\r
diff --git a/parse.c b/parse.c
index aaacae1..b13b563 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -10,7 +10,7 @@
 \r
 // constants\r
 \r
-static const int StringSize = 256;\r
+#define StringSize ((int)256)\r
 \r
 // variables\r
 \r
index 24199b7..a07df7d 100644 (file)
@@ -92,7 +92,7 @@ void pipex_open(pipex_t *pipex,
         si.hStdInput = hStdinRead;
         si.hStdOutput = hStdoutWrite;
         si.hStdError = hStdoutWrite;
-        if((szCurrentDir = _getcwd( NULL, 0 )) == NULL )
+        if((szCurrentDir = (char*)_getcwd( NULL, 0 )) == NULL )
             my_fatal("pipex_open(): no current directory: %s\n",
                      strerror(errno));
         if(_chdir(szWorkingDir)){
@@ -191,9 +191,9 @@ void pipex_send_eof(pipex_t *pipex)  {
 // pipex_exit()
 
 void pipex_exit(pipex_t *pipex) {
+    DWORD lpexit;
     CloseHandle(pipex->hInput);
     CloseHandle(pipex->hOutput);
-    DWORD lpexit;
     
     if(GetExitCodeProcess(pipex->hProcess,&lpexit)){
         if(lpexit==STILL_ACTIVE)
@@ -429,12 +429,13 @@ void pipex_set_priority(pipex_t *pipex, int value){
 
 // pipex_set_affinit()
 
+typedef void (WINAPI *SPAM)(HANDLE, int);
 void pipex_set_affinity(pipex_t *pipex, int value){
+    SPAM pSPAM;
+
     if(pipex->hProcess) return;
     if(value==-1) return;
 
-    typedef void (WINAPI *SPAM)(HANDLE, int);
-    SPAM pSPAM;
     pSPAM = (SPAM) GetProcAddress(
         GetModuleHandle(TEXT("kernel32.dll")), 
         "SetProcessAffinityMask");
index c157bc7..43691cf 100644 (file)
@@ -1,6 +1,6 @@
 Summary: A Winboard protocol to UCI protocol adapter
 Name: polyglot
-Version: 1.4.37b
+Version: 1.4.38b
 Release: 1
 License: GPL
 Group: Amusement/Games
index 524a874..a67fbbc 100644 (file)
--- a/search.c
+++ b/search.c
@@ -26,7 +26,7 @@
 \r
 // constants\r
 \r
-static const int StringSize = 4096;\r
+#define StringSize ((int)4096)\r
 \r
 // variables\r
 \r
diff --git a/uci.c b/uci.c
index e44fa34..03c6647 100644 (file)
--- a/uci.c
+++ b/uci.c
@@ -22,7 +22,7 @@
 \r
 static const bool UseDebug = FALSE;\r
 \r
-static const int StringSize = 4096;\r
+#define StringSize ((int)4096)\r
 \r
 // variables\r
 \r
@@ -61,8 +61,8 @@ static int  mate_score     (int dist);
 // uci_set_threads()\r
 \r
 void uci_set_threads(uci_t * uci, int n) {\r
-    ASSERT(n>=1);\r
     const char *thread_option=uci_thread_option(uci);\r
+    ASSERT(n>=1);\r
     if(thread_option){\r
         uci_send_option(uci,thread_option,"%d",n);\r
     }\r
diff --git a/util.c b/util.c
index 5e6e4f3..873ed2f 100644 (file)
--- a/util.c
+++ b/util.c
@@ -18,7 +18,9 @@
 #include <stdlib.h>\r
 #include <string.h>\r
 #include <time.h>\r
+#ifndef _MSC_VER\r
 #include <sys/time.h>\r
+#endif\r
 \r
 #include "main.h"\r
 #include "util.h"\r
diff --git a/util.h b/util.h
index 99fa6ac..dd3ed59 100644 (file)
--- a/util.h
+++ b/util.h
 \r
 #define FormatBufferSize 4096\r
 \r
+#ifdef _MSC_VER\r
+#define vsnprintf _vsnprintf\r
+#endif\r
+\r
 #define CONSTRUCT_ARG_STRING(format,buf)                                 \\r
     {                                                                    \\r
         va_list arg_list;                                                \\r