summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-29 23:39:06 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-29 23:39:06 +0000
commit58e9004b52081f3b337dc20bac7ab0f826dc4c24 (patch)
treea562e6cf82ff6743ee50da6be2ee614847dbd00b
parentbc3d33e0ec5c7b51155432a8ceb3a82c6c4b6d57 (diff)
downloadATCD-58e9004b52081f3b337dc20bac7ab0f826dc4c24.tar.gz
Semaphore test fixed again.
-rw-r--r--ChangeLog-98b15
1 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 681c9ff8b7f..733fb9c0c6f 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,14 +1,21 @@
+Thu Oct 29 17:36:29 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
+
+ * tests/Semaphore_Test: Removed the timed acquire stuff from
+ th worker thread and the display at the end of the test.
+ Now it shouldn't output the confusing "100% of threads
+ timed out" message on platforms without timed acquire.
+
Thu Oct 29 15:25:19 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/Svc_Handler.cpp (open): Added a trailing newline to the
- error message.
+ * ace/Svc_Handler.cpp (open): Added a trailing newline to the
+ error message.
Thu Oct 29 15:13:07 EST 1998 James CE Johnson <jcej@chiroptera.tragus.org>
* docs/tutorials/index.html
* docs/tutorials/016/*
- Added Tutorial 016. This discusses ACE_Condition<> and ways
- to make it more manageable in an application.
+ Added Tutorial 016. This discusses ACE_Condition<> and ways
+ to make it more manageable in an application.
Thu Oct 29 11:44:21 1998 David L. Levine <levine@cs.wustl.edu>