summaryrefslogtreecommitdiff
path: root/games/gnuchess/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2009-10-31getline -> get_linetnn1-2/+3
2008-04-03Make sure read(2) has the prototype defined before using it.joerg1-1/+2
2006-04-03Make this package build with gcc-4.minskim1-1/+2
2005-02-23Add RMD160 digests.agc1-1/+2
2004-03-09Make this package compile and work when not using native threads.kristerw1-1/+2
2004-03-08Update gnuchess to 5.07. Patch provided by Michal Pasternak inminskim1-13/+3
PR pkg/24700, and slightly modified by me. Changes: - New PGN parser handles annotated PGN when creating opening book - Additional command line options - gnuchessx script added - Added code for pondering and analysis mode - Added white/black commands for use with icsDrone - Command line options now follow GNU standards (./gnuchess --help) - Some optimisations added - Book may be stored in /usr/share/games/gnuchess/book.dat - Program no longer starts search from scratch every move - Fixed a potential buffer overflow in pgn.c. - General code cleanups, bug fixes, and probably introduction of new bugs, especially in pondering related code - The opening book is now looked for in /usr/lib/games/gnuchess/book.dat if it is not found in the working directory. - Changes for easing compilation with MSVC - Removed support for the Novag Universal Board. The recommended alternative is to use the winboard driver for this board, which is linked to on http://www.tim-mann.org/extensions.html - Bug fixes (as always) - Bug fixes (The infamous "illegal move" bug should be dead by now.) - Architecture independent binary book. Yes, you may now move your binary book around between little and big endian, 32 and 64 bit machines and it should not break. - Build system is now automake/autoconf, should ease porting gnuchess to your favorite strange architecture. (Hell, what about gnuchess on cellphones...?)
2002-03-15Check gcc version and for powerpc downgrade CFLAGS to just -O as anything abovejmc1-2/+2
that causes bad code generation and core dumps.
2001-11-11Apply a patch from Tim Mann's chess site that fixes the following problem:jlam1-2/+4
The "edit" function is not implemented in GNU Chess 5.00. This means that XBoard's "Edit Position" feature will not work with it. Loading a position from a file, loading a PGN game that starts from a nonstandard position, or playing an ICS wild game in Zippy mode, etc., will also not work. Also fix the gnuchessx script to accept options and to pass them through to the gnuchess binary. Bump package version number to 5.00nb2.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+11
+ move the patch digest/checksum values from files/patch-sum to distinfo