summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-05 20:55:54 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-05 20:55:54 +0000
commit2850f8d5ace3d4b133483df1be4432577de943ed (patch)
treee9824c10e88f7b15fe9103e131ffbcbe33f9ec03 /ChangeLog-98b
parentab3266f5282fecece715e5d9e6b57934ee84ff4f (diff)
downloadATCD-2850f8d5ace3d4b133483df1be4432577de943ed.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index d583813f631..7c5eeeba3f4 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,7 +1,7 @@
Tue Jan 05 13:15:35 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/Service_Config.i (open): Be sure to pass down the
- <ignore_static_svcs> argument down to the real open method.
+ * ace/Service_Config.i (open): Be sure to pass down the
+ <ignore_static_svcs> argument down to the real open method.
Tue Jan 05 08:08:06 1999 David L. Levine <levine@cs.wustl.edu>
@@ -11,6 +11,10 @@ Tue Jan 05 08:08:06 1999 David L. Levine <levine@cs.wustl.edu>
* ace/config-osf1-4.0.h: added 10 ms ACE_TIMER_SKEW, so that
MT_Reactor_Timer_Test passes.
+ * ace/config-lynxos.h: added 10 ms ACE_TIMER_SKEW, so that
+ MT_Reactor_Timer_Test comes closer to passing. It now
+ chokes on the wait () near the end.
+
Tue Jan 5 00:59:04 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
* ace/Synch: Changed the remove() method of ACE_Thread_Mutex,