summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-07 06:21:30 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-07 06:21:30 +0000
commitc07580b915d130ab4298fc8b48a135f03149d840 (patch)
tree408b4a58124ba848aa725e6de0c3d69194ea6dbb
parente8d8b58d31b6b0accc081a0feff063cbc9d59d75 (diff)
downloadATCD-c07580b915d130ab4298fc8b48a135f03149d840.tar.gz
*** empty log message ***
-rw-r--r--apps/gperf/ChangeLog6
-rw-r--r--apps/gperf/tests/test-6.exp3
2 files changed, 8 insertions, 1 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index bcd17df1f9c..db63dcea4ee 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 7 01:20:35 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * tests/test-6.exp:
+ Updated thif file to the current help message.
+
+
Tue Oct 6 11:51:47 1998 Alexander Babu Arulanthu <alex@cs.wustl.edu>
* src/Key_List.cpp (Key_List): Fixed g++ warnings.
diff --git a/apps/gperf/tests/test-6.exp b/apps/gperf/tests/test-6.exp
index 071bbd148f2..67de5eb29a0 100644
--- a/apps/gperf/tests/test-6.exp
+++ b/apps/gperf/tests/test-6.exp
@@ -1,4 +1,5 @@
-a Generate ANSI standard C output code, i.e., function prototypes.
+-B Generate code for Binary Search.
-c Generate comparison code using strncmp rather than strcmp.
-C Make the contents of generated lookup tables constant, i.e., readonly.
-d Enables the debugging option (produces verbose output to the standard error).
@@ -78,5 +79,5 @@
-V Exits silently with a value of 0.
-Z Allow user to specify name of generated C++ class. Default
name is `Perfect_Hash.'
-Usage: ../src/gperf [-acCdDef[num]gGhH<hashname>i<init>IjJk<keys>K<keyname>lL<language>mMnN<function name>oOprs<size>S<switches>tTvVZ<class name>].
+Usage: ../src/gperf [-aBcCdDef[num]gGhH<hashname>i<init>IjJk<keys>K<keyname>lL<language>mMnN<function name>oOprs<size>S<switches>tTvVZ<class name>].
(type ../src/gperf -h for help)