summaryrefslogtreecommitdiff
path: root/apps/gperf/ChangeLog
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-03 02:52:08 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-03 02:52:08 +0000
commitc130a03e347ab5e24710ecddad605b6f8a004c08 (patch)
tree7c5191e00e6626282d84095d3e7db31aa1221615 /apps/gperf/ChangeLog
parent848aff33a475e9fa93078f74e162f48c86cbc031 (diff)
downloadATCD-c130a03e347ab5e24710ecddad605b6f8a004c08.tar.gz
*** empty log message ***
Diffstat (limited to 'apps/gperf/ChangeLog')
-rw-r--r--apps/gperf/ChangeLog23
1 files changed, 20 insertions, 3 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index d1dadf7c04b..13d0c65da98 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,11 +1,28 @@
+Fri Oct 2 21:38:54 1998 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
+
+ * src/Options.cpp (parse_args): Added the -b option for the binary
+ search.
+
+ * src/Options.h (enum Option_Type): Added the BINARYSEARCH in the
+ enumeration.
+
+ * src/Key_List.cpp : Added the function output_binary_search_function
+ (void). Changed the output function to include the Binary Search option.
+ Used option[BINARYSEARCH] to distinguish the binary search case from the
+ hashing case.
+
+ * src/Key_List.h : Added the prototype for output_binary_search_function.
+ Also added the key_sort variable to enable sorting based on key values.
+
+
Thu Oct 1 12:40:59 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>
* src/Options.cpp (parse_args): Comments for Vishal to incorporate
- Binary Seach on to GPERF.
+ Binary Seach on to GPERF.
Wed Sep 30 16:55:53 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tests/Makefile:
+ * tests/Makefile:
Updated dependencies, added a realclean target to remove the
output from the tests.
@@ -16,7 +33,7 @@ Wed Sep 30 12:41:29 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Mon Sep 28 13:18:05 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * tests: Updated all the test-*.exp files to reflect the
+ * tests: Updated all the test-*.exp files to reflect the
latest "unsigned" changes.
* src/Key_List.cpp (output_hash_function): Fixed another use of