summaryrefslogtreecommitdiff
path: root/ChangeLog-97a
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-02 03:57:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-02 03:57:53 +0000
commitd83b31f2fa47a69ac17ef7cf7debc4b7413c91d4 (patch)
tree696113cc0d1a52315133f83a7fb394398335dc3d /ChangeLog-97a
parentfcb86c1b87f2120e5b9cbf62b5e52ad93f19fced (diff)
downloadATCD-d83b31f2fa47a69ac17ef7cf7debc4b7413c91d4.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r--ChangeLog-97a17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index 026982e7646..d15c1478925 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,3 +1,20 @@
+Tue Jul 1 22:49:58 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
+
+ * ace/Strategies_T.h: Changed the return value of all the hash()
+ methods to be u_long.
+
+ * tests/Map_Manager_Test.cpp (hash): Changed the return value of
+ all the hash() methods to be u_long.
+
+ * ace/SString.cpp: Changed the return value of all the hash()
+ methods to be u_long.
+
+ * ace/Hash_Map_Manager: Changed the return value of hash()
+ to return a u_long in order to (1) be consistent with
+ the return value of hash_pjw() and (2) give the maximal
+ range for the hash function. Thanks to Marina Spivak
+ <marina@cs.wustl.edu> for reporting this.
+
Tue Jul 01 14:47:22 1997 David L. Levine <levine@cs.wustl.edu>
* ace/High_Res_Timer.{h,i} (gettime): use gettime () static function