summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-01-19 23:34:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-01-19 23:34:52 +0000
commit53d94de2bab46dd0682740b3551098c7c8d90a42 (patch)
treeb43aab4e14565bad5ca47dc8b2354bf05e732d27 /ChangeLog
parent196ed7324e8d5328d2c99e81c33c9c5fce29c3a3 (diff)
downloadATCD-53d94de2bab46dd0682740b3551098c7c8d90a42.tar.gz
ChangeLogTag:Sat Jan 19 17:29:50 2002 Douglas C. Schmidt <schmidt@siesta.cs.wustl.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35077cda75d..c7e927cf10c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sat Jan 19 17:29:50 2002 Douglas C. Schmidt <schmidt@siesta.cs.wustl.edu>
+
+ * ace/Vector_T.cpp (dump): Fixed problems with this method. Thanks
+ to Don Hinton for reporting this.
+
+ * tests/Vector_Test.cpp: Changed the typedef of DATA from int to
+ size_t to avoid "type mismatch" compiler warnings. Thanks to
+ Don Hinton for reporting this.
+
Sat Jan 19 22:30:26 UTC 2002 Don Hinton <dhinton@ieee.org>
* apps/JAWS2/JAWS/Hash_Bucket_T.h: