summaryrefslogtreecommitdiff
path: root/apps/gperf/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gperf/ChangeLog')
-rw-r--r--apps/gperf/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index 3a72ef606bb..5f1096e6812 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -2,7 +2,8 @@ Sat Oct 10 18:40:56 1998 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
* tests/test-6.exp (Usage): copied the output of gperf -h option
into test-6.exp. This test was failing because it didn't have
- the -b option previously.
+ the -b option previously. Thanks to David for reporting the failure
+ of tests.
* src/Options.cpp : Changed the option case 'h' to include the
following line " -b/t Code for Linear Search".