summaryrefslogtreecommitdiff
path: root/apps/gperf/ChangeLog
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-17 23:07:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-17 23:07:49 +0000
commit33a7a2b2533ce57996106bf1bc0c539b9f0e2cb1 (patch)
treed8303a51f3609dd0d899bd887f169e0eaff5f98b /apps/gperf/ChangeLog
parente7716fd9034e87f3b903ca5671382801599a73f8 (diff)
downloadATCD-33a7a2b2533ce57996106bf1bc0c539b9f0e2cb1.tar.gz
.
Diffstat (limited to 'apps/gperf/ChangeLog')
-rw-r--r--apps/gperf/ChangeLog22
1 files changed, 20 insertions, 2 deletions
diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog
index 3530d89efa2..c74380c5aea 100644
--- a/apps/gperf/ChangeLog
+++ b/apps/gperf/ChangeLog
@@ -1,8 +1,26 @@
+Thu Jun 17 18:04:30 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
+
+ * tests/test-[1-5].exp: Fixed all the tests to account for the new
+ EBCDIC output.
+
+Thu Jun 17 17:25:00 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * src/Key_List.cpp (output_hash_function): Generate an asso_values
+ table that will have the appropriate values for both EBCDIC or
+ ASCII, depending on the platform.
+
+ * src/Key_List.cpp (output_hash_function),
+ src/Gen_Perf.cpp (Gen_Perf),
+ src/Vectors.h: Replaced the use of ALPHA_SIZE with
+ ACE_STANDARD_CHARACTER_SET_SIZE, which works correctly for
+ EBCDIC platforms, as well as ASCII ones. Thanks to
+ Jim Rogers <jrogers@viasoft.com> for this suggestion.
+
Wed Jun 16 19:08:01 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
* src/Key_List.cpp: Fixed the key_word table generation so that it
- generates the "default fill" string for the null entries in the
- table. Thanks to Irfan and Naga for helping in this.
+ generates the "default fill" string for the null entries in the
+ table. Thanks to Irfan and Naga for helping in this.
Sun Jun 6 15:47:23 1999 Douglas C. Schmidt <schmidt@danzon.cs.wustl.edu>