summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-30 10:56:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-30 10:56:52 +0000
commit4ec270fa032ffe6f7e066b4981aef3a0b313a844 (patch)
tree44f33280a31f8d4249dd9e910764a8a5c222b2ae
parent38b8ef3552b636891b66b66a46e2d5ffc3935f52 (diff)
downloadATCD-4ec270fa032ffe6f7e066b4981aef3a0b313a844.tar.gz
ChangeLogTag: Sat Apr 30 10:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--apps/gperf/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index 100dd45f644..643957f3042 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,9 +1,15 @@
+Sat Apr 30 10:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * src/Key_List.cpp:
+ Use option.key_name() instead of opname_, the key name is passed
+ as -K on the commandline. Thanks to Frank Pilhofer <fp@mc.com>
+
Fri Apr 29 09:08:39 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* src/Key_List.cpp (output_binary_search_function): Added a
-
+
do {/* null */} while (&base == 0);
-
+
to silence warnings on some compilers. Thanks to Frank Pilhofer
<fp@mc.com>.