summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-02-22 00:19:28 +0000
committerBruno Haible <bruno@clisp.org>2003-02-22 00:19:28 +0000
commit76575063ead694d3680ae1b3d85cda21b8fd1e8e (patch)
treebcc8544c42876899ba341575dd58898b4c522df2 /NEWS
parentf1da37e04b52e2479b1dcf7570fb195f3bf2f024 (diff)
downloadgperf-76575063ead694d3680ae1b3d85cda21b8fd1e8e.tar.gz
Implement backtracking.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c5b023f..cdfe72b 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,9 @@ New in 2.8:
* Some keyword sets containing permutations, like { "xy", "yx", "xz", "zx" }
or { "abc", "acb", "bca", "cab" }, are now handled by gperf without
requiring the option -D.
+* When the search for a good hash function is not immediately successful,
+ backtracking is now used to continue the search. Earlier versions of gperf
+ bailed out with an "Internal error, duplicate hash code value".
* Bug fixes.
New in 2.7.2: