summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-27 02:34:16 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-27 02:34:16 +0000
commit75cf34563777e1d2cb7ea5e7f040fe1deffa4054 (patch)
tree54873e24b436d768b16cddc1f318b76ceb3465c2
parentf50ae63ac5b7a0282892b89196383cc4bd9a4142 (diff)
downloadATCD-75cf34563777e1d2cb7ea5e7f040fe1deffa4054.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 864433e130e..cc8a15c6231 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -7,7 +7,7 @@ Fri Jun 26 14:52:33 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* performance-tests/Makefile: Temporarily removed Synch-Benchmark
from the targets. It should be added back once the work is
- done.
+ done.
Fri Jun 26 11:50:03 1998 David L. Levine <levine@cs.wustl.edu>
@@ -26,6 +26,13 @@ Fri Jun 26 11:50:03 1998 David L. Levine <levine@cs.wustl.edu>
* ace/Message_Queue_T.*,Makefile: split Message_Queue into
template and non-template files.
+ * ace/Basic_Types.h: added ACE_CU64_TO_CU32 conversion macro,
+ for converting const ACE_UINT64 to const ACE_UINT32. The old
+ ACE_U64_TO_U32 wouldn't work with Sun C++'s ANSI casts.
+
+ * performance-tests/Misc/basic_perf.cpp (per_iteration): use
+ ACE_CU64_TO_CU32 for narrowing the const ACE_UIN64 argument.
+
Fri Jun 26 11:39:49 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* ACE-INSTALL.html: Added more infomation in {Free,Net}BSD.