summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-16 21:13:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-16 21:13:56 +0000
commit54e2ad1efb003342e5cc5b0b89057761d9306a0d (patch)
treea0ae2f51be66b2771349a9a292fa7f838fe4893c /ChangeLog-98b
parent3698d90248c2e4b15d89473e0a398f71ce6b4553 (diff)
downloadATCD-54e2ad1efb003342e5cc5b0b89057761d9306a0d.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 6b9f24d5ae5..800a685ef78 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,3 +1,10 @@
+Fri Oct 16 15:45:08 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ace/[Hash_]Map_Manager: Removed the use of locking for the
+ iterators. This is totally broken when using STL-style
+ iterators, so it's better to let users figure out their usecase,
+ rather than guess wrong and screwing up their code.
+
Fri Oct 16 14:57:58 1998 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/Hash_Map_Manager and Map_Manager: Fixed the operator++ and