From c130a03e347ab5e24710ecddad605b6f8a004c08 Mon Sep 17 00:00:00 2001 From: vishal Date: Sat, 3 Oct 1998 02:52:08 +0000 Subject: *** empty log message *** --- apps/gperf/ChangeLog | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'apps/gperf/ChangeLog') 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 + + * 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 * 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 - * 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 Mon Sep 28 13:18:05 1998 Douglas C. Schmidt - * 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 -- cgit v1.2.1