summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog-98a13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 6fd87a51d73..137425d09d0 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,8 +1,15 @@
+Mon May 04 17:09:39 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * performance-tests/Misc/context_switch_time.cpp: lots of
+ cleanup. The main changes were the use of ACE_THR_PRI_FIFO_DEF
+ for the default therad priority, and removal of some
+ unnecessary thr_yield () calls.
+
Mon May 4 13:08:18 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
- * ace/config-sunos5.6.h: Removed a mysterious "30" at the end of
- an #undef. Thanks to J. Russell Noseworthy
- <rnosewor@objectsciences.com> for reporting this problem.
+ * ace/config-sunos5.6.h: Removed a mysterious "30" at the end of
+ an #undef. Thanks to J. Russell Noseworthy
+ <rnosewor@objectsciences.com> for reporting this problem.
Mon May 04 08:49:09 1998 David L. Levine <levine@cs.wustl.edu>