Index: configure.in =================================================================== RCS file: /cvsroot/gnugo/gnugo/configure.in,v retrieving revision 1.51 diff -u -r1.51 configure.in --- configure.in 10 May 2002 22:18:50 -0000 1.51 +++ configure.in 16 May 2002 09:01:25 -0000 @@ -269,7 +269,7 @@ dnl DJGPP does have pdcurses, but not termcap dnl make sure that both curses.h and term.h are available - dnl FIXME PRE3.0: better to actually figure out here what headers + dnl FIXME: better to actually figure out here what headers dnl are really required if test "$term_header" != "no" -a "$curses_header" != "no" ; then @@ -495,7 +495,7 @@ dnl Now lines in Makefile.am can be prefixed @GCC_ONLY@, and dnl we can specify either @GNUGO_SOME_WARNINGS@ or @GNUGO_ALL_WARNINGS@ -dnl FIXME POST3.0: please add warnings for other compilers ! +dnl FIXME: please add warnings for other compilers ! Index: patterns/conn.db =================================================================== RCS file: /cvsroot/gnugo/gnugo/patterns/conn.db,v retrieving revision 1.21 diff -u -r1.21 conn.db --- patterns/conn.db 27 Apr 2002 22:08:58 -0000 1.21 +++ patterns/conn.db 16 May 2002 09:01:25 -0000 @@ -1208,7 +1208,7 @@ # # CC4xx - fragile double connections # -# FIXME POST3.0: These shouldn't be matched until all other amalgamation has +# FIXME: These shouldn't be matched until all other amalgamation has # been completed. # #################################################################### Index: patterns/eyes.db =================================================================== RCS file: /cvsroot/gnugo/gnugo/patterns/eyes.db,v retrieving revision 1.19 diff -u -r1.19 eyes.db --- patterns/eyes.db 4 Mar 2002 06:49:08 -0000 1.19 +++ patterns/eyes.db 16 May 2002 09:01:25 -0000 @@ -757,7 +757,7 @@ :1,1 -# FIXME PRE3.0: +# FIXME: # Continue here. I believe everything above this line is correct. @@ -947,7 +947,7 @@ :1,0 -# FIXME PRE3.0: Pattern +# FIXME: Pattern # # X # .X.! @@ -1305,8 +1305,8 @@ :1,1 -# FIXME POST3.0: Do all size 6 linear patterns with 2 or more marginal eye -# points. +# FIXME: Do all size 6 linear patterns with 2 or more marginal eye +# points. Pattern 6030 @@ -1772,7 +1772,7 @@ # Pattern 6601 -# FIXME PRE/POST3.0: Do all patterns of this type. +# FIXME: Do all patterns of this type. ... ... Index: patterns/patterns2.db =================================================================== RCS file: /cvsroot/gnugo/gnugo/patterns/patterns2.db,v retrieving revision 1.38 diff -u -r1.38 patterns2.db --- patterns/patterns2.db 11 May 2002 15:40:11 -0000 1.38 +++ patterns/patterns2.db 16 May 2002 09:01:25 -0000 @@ -2729,7 +2729,7 @@ Pattern Sente10 -# FIXME PRE/POST3.0: The followup value should be related to the size of A. +# FIXME: The followup value should be related to the size of A. .O.? ...X Index: regression/life.tst =================================================================== RCS file: /cvsroot/gnugo/gnugo/regression/life.tst,v retrieving revision 1.4 diff -u -r1.4 life.tst --- regression/life.tst 15 Oct 2001 17:35:07 -0000 1.4 +++ regression/life.tst 16 May 2002 09:01:25 -0000 @@ -153,7 +153,7 @@ # incident 73 # This is a problem with make_domains(). The position is a seki. -# FIXME PRE/POST3.0: Is "2 2" correct response for a seki? +# FIXME: Is "2 2" correct response for a seki? loadsgf games/incident73.sgf 210 1101 eval_eye T10 #? [2 2]* Index: regression/optics.tst =================================================================== RCS file: /cvsroot/gnugo/gnugo/regression/optics.tst,v retrieving revision 1.5 diff -u -r1.5 optics.tst --- regression/optics.tst 13 Dec 2001 19:24:09 -0000 1.5 +++ regression/optics.tst 16 May 2002 09:01:25 -0000 @@ -147,7 +147,7 @@ # incident 73 # This is a problem with make_domains(). The position is a seki. -# FIXME PRE/POST3.0: Is "2 2" correct response for a seki? +# FIXME: Is "2 2" correct response for a seki? loadsgf games/incident73.sgf 210 1101 eval_eye T10 #? [2 2]* Index: regression/regress.sh =================================================================== RCS file: /cvsroot/gnugo/gnugo/regression/regress.sh,v retrieving revision 1.4 diff -u -r1.4 regress.sh --- regression/regress.sh 6 May 2002 14:06:01 -0000 1.4 +++ regression/regress.sh 16 May 2002 09:01:25 -0000 @@ -9,7 +9,7 @@ options=$3 # May be omitted options2=$4 # May be omitted options3=$5 # May be omitted -options4=$6 # May be omitted FIXME POST3.0: Do multiple options nicer. +options4=$6 # May be omitted FIXME: Do multiple options nicer. $GNUGO --quiet $options $options2 $options3 $options4 --mode gtp <$tstfile |\ awk -f $srcdir/regress.awk tst=$tstfile Index: regression/test.sh =================================================================== RCS file: /cvsroot/gnugo/gnugo/regression/test.sh,v retrieving revision 1.3 diff -u -r1.3 test.sh --- regression/test.sh 6 Sep 2001 21:34:20 -0000 1.3 +++ regression/test.sh 16 May 2002 09:01:25 -0000 @@ -4,6 +4,6 @@ gtpfile=$1 options=$2 # May be omitted -options2=$3 # May be omitted FIXME POST3.0: Do multiple options nicer. +options2=$3 # May be omitted FIXME: Do multiple options nicer. $GNUGO --quiet $options $options2 --mode gtp <$gtpfile | egrep '^[=?][0-9]+' | cut -c 2-