summaryrefslogtreecommitdiff
path: root/apps/gperf/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/ChangeLog')
-rw-r--r--apps/gperf/ChangeLog29
1 files changed, 0 insertions, 29 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index 62b4cca8a20..736e09a5bb2 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,32 +1,3 @@
-Sun Jul 29 12:17:55 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
-
- * The following changes fix a bug reported by Karl Proese
- <karl.proese@mchp.siemens.de> and Jeff Parsons.
-
- * tests: Patched the *.exp files to include the new WORDLIST_SIZE
- macro.
-
- * src/Key_List.cpp: Generate a new const/enum that defines the
- size of the wordlist array. This is now used to fix a nasty bug
- where MAX_HASH_VALUE was used instead of WORDLIST_SIZE.
-
- * src/Key_List.cpp (output_lookup_array): Reformatted the
- debugging output to make it easier to tell what's going on.
-
- * tests/tao.exp: Updated this file based on the expected output of
- the new test example.
-
- * tests/tao.gperf: Updated this to use a different set of keys since
- they exercise the range of screwy inputs better than the earlier
- contents of this file. In particular, this should detect
- certain nasty bugs that were plaguing GPERF earlier for keyword
- sets with a large number of duplicates.
-
- * src/Key_List.cpp (read_keys): Clarified the debugging message
- to indicate the key links are *static*.
-
- * src/Options.cpp (parse_args): Fixed a stupid typo...
-
Sun Jul 1 08:33:56 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* tests/Makefile: For some strange reason there was a BIN2 macro