1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Comments and code restructuring.

This commit is contained in:
Bruno Haible
2003-02-19 12:32:06 +00:00
parent 362493686d
commit 1d73fbe019
3 changed files with 95 additions and 33 deletions

View File

@@ -1,3 +1,14 @@
2002-11-19 Bruno Haible <bruno@clisp.org>
* src/search.h (Search::find_good_asso_values): New declaration.
* src/search.cc: Add comments about the basic structure of the
algorithm.
(Search::find_positions): Move the option[POSITIONS] test to here.
(Search::find_good_asso_values): New method, extracted from
Search::optimize.
(Search::optimize): Remove option[POSITIONS] test. Call
find_good_asso_values.
2002-11-17 Bruno Haible <bruno@clisp.org>
* src/options.cc (Options::parse_options): Include copyright notice