Ticket #38: marcin_7_8.2b.diff

File marcin_7_8.2b.diff, 6.0 kB (added by gunnar, 3 years ago)

Same as marcin_7_8.2.diff except that the built info files and a game record are removed.

  • ChangeLog

    diff -ur gnugo-3.7.7-orig/ChangeLog gnugo-3.7.7/ChangeLog
    old new  
    898898- owla life accepted on escape in do_owl_analyze_semeai only if stackp>2 
    899899- use status instead of owl_status in find_more_owl_attack_and_defense_moves 
    900900- speed optimizations in board.c, particularly fastlib() 
    901 - now possible to reduce MAX_BOARD and still get working GNU go 
     901- now possible to reduce MAX_BOARD and still get working GNU Go 
    902902- mkpat now has amechanism for dropping patterns 
    903903- corner database creation implemented 
    904904- corner database pattern matcher implemented but not activated 
  • doc/gnugo.texi

    diff -ur gnugo-3.7.7-orig/doc/gnugo.texi gnugo-3.7.7/doc/gnugo.texi
    old new  
    66 
    77@dircategory GNU games 
    88@direntry 
    9 * GNU go: (gnugo).          The GNU Go program 
     9* GNU Go: (gnugo).          The GNU Go program 
    1010@end direntry 
    1111 
    1212@set EDITION 3.6 
     
    2626 
    2727@sp 1 
    2828@page 
    29 @title{GNU GO 3.6} 
     29@title{GNU Go 3.6} 
    3030@vskip 0pt plus 1filll 
    3131Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004 and 2005 
    3232by the Free Software Foundation, Inc. 
     
    5959@node Top 
    6060@top 
    6161@ifinfo 
    62 @unnumbered GNU GO 
     62@unnumbered GNU Go 
    6363 
    6464This manual documents @code{GNU Go}, a Go program and its sources. 
    6565This is Edition @value{EDITION} of the @cite{GNU Go Program Documentation} 
  • doc/install.texi

    diff -ur gnugo-3.7.7-orig/doc/install.texi gnugo-3.7.7/doc/install.texi
    old new  
    270270@end enumerate 
    271271 
    272272The rest of this section gives more details on the various ways 
    273 to compile GNU go for Microsoft platforms. 
     273to compile GNU Go for for Microsoft platforms. 
    274274 
    275275@menu Using free Unix-environments and GCC 
    276276* DJGPP::      Windows 95/98, MS-DOS and Windows 3.x using DJGPP 
     
    317317Cygwin is a full fledged and rapidly maturing unix environment on top of 
    318318windows. Cygwin installs very easily with the interactive setup program 
    319319available from the cygwin homepage at @url{http://sources.redhat.com/cygwin/}. 
    320 In fact precompiled versions of stable GNU go releases as well as of the cgoban 
     320In fact precompiled versions of stable GNU Go releases as well as of the cgoban 
    321321X11 GUI can be downloaded through Cygwin's setup. Cygwin's setup also provides 
    322322precompiled packages of most of the unix tools necessary to participate in 
    323323development. 
    324324 
    325325If you want to build GNU Go yourself make sure to download the ncurses packages 
    326 prior to building GNU go. GNU Go compiles out-of-the box using the standard 
     326prior to building GNU Go. GNU Go compiles out-of-the box using the standard 
    327327Unix build procedure on the Cygwin environment. After installation of cygwin 
    328328and fetching @file{gnugo-3.6.tar.gz} you can type: 
    329329 
  • interface/gtp_examples/gtp2_6

    diff -ur gnugo-3.7.7-orig/interface/gtp_examples/gtp2_6 gnugo-3.7.7/interface/gtp_examples/gtp2_6
    old new  
    206206+++ ../gnugo-2.6.1/gnugo-2.6.1/interface/gtp.c  Tue Aug 14 00:50:36 2001 
    207207@@ -0,0 +1,417 @@ 
    208208+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\ 
    209 + * This is GNU GO, a Go program. Contact gnugo@gnu.org, or see   * 
     209+ * This is GNU Go, a Go program. Contact gnugo@gnu.org, or see   * 
    210210+ * http://www.gnu.org/software/gnugo/ for more information.      * 
    211211+ *                                                               * 
    212212+ * To facilitate development of the Go Text Protocol, the two    * 
     
    627627+++ ../gnugo-2.6.1/gnugo-2.6.1/interface/gtp.h  Sat Aug  4 00:10:58 2001 
    628628@@ -0,0 +1,83 @@ 
    629629+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\ 
    630 + * This is GNU GO, a Go program. Contact gnugo@gnu.org, or see   * 
     630+ * This is GNU Go, a Go program. Contact gnugo@gnu.org, or see   * 
    631631+ * http://www.gnu.org/software/gnugo/ for more information.      * 
    632632+ *                                                               * 
    633633+ * To facilitate development of the Go Text Protocol, the two    * 
     
    789789+++ ../gnugo-2.6.1/gnugo-2.6.1/interface/play_gtp.c     Tue Aug 14 01:16:03 2001 
    790790@@ -0,0 +1,377 @@ 
    791791+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\ 
    792 + * This is GNU GO, a Go program. Contact gnugo@gnu.org, or see   * 
     792+ * This is GNU Go, a Go program. Contact gnugo@gnu.org, or see   * 
    793793+ * http://www.gnu.org/software/gnugo/ for more information.      * 
    794794+ *                                                               * 
    795795+ * Copyright 1999, 2000, 2001 by the Free Software Foundation.   * 
  • interface/play_ascii.c

    diff -ur gnugo-3.7.7-orig/interface/play_ascii.c gnugo-3.7.7/interface/play_ascii.c
    old new  
    12261226  int stones[MAX_BOARD*MAX_BOARD]; 
    12271227 
    12281228  if (sscanf(handicap, "%d", &handi) == 1) { 
    1229     /* Gnu Go is to place handicap */ 
     1229    /* GNU Go is to place handicap */ 
    12301230    if (handi < 0 || handi == 1) { 
    12311231      printf("\nInvalid command syntax!\n"); 
    12321232      return; 
  • gnugo-3.7.

    diff -ur gnugo-3.7.7-orig/WINDOWS gnugo-3.7.7/WINDOWS
    old new  
    1313   are available. 
    1414 
    1515   One benefit of this approach is that it is easier to 
    16    participate in Gnu Go's development. These unix environments 
     16   participate in GNU Go's development. These unix environments 
    1717   come for instance with the `diff' and `patch' programs 
    1818   necessary to generate and apply patches. 
    1919 
     
    3030   with the distribution. 
    3131 
    3232The rest of this document gives more details on the various ways 
    33 to compile GNU go for Microsoft platforms. 
     33to compile GNU Go for Microsoft platforms. 
    3434 
    35351. Using free Unix-environments and GCC 
    3636