diff options
author | abs <abs@pkgsrc.org> | 2004-04-01 14:38:32 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-04-01 14:38:32 +0000 |
commit | 208bbb84579dae9aa332f97a3d7954e687bb448f (patch) | |
tree | cea28fe5a9c06bbb5e9d8c5ee4042c40cbdb2b86 /doc | |
parent | e30061edde0009c48f4f7150e5b14ee42d2b5ca8 (diff) | |
download | pkgsrc-208bbb84579dae9aa332f97a3d7954e687bb448f.tar.gz |
Updated tscp to 1.81:
Changes since 1.73:
Version 1.81, 2/5/03
* fflush() wasn't being called after print_results() in xboard().
* hply was being set to 0 when xboard() received "black." This broke the
opening book code when playing black with WinBoard.
* set_hash() wasn't being called in bench().
Version 1.8, 1/30/03
* Added opening book code (book.c) and a small opening book (book.txt).
* Added hash keys; replaced the old repetition detection code with code that
compares hash keys.
* Changed bench to report a "Score" to avoid confusion/comparisons with the
previous version's "MIPS" (with score, 1.000 = my Athlon XP 2000+).
* Moved move parsing into its own function (parse_move in main.c).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index c25beebc336..e33f7ec1ff6 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5408 2004/04/01 14:36:48 abs Exp $ +$NetBSD: CHANGES,v 1.5409 2004/04/01 14:39:05 abs Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1652,4 +1652,5 @@ Changes to the packages collection and infrastructure in 2004: Updated qt3 to 3.2.3nb2 [tron 2004-04-01] Added apache-ant15 [abs 2004-04-01] Updated apache-ant to 1.6.1 [abs 2004-04-01] + Updated tscp to 1.81 [abs 2004-04-01] |