summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-31 20:04:13 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-31 20:04:13 +0000
commit49a2643aec995eb2741f374cd7d4c1678d043e6d (patch)
treebaff2f9df8a23532e6b1b19d62db56acda4ac86f
parent8940fb5421f8dad465c0cfc2cafe47d43ffd718e (diff)
downloadATCD-49a2643aec995eb2741f374cd7d4c1678d043e6d.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b17
1 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 74ce2263a8b..f471b95b7f7 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,11 +1,11 @@
Mon Aug 31 14:02:34 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
- * ace/ace.dsw:
- * ace/ace_dll.dsp:
- * ace/ace_lib.dsp:
- Updated to MSVC 6, which consisted of changing the
- version number insde to 6.00. This change gets it
- to work in both 5 and 6, without any trouble.
+ * ace/ace.dsw:
+ * ace/ace_dll.dsp:
+ * ace/ace_lib.dsp:
+ Updated to MSVC 6, which consisted of changing the
+ version number insde to 6.00. This change gets it
+ to work in both 5 and 6, without any trouble.
Mon Aug 31 12:25:15 1998 David L. Levine <levine@cs.wustl.edu>
@@ -22,6 +22,11 @@ Mon Aug 31 12:25:15 1998 David L. Levine <levine@cs.wustl.edu>
therefore need to explicitly initialize and finalize
the ACE_Object_Manager singleton.
+ * tests/Semaphore_Test.cpp (test_timeout): a timed
+ semaphore acquire fails on ACE_HAS_PTHREADS_DRAFT4
+ with EINTR instead of ETIME if it times out. That's
+ the way it's documented, as well as the way it behaves on LynxOS.
+
Sun Aug 30 23:05:34 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Select_Reactor_T.cpp: Should include ace/Thread.h also.