summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 22:37:52 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 22:37:52 +0000
commit21e695285b2b1d899e3992edd1f4ac889880e83f (patch)
treed32a9226901733a6f88a8e753aabf8d782a477e0
parentb13114b21012b2fae5b4fbc754c4c767f76007fb (diff)
downloadATCD-21e695285b2b1d899e3992edd1f4ac889880e83f.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b21
1 files changed, 13 insertions, 8 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index abf5c3de092..68ffa0e03d2 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,17 +1,17 @@
Tue Oct 27 14:16:27 1998 James CE Johnson <jcej@chiroptera.tragus.org>
- * docs/tutorials/015/Recv.cpp : Changed atoi() to ACE_OS::atoi()
- * docs/tutorials/015/page22.html: Ensure that the correct cpp
- and header files are HREF'd
+ * docs/tutorials/015/Recv.cpp : Changed atoi() to ACE_OS::atoi()
+ * docs/tutorials/015/page22.html: Ensure that the correct cpp
+ and header files are HREF'd
- Thanks to Susan Leibskind <shl@cc.gatech.edu> for catching these.
+ Thanks to Susan Leibskind <shl@cc.gatech.edu> for catching these.
Tue Oct 27 12:31:28 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/OS.i (cond_timedwait): Made sure the broadcaster always gets
- signaled no matter what the "wait" function return if this is
- the last waiter for this cv. In any case, the calling thread is
- no longer waiting on the cv any more.
+ * ace/OS.i (cond_timedwait): Made sure the broadcaster always gets
+ signaled no matter what the "wait" function return if this is
+ the last waiter for this cv. In any case, the calling thread is
+ no longer waiting on the cv any more.
Tue Oct 27 08:22:41 1998 David L. Levine <levine@cs.wustl.edu>
@@ -35,6 +35,11 @@ Tue Oct 27 08:22:41 1998 David L. Levine <levine@cs.wustl.edu>
* ACE-INSTALL.html: added note about segfault when attempting to
register a signal handler on LynxOS 3.0.0/PowerPC.
+ * ace/Object_Manager.cpp (fini): added check of
+ instance_->shutting_down_ on entry. This will avoid
+ reentrance if fini () is called before the Object_Manager
+ is (explicitly) destroyed. Thanks to Gonzo for reporting it.
+
Tue Oct 27 05:47:21 1998 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* ACE version 4.5.65 released.