~ubuntu-branches/ubuntu/natty/freecell-solver/natty

« back to all changes in this revision

Viewing changes to DONE.txt

  • Committer: Bazaar Package Importer
  • Author(s): RISKO Gergely
  • Date: 2009-07-15 17:42:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090715174219-2rlyyvse0kezacly
Tags: 2.34.0-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
* Add fcs_flip_top_card() to the things that are not done in FCS_FREECELL_ONLY.
 
2
 
 
3
* Change fc_solve_rand_alloc() away from malloc() into handling a pointer
 
4
to a rand_struct.
 
5
 
 
6
* Put the rest of the news (from http://fc-solve.berlios.de/ ) inside the
 
7
NEWS file.
 
8
 
 
9
* Try to convert the macro-mania in tests.h (sfs_check_state_begin() / 
 
10
sfs_check_state_end() ) to functions, and see if it actually makes it faster.
 
11
 
 
12
* Write automated tests for split_cmd_line.c . 
 
13
 
 
14
* Make sure that "rpmbuild -tb freecell-solver....tar.bz2" works.
 
15
Right now, it only works if the .tar.gz is present.
 
16