home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / OS2 / GNUCHESS.ZIP / GCHSDOC.ZIP / CHANGELO < prev    next >
Text File  |  1994-01-23  |  25KB  |  557 lines

  1. Sun Jan 23 Patchlevel 66 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  2.     *
  3. Wed Jan 19 Patchlevel 65 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  4.     * chesstool compatibility (asun@mmvideo.mt.att.com)
  5.     * speed/time bugfixes in search.c+eval.c (nsrccks@leonis.nus.sg)
  6. Mon Jan 10 Patchlevel 64 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  7.     * makefile ("make realclean")
  8.     * basic data type-checking updates in util.c/eval.c
  9.     * announced patch in gnuchess.h
  10. Sat Jan 8 Patchlevel 63 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  11.     * endgame handling speedup by R. Stephan (ralf@ark.abg.sub.org)
  12. Fri Jun 25 Patchlevel 62 Mike McGann (mwm@hssler.ascom.ch)
  13.     * German language support from Richard Mathar <mathar@fz-rossendorf.de>
  14.     * better research logic from  kongsian@nsrc.nus.sg (Kong Sian)
  15.     * Redo NULLMOVE logic to eliminate hung pieces
  16.     * Redo search/eval/hashtable logic for speed and to optimize gnutest 
  17.       results.
  18.     * Redo and simplify book install stuff
  19.     * Use more estimates down to leafs to speed up search.
  20.     * fix illegal castle move bug and ^C breakout of search slowness
  21. Fri Jan 8 Patchlevel 61 Mike McGann (mwm@hasler.ascom.ch)
  22.     * fix bug in en-passant restoring on unmake of move
  23.     * fix to search timing function bug that  caused it to increase time on takebacks
  24.       or occasionally take a long time for a move
  25.     * new next ply estimate function
  26.     * allow increased time to complete a partial ply MAXTCCOUNTX
  27.     * allow more time per move in necessary MAXTCCOUNT
  28.     * gnuan now skips processing process book moves from Chua Kong Sian (ccecks@nuscc.nus.sg)
  29.     * new KP1K endgame routine from R. Stephan (ralf@ark.abg.sub.org)
  30.     * fix to ElapsedTime nchar declared wrong from T. Mann(mann@src.dec.com)
  31.     * updates for Dec Alpha from T. Mann (mann@src.dec.com)
  32. Fri Oct 30 Patchlevel 60 Mike McGann (mwm@hasler.ascom.ch)
  33.     * null move heuristic from Benno Tietz (tietz@eos.informatik.uni-bonn.de) intalled
  34.     * fixes for ProbeTTTable from Benno Tietz
  35.      * fixes for xget from Tim Mann(mann@src.dec.com)
  36.     * change hash table collision avoidance algorithms
  37.     * two new book formats GDBM (Gnu dbm based) and
  38.       GDX (hash file based).
  39.     * add MSDOS fixes from ccecks@nuscc.nus.sg (Chua Kong Sian (Mr))
  40.       and msdso makefile
  41. Tue Oct 20 Patchlevel 59 Mike McGann (mwm@hasler.ascom.ch)
  42.     * binbookfile is now the main form of book.
  43.     * add rudimentary fischer clock
  44.     * add caching for static evaluations
  45.     * add aging for in core transposition table
  46.     * changes to history killer from tietz@eos.informatik.uni-bonn.de (Benno Tietz)
  47.     * bugfix from ccecks@nuscc.nus.sg (Chua Kong Sian (Mr))
  48.       for history declaration error.
  49.     * Allow full notation for book moves
  50.     * prevent caching of partially evalusted positions.
  51.     * add game time control
  52.     * add capability to feed back the clock for ICS  play
  53.     * gnuan fix en-passant problem
  54.     * gnuchess make book nameable in command line
  55.     * change move output to generate o-o form of castling moves
  56.       to satisfy ICS
  57.     * Speedup evaluation functions
  58.     * fixes to killt from tietz@eos.informatik.uni-bonn.de (Benno Tietz)
  59.     * add moves generated to post output
  60.         * fixes to genmoves from Dan Oetting <oetting@gldfs.cr.usgs.gov>
  61.     * change over to gettimeofday for more accuracy
  62.     * clean up search logic and time control
  63.     * fix transposition search bug
  64. Mon Aug 24 Patchlevel 58 Mike McGann (mwm@hasler.ascom.ch)
  65.     * add Mwpawn, Mbpawn, Mw..., Mb... , p and debug commands to
  66.     gnuchessr. 
  67.     * Fix bug in evaluation logic for hung pieces.
  68.     * Fix time control calculation to add time at time control
  69. Fri Aug 14 Patchlevel 57 Ben Hurwitz (bug fixes) Thierry Leconte (book)
  70.     * Both/force interaction improved.
  71.     * Bug fix to possibles declaration and OR of move with BADMOVE
  72.     * Work better with GM John Nunn book (take care of order of
  73.       lines, don't null the book for at least 3 moves after taken out
  74.       of book, no random opening)
  75.     * Removed exit of program when drawn game detected.
  76.     * Fixed bug that caused program to make 1-move blunders.
  77.       (transposition table caused return 0 when position seen before
  78.        to detect draw which then gets a depth bonus since search
  79.        is inexact so it ends up looking better to make a repetition
  80.        than making a winning 1-mover!)
  81. Sun Jul 2 Patchlevel 56 Henrik Schmiediche
  82.     * Fix test command (patch to dspcom.c). The results
  83.       were off by a factor of 100.
  84.     * Delete lint from Makefile.
  85.     * Better CFLAGS for HP machine.
  86. Mon Jun 29 Patchlevel 55 Stuart Cracraft
  87.     * Apply Mann's FIONREAD-clarification patches
  88.     * Change BOOKFAIL in gnuchess.h so that the program
  89.       always consults the opening book first.
  90.     * Up BOOKBITS to 10 to account for larger book:
  91.   "As currently set up with BOOKBITS equal 8 there is a table of 256
  92.   pointers into the BOOK hashtable. With 20,000 entries and 256 buckets
  93.   it would do a linear search of approx 78 entries per lookup. Increasing
  94.   BOOKBITS to 9 would mean a search of 34 entries etc. and would add 
  95.   256 pointers to the data area. So we probably should make it 10 then."
  96.                         McGann
  97. Fri Jun 26 Patchlevel 54 Mike McGann
  98.     * This version compiles into a version identical with
  99.       3.1+ (and so is much stronger than the previous 4.0).
  100.       But, it has beaten 3.1+ in a short match. Also, it
  101.       has bug fixes, timing control improvements and other
  102.       fixes contained in this list.
  103. Tue Jun 23 Patchlevel 53  Stuart Cracraft / Tim Mann
  104.     * Use a[u]+1 in ataks.c instead of ++a[u].
  105.     * Don't use space bonus tables.
  106. Tue Jun 23 Patchlevel 52  Tom Truscott
  107.     * GNUchess will now compile on the IBM RS/6000 (AIX).
  108.     * Makefile changes needed for older AIX compilers lacking support
  109.       for "cc -c foo.c -o bar.o" (strange but true).
  110.     * The other changes are to appease the picky type checking
  111.       that is enabled by some of the compiler options.
  112. Sat Jun 21 Patchlevel 51  Tim Mann <mann@src.dec.com>
  113.     * Fixed problem with "help" command by removing "fflush(stdin)".
  114.     * "Undo" command now does not add moves to a 1-move time control.
  115.     * Added back feature from 3.1 that lets the user set a maximum
  116.       search time per move instead of using time controls, and changed
  117.       the command line syntax for this feature to be compatible with 3.1,
  118.       removing the ability to set max search depth from the command line.
  119.         * Fixed the "maximum minutes per move" feature in gnuan.
  120.     * Updated and corrected the man page.
  121. Thu Jun 18 Patchlevel 50 Tim Mann
  122.     * Special #ifdefs to not do post for xboard are unnecessary
  123.       and were removed.
  124. Wed Jun 17 Patchlevel 49 Mike McGann, Urban Koisten
  125.     * Fix book code to calloc (Urban)
  126.     * Fixed other code (Mike)
  127. Sun Jun 7 Patchlevel 48 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  128.     * Fix gnuan.c output to be more uniform. And tested that it
  129.       works.
  130. Sat Jun 6 Patchlevel 47 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  131.     * Fix Makefile to correctly define BINBOOK so that parsed
  132.       opening book gets used (if available.)
  133. Sat Jun 6 Patchlevel 46 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  134.     * Various patches from various people to mostly robustify the
  135.       code (exit values to exit, etc.)
  136.     * New book.c handling code and gnuchess.h from Urban to handle
  137.       mega book now under discussion.
  138.     * New Xboard.
  139. Wed Jun  3 Patchlevel 45 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  140.     * Encapsulate Xboard with GNU Chess distribution
  141. Sun May 31 Patchlevel 44 Bart Massey (bart@cs.uoregon.edu)
  142.     * Rename structure element move to bmove in book.c since
  143.       curses.h defines a move macro.
  144.     * Get rid of superfluous returns in dspcom.c and checkbook.c
  145.     * Be sure beep message has an arg in uxdsp.c
  146.     * Add exit status to exit() call in checkbook.c
  147. Sat May 30 Patchlevel 43 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  148.     * Fix checkmate/draw handling.
  149.     * Add current module copyrights and COPYING.
  150.     * Ifdef forced-mate announcements as too buggy.
  151. Fri May 29 Patchlevel 42 Stuart Cracraft (cracraft@rice-chex.ai.mit.edu)
  152.     * HUNGP/HUNGX in eval.c updated to values used by Slate/Atkin
  153.       of Chess 4.x. This fixes a problem with Reinfeld's #281
  154.       and poor play in Alapin's opening. General play against
  155.       me has been much better.
  156. Mon May 11 Patchlevel 41 Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  157.     * genmove update to look at less possible promotion moves
  158.     * fix bugs in move ordering logic
  159.           * remove operator time as a default
  160. Thur Apr 30 Patchlevel 40 Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  161.     * Book updates from Tim Mann (mann@src.dec.com)
  162.     * Search updates to look more at possible promotion moves
  163.     * Transposition table update from U. Koistinen (md85-epi@nada.kth.se)
  164.           to allow for estimated scores.
  165. Mon Apr 27  Patchlevel 38  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  166.     * book updates for Cochrane from Tim Mann (mann@src.dec.com)
  167.     * added limit for infinite checks in endgame to tree search
  168.           to limit time spent in any branch
  169. Wed Apr 25  Patchlevel 38  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  170.     * fix slowdown caused by previous changes. 
  171. Wed Apr 22  Patchlevel 37  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  172.     * fix sizes of ttable (malloc) and hashfile (-c option)
  173.       to allow for rehashing
  174.     * eliminate pick replace with qsort
  175.     * adjust lookahead limits
  176. Thur Apr 15  Patchlevel 35  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  177.     * fix bugs in search logic
  178. Mon Apr 13  Patchlevel 34  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  179.     * Fix bugs in game win/draw logic.
  180. Fri Apr 8  Patchlevel 34  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  181.     * rewrite time control moving it up a level
  182.     * replace sorts with qsort
  183.     * fix material command to all multiple N's and B's
  184.     * and make it an ifdef on NOMATERIAL
  185. Fri Mar 30  Patchlevel 32  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  186.     * make MINDEPTH a define
  187.     * eliminate #ifdef's for hashbd/hashkey it is always required
  188.     * up MINDEPTH to 2 to always get a hint
  189.     * add some dynamics to eval/estimate decision
  190.     * more dynamic time allocation
  191. Fri Mar 27  Patchlevel 30  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  192.     * fix hashfile code again
  193.     * fix startup for no book present
  194.     * fix race condition in search
  195.     * allow parameters on commands
  196. Wed Mar 25  Patchlevel 28  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  197.     * fix bug in hashfile debug code
  198.     * add material check for draw and material command
  199.     * fix QUIETBACKGROUND code
  200. Tue Mar 24  Patchlevel 27  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  201.     * fix book move reject to not select a ? move
  202.     * add check to HASHFILE option to check for ilegal move
  203.     * document debug options
  204. Mon Mar 23  Patchlevel 26  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  205.     * Add multiple time controls
  206.     * apply fixes from  R.K.Lloyd@compsci.liverpool.ac.uk
  207.       for screen update problems in visual mode
  208. Sun Mar 22  Patchlevel 25  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  209.     * Update man pages
  210.     * fix false mate problem with transposition table
  211.     * add history killers option but don't use it.
  212.     * fix handling of input parameters so the doc and the
  213.     program agree
  214.     * allow time to be specified in seconds (machines are faster now)
  215.     * add QUIETBACKGROUND option from md85-epi@nada.kth.se.
  216.     * put in book patch from md85-epi@nada.kth.se.
  217.  
  218. Sun Mar 15  Patchlevel 22  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  219.     * Add options for SpaceBonus table levels
  220.     * Switch to new book
  221.     * Add polling code for keyboard
  222.  
  223. Tue Mar 10  Patchlevel 21  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  224.     * correct depth test in PutInTTtable
  225.     * patch from Urban Koistinen (md85-epi@nada.kth.se)
  226.       correcting bug in repetition
  227.  
  228. Mon Mar 9  Patchlevel 20
  229.     * correct defaults for MEMSET
  230.  
  231. Sat Mar 7  Patchlevel 19  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  232.     * add speedups by using memset for ZeroRPT
  233.     * rewrite ScoreSpace
  234.     * rewrite pick
  235.  
  236. Thur Mar 5  Patchlevel 18  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  237.     * fix bug in timing that led to negative times
  238.     * change time allocation to be more flexible
  239.     *  based on score and depth
  240.         * eliminate a bad opening from the book
  241.  
  242. Sat Feb 15  Patchlevel 17  Urban Koistinen (md85-epi@nada.kth.se)
  243.         * Added option -T n to set transposition table size 2^n.
  244.         * -r n set rehash to n.
  245.         * Changed repetition to make it work harder.
  246.         * ScoreSpace changed to value central squares higher.
  247.         * Made go change colors so white&black work as they should.
  248.  
  249. Fri Dec 30 08:34:00 1991  Patchlevel 16
  250.     * Fix to eval.c for mis-transcribed sign in ScoreKBNK.
  251.     * Fix to malloc call in init.c.
  252.     * ScorePosition updated with addition of ScoreSpace
  253.           to add in points for threats in a position.
  254.       from  Urban Koistinen (md85-epi@nada.kth.se)
  255.         * Various tuning of parameters
  256.  
  257. Fri Nov 30 08:34:00 1991  Patchlevel 15
  258.     * from nv-90-mho@nada.kth.se
  259.      patch to make listfile name meaningful instead of a random number
  260.     * from  Urban Koistinen (md85-epi@nada.kth.se) move generation
  261.      speedup for non-pawn moves and move selection improvements.
  262.     * from  Mike McGann (mwm@hslrswi.hasler.ascom.ch) added language
  263.      file to allow multiple languages to be supported. Fix broken 
  264.          search on opponents time, fix bad moves in book.
  265.  
  266. Mon Oct 19 08:34:00 1991  Urban Koistinen (md85-epi@nada.kth.se)
  267.         * patchlevel 14
  268.  
  269.     * fix checks in castling logic to only allow kings to do it.
  270.  
  271.     * fix repetition logic  "all pieces are the same" bug.
  272.  
  273. Thur Oct 10 13:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  274.     * patchlevel 14
  275.  
  276.     * expand the timing logic to allow more time in unstable
  277.      positions
  278.  
  279.     * Update man pages
  280.  
  281.     * Fix printout bug in Checkbook
  282.  
  283. Tue Oct 8 13:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  284.     * patchlevel 13
  285.  
  286.     * General cleanup, Fix screens, prompts, rate calculation
  287.     
  288. Sun Oct 5 13:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  289.     * patchlevel 12
  290.     * Change eval.c/KingValue to ignore Mking if the otherside
  291.     has only pawns on the board. Tuning parameter is
  292.     KINGPOSLIMIT.
  293.     
  294.     * Fix time print in gnuchess and gnuchessx. 
  295.  
  296.     * Use ShowMessage for all error messages.
  297.  
  298.     * Fix post option to print time in seconds.
  299.  
  300. Sun Oct 5 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  301.     * patchlevel 11
  302.     * speedups in search. Eliminate unused computation.
  303.  
  304.     * change eval.c/KingValue to ignore Mking if there are
  305.     only pawns on the board. Tuning Parameter is KINGPOSLIMIT.
  306.  
  307.     * make DITHER a tuning parameter.
  308.  
  309. Tue Oct 1 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  310.     * patchlevel 10
  311.     * fix eval bug in ScorePosition. Evaluated pawn structute
  312.     incorrectly. Introduced when gnuchess was split up.
  313.  
  314.     * Change default for SCORETIME to -9000 it plays better
  315.  
  316.     * correct promotion logic for CHESSTOOL and XBOARD only queens
  317.     are generated now.
  318.  
  319.     * correct handling of TOflag for bothsides mode.
  320.  
  321. Mon Sept 27 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  322.     * fix more enpassant bugs in checkgame/checkbook
  323.  
  324.     * misc speedups by inlining code.
  325.     move SqAtakd to ataks.h and inline it.
  326.     
  327.     * Modify checkbook to also read xboard game files and
  328.     check them for illegal moves. 
  329.     
  330.     * fix bug in game.c introduced by patch 8
  331.  
  332. Mon Sept 26 08:34:00 1991  Urban Koistinen (md85-epi@nada.kth.se) 
  333.  
  334.     * Correct the making and unmaking of enpassant moves and
  335.     numerous incorrect usages of ? throughout the program.
  336.  
  337. Mon Sept 24 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  338.  
  339.     * force search re-init if PV chavges due to a timeout
  340.  
  341.     * add patchlevel to the -v option to keep version straight.
  342.     
  343.     * Change search and timing logic. Search now backs up to
  344.     previous level on a timeout. Search adds time to the search
  345.     if the last top level PV is different from the current and
  346.     this level is not finished. Seems to play much stronger.
  347.  
  348. Mon Sept 16 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  349.     
  350.     * Opening book now handles transitions. It continues looking
  351.     at the book until 2 (tunable) successive turns fail to find a move
  352.     there.
  353.  
  354.     * GetOpenings now checks for errors on input. The current book was full 
  355.     of illegal moves. They were filtered out since at game time the book
  356.     move is matched against the legal move list. But it makes for bad
  357.     opening play. EnPassant moves are not allowed in openings(a limitation?)
  358.     Checks made are the there is a piece on the from square belonging
  359.     to the right side and there is no piece or a piece belonging to the
  360.     other side on the to square. There is no check that the piece is 
  361.     moving legally.
  362.     
  363.     * ListGame now makes up the name chess.lst.random#. So if you are
  364.     using xboard to play a match (two machine mode) they won't overwrite.
  365.     
  366.     * Added patch from Randy Ray (rray@SPECLAB.CR.USGS.GOV) to correctly
  367.     format chess.lst
  368.  
  369. Wed Sept 4 08:34:00 1991  Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  370.     
  371.     * Renamed gnuchess3.1+ to gnuchess to reflect the split in 
  372.     gnuchess development. There now seems to be 3 threads.
  373.     Gnuchess, gnuchess for windows (3.21), and the gnuchess4
  374.     project if it still exists.
  375.     * Fix chesstool version to handle white as well as black.
  376.     * Split program into modules for easier maintinance and
  377.     development.
  378.     * Fixed Illegal move bug in VerifyMove for promotion moves.
  379.     * Replaced ResponseTime calculations with simpler version that
  380.     stays within the time limits and seems to do as well or better
  381.     in play.
  382.     * General cleanup of the search algorithm
  383.     * Fixed gnuan input processing and termination code.
  384.     * Fixes to work with xboard match mode
  385.     * Added TEST directory with 16 problems from Levy's
  386.       Computer Chess book.
  387.  
  388. Tue Aug  6 18:10:47 1991  Philippe Schnoebelen  (phs@lifia.imag.fr)
  389.  
  390.     * Modify handling of Book in Undo (previously, when you
  391.     backtracked after quitting the book, the program was not able to
  392.     use it again)
  393.  
  394.     * Modify handling of Book in EditBoard and other routines so that
  395.     the Book is not used if you don't start from the regular initial board.
  396.  
  397. Mon Aug  5 17:26:59 1991  Philippe Schnoebelen  (phs@lifia.imag.fr)
  398.  
  399.     * Modify parse in gnuchess.c so that a move can be followed by '?'
  400.     indicating that the program should not play it itself. Such a move
  401.     is stored with the highest bit raised.
  402.           Modify OpeningBook in gnuchess.c so that moves with highest bit
  403.     set are recognized but not played by the program.
  404.  
  405.     * Modify the declaration of array PieceList in gnuchess.[ch] to
  406.     allow for up to 64 men of the same side. Such artificial
  407.     situations can be built with edit and the program must be able to
  408.     deal with them.
  409.  
  410. Mon Aug 1 10:20 1991 Mike McGann (mwm@hslrswi.hasler.ascom.ch)
  411.     Split chesstool and xboard versions. Xboard is now
  412.     gnuchessx and chesstool is gnuchessc.
  413.  
  414. Mon Apr 15 10:20 1991 Mike McGann {mwm@hslrswi.hasler.ascom.ch)
  415.     Changed transposition table to cache positions found in transposition file
  416.     Fix Undo's incorrect handling of promotions.
  417.     Fix win and draw determination bugs.
  418.      Fix bug in algbr that prevented correct display of promotion moves.
  419.     Fix Undo to correctly display side to move.
  420.     Add path to command line for save file and load file.
  421.     Make save file human readable
  422.     
  423. Thu May 24 13:42:24 1990  Hans Eric Sandstr|m  (hes at baloo)
  424.     * Fixed a bug reported by Brian Wong (wong@cs.UAlberta.CA) in
  425.     ScoreKPK
  426.  
  427. Sat May  5 15:58:31 1990  Hans Eric Sandstr|m  (hes at baloo)
  428.     * extensive tests on MSDOS for 2 weeks and lots of changes:
  429.     Moved all flags to a special flag structure.
  430.     Added my own TODO file to the DOCUMENTATION.
  431.     Moved GetOpenings and parse from the *dsp.c files.
  432.     Made the transposition table enabled by default.
  433.     Some cleanup in the *dsp.c code.
  434.     Changed UpdateHashbd to a macro.
  435.  
  436. Wed Apr 18 16:38:30 1990  Hans-Erik Sandstr|m  (hes at tiamat)
  437.     * Removed unnessesary global variables:
  438.     (wking, bking, Enemyking, INCscore, slk, InChk, HasPawn,
  439.     Zwmtl, Zbmtl, lpost, KBNKsq) this should make the program more
  440.     readable.
  441.     * Added a mini transposition table to detect repetitions, this
  442.     means that repetition is called more seldom and should save some
  443.     time. The idea for this came from Benno Tietz
  444.     (tietz@eos.informatik.uni-bonn.de)
  445.  
  446. Thu Mar 29 02:49:00 1990  Thorsten Ohl at (td12@ddagsi3.bitnet)
  447.      * nuxdsp.c has been given an ANSI interface (tailored
  448.     after uxdsp.c as of Version 3.00 and a homegrown
  449.     ANSI interface created in January for Version 1.55).
  450.      *    uxdsp.c now understands ^C interrupts.
  451.      *    both nuxdsp.c and uxdsp.c support the graphic characters
  452.     of the IBM PC (can be disabled with -DSEVENBIT).
  453.     It's of course a matter of taste, but I think it looks
  454.     much better.
  455.      * I have added prototypes and a makefile for a **IX compatible
  456.     MS-DOS make (neither Turbo C or Microsoft C will understand
  457.     this!).
  458.      *    some formal parameters are not referenced. This is due to the
  459.     different display interfaces and no problem at all. Just for
  460.     aesthetic reasons I have shut up the compiler by incrementing
  461.     the unreferenced variables.
  462.      *    some longs are assigned to shorts and some shorts to unsigned chars.
  463.     I have introduced a cast in each case, all are o.k. (as far
  464.     as I can tell).
  465.  
  466. Thu Mar  8 09:11:28 1990  Hans-Erik Sandstr|m  (hes at orsa1)
  467.     * The persistent hash table seems to work now. There are still some
  468.     problems using it on a heterogenous network.
  469.  
  470. Sun Mar  4 14:44:44 1990  Hans Eric Sandstr|m  (hes at orsa)
  471.     * I am working on a persistent hash table. Currenly a 10Mb file
  472.     with 262144 entrys. Stuart just asked me to spilt the posdata
  473.     array to make gnuchess work better on a PC, so I did that.
  474.     I have also tried to properly fix the bug that caused gnuchess
  475.     to report mate prematurely. This, I hope, will also improve the
  476.     search.
  477.  
  478. Tue Feb 27 18:27:23 1990  Hans Eric Sandstr|m  (hes at davidson.log-sv.se)
  479.     * used protoize to make a function prototyped version of gnuchess.
  480.     this means that I have to use unprotoize before 'make distribution'
  481.     to make a more portable K&R version.
  482.     removed a ZeroTTable so now the hashtable is kept between moves.
  483.  
  484. Sat Feb 24 13:14:14 1990  Hans Eric Sandstr|m  (hes at orsa)
  485.     * Added a test to detect hash table collisions, define HASHTEST.
  486.     I also removed     the times calls since there is no sense in
  487.     measuring cpu time when    wallclock time is all that counts when
  488.     playing chess.
  489.  
  490. Fri Feb 23 17:25:37 1990  Hans Eric Sandstr|m  (hes at orsa)
  491.     * Compiled gnuchess with gcc1.37 -Wall and got lots of
  492.     implicit decaration warnings. Solved most of these by adding
  493.     external declarations in gnuchess.h.
  494.  
  495. Wed Feb 21 17:41:28 1990 Jouko Holopainen (jhol@tolsun.oulu.fi) 
  496.     * Contributed his code for ECO move entry (again!)
  497.     and a file ansidsp.c (A msdos port of uxdsp.c).
  498.     I(hes) started a merge of ansidsp.c and uxdsp.c.
  499.  
  500. February 8, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  501.     Changed the transpositon table to allow 65536 positions per player.
  502.     This means a 1.3 Mbyte hash table. Introduced simple rehashing. And
  503.     also made setting ttable 0 exclude all transposition code from
  504.     gnuchess (for machines with very little memory).
  505.  
  506.  
  507. February 3, 1990 -- Tom Vijlbrief (tnosoes!tom@nluug.n)
  508.     Contributed code to fix undo of promotions.
  509.     And a bugfix RMBLTY was to small.
  510.  
  511.  
  512. Januari 27, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  513.     Fixed nuxdsp.c to work with my changes (Saved games format)
  514.  
  515.  
  516. Januari 26, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  517.     Verified that the underpromotion routines works.
  518.     Found and fixed the bug that caused gnuchess to report mate
  519.     and draw prematurely.
  520.  
  521.  
  522. Januari 25, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  523.     Received the underpromotion additions from jhol@tolsun.oulu.fi
  524.     Made some optimizations in trapped and KingScan.
  525.     Added more comments on how to improve the search.
  526.     Added info on usage of the array Tree in post mode.
  527.     Changed the index in the transposition table to unsigned short to
  528.     allow a hash table of size 65536.
  529.  
  530.  
  531. Januari 11, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  532.     Formatted gnuchess according to GNU standards with indent.
  533.  
  534.  
  535. Januari 9, 1990 -- Hans Eric Sandstrom (hes@log-sv.se)
  536.     Inserted a missing comma in KTHRT.
  537.     Removed mvstr1[5],mvstr2[5] from gnuchess.c, they are only used in the
  538.     user-interface routines uxdsp.c nondsp.c anyway.
  539.     Rewrote algbr to generate move strings for underpromotion.
  540.     (ph8k or h7h8k)
  541.     Some optimizations in CaptureList.
  542.     Changed row, column and locn to macros.
  543.     Made memset default and introduced a switch NOMEMSET for
  544.     computers without memset or where memset is a speed penality.
  545.     I tested this on:
  546.         Sparc        - no change
  547.         DECstation    - no change
  548.         Sun3/60        - 4% speed improvment.
  549.     Changed + to | in some bit-field manipulations.
  550.     Fixed the castle-with-moved-rook-bug, removed kingmoved and introduced
  551.     an array Mvboard to keep track on how many times we have moved from a
  552.     particular square.
  553.     Fixed the check for zero division in Time controls.
  554.     Added BINDIR and LIBDIR in the Makefile to set where gnuchess and
  555.     gnuchess.book gets installed.
  556.     All I have to do now is to test if all this works (-:
  557.