Refactoring of move-history code
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 21 Jan 2010 13:32:46 +0000 (14:32 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 30 Jan 2010 08:41:43 +0000 (09:41 +0100)
commitf1fbc14f88e6dfef22020dc193f3b4805952778c
tree9c02e46223609327c854f5de01988d2c6994682f
parent3d14671eb68a945653366a390e7e27b5eaee9c22
Refactoring of move-history code

The WinBoard code in whistory.c was split in a front-end part (remaining
in whistory.c) and a back-end part (now in history.c in the xboard
directory). This to allow easy porting to other platforms.
history.c [new file with mode: 0644]
winboard/makefile.gcc
winboard/makefile.ms
winboard/whistory.c