| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 7 days | fix: all: fixes to get emacs-chess working on 30.2 | Craig Jennings | |
| - added lexical-binding headers to all source files - replaced make-variable-buffer-local with defvar-local throughout source code - replaced deprecated cl library with cl-lib, including replacing assert with cl-assert to emacs-chess-steps.el - added proper headers and footers to test files when missing - populated chess images and chess sounds directory - fixed defcustom calling directory-files without error handling. xboard installation no longer required. | |||
| 2014-06-04 | Sync from ELPA. | Mario Lang | |
| 2014-05-20 | Add remaining file headers, synced from ELPA. | Mario Lang | |
| 2014-03-04 | Replace obsolete `time-to-seconds' with `float-time'. | Mario Lang | |
| 2013-09-05 | Do not interactively prompt for confirmation when opening a large PGN file. | Mario Lang | |
| 2008-09-02 | Simplified the test runner's output, so it fits in 80 columns. | John Wiegley | |
| 2008-09-02 | Corrected game indices in the debug output. | John Wiegley | |
| 2008-09-01 | The 'start' parameter passed in is now a 0-based index, like what is expected | John Wiegley | |
| by chess-database.el. | |||
| 2008-09-01 | Use the modulus of the read-count to govern when game counts are reported. | John Wiegley | |
| 2008-09-01 | Make game numbers displayed equal to indexes used in chess-database. | Mario Lang | |
| 2008-09-01 | Fix a "off-by-one" thinko, database indexes are zero based. | Mario Lang | |
| 2008-09-01 | When a testing error occurs, mention the exact test that failed along with | John Wiegley | |
| the cause. Also, make it so that a failing test does not stop all the tests from running. | |||
| 2008-09-01 | If the COUNT is less than zero, run all the remaining tests. | John Wiegley | |
| 2008-09-01 | Several improvements to how tests are run. | John Wiegley | |
| First, if the user hasn't downloaded the monster test database, we just run a simple test of 400 historical games. Second, you can specify the variables START and COUNT on the command line, for running just a part of the huge database. | |||
| 2008-09-01 | Allow the stress tests to be run across a specific range: | John Wiegley | |
| make START=2000 FINISH=5000 check If START is omitted, it begins at game 1. If FINISH is omitted, it ends at the last game in the test database. | |||
| 2008-09-01 | Wrote a testing function for emacs-chess, which computes the legality of plies | John Wiegley | |
| for a database of known legal games. | |||
| 2008-08-29 | Several changes in order for 'make distcheck' to work. | John Wiegley | |
