summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-02 12:20:09 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-02 12:20:09 +0000
commit823d3a8d6c34ca52f1a19b7255d6d463f19a307a (patch)
treec475af3288a0b60d63c80bf9e29a0fe6bcc8947a
parentbd97ec130614d01bc1b6d09c5c94075e28317662 (diff)
downloadATCD-823d3a8d6c34ca52f1a19b7255d6d463f19a307a.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index a28380e6ada..8f0873ea588 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,13 @@
+Tue Dec 02 06:16:39 1997 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Future.cpp: removed ACE_Atomic_Op<ACE_Thread_Mutex, int>
+ instantiation because it no longer appears to be necessary,
+ and caused link collisions on g++/VxWorks.
+
+ * examples/Shared_Malloc/test_persistence.cpp: removed
+ ACE_Malloc<ACE_MMAP_MEMORY_POOL, ACE_Null_Mutex>
+ instantiation because it's in ace/System_Time.cpp.
+
Tue Dec 02 00:18:04 1997 <irfan@TWOSTEP>
* ace/Memory_Pool.cpp (handle_signal): If guess_on_fault_ is true,
@@ -7,7 +17,7 @@ Tue Dec 02 00:18:04 1997 <irfan@TWOSTEP>
remap the file. If the user does not want this behavior, the
guess_on_fault_ flag should be turned off. Thanks to Jon
Prettyman <jonp@als.ameritech.com> for pointing this out.
-
+
Mon Dec 01 16:13:06 1997 <irfan@TWOSTEP>
* ace/config-win32-common.h: Added back ACE_LACKS_ACE_IOSTREAM to