summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-22 12:27:50 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-22 12:27:50 +0000
commitde9b7c6876394f9ddeff31346ec0defb39c3a77c (patch)
tree5f76aa69a79188fdb8b8e54950fc41947515dc90
parenta3da6e4d8a883309c5e6252cdf72964aa41ad019 (diff)
downloadATCD-de9b7c6876394f9ddeff31346ec0defb39c3a77c.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b18
1 files changed, 13 insertions, 5 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 9e4e8782f47..51897eb351a 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,11 +1,19 @@
+Fri May 22 07:26:06 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Stats.cpp: added some casts to avoid MSVC++ warnings
+ about narrowing.
+
+ * ace/config-osf1-4.0.h: removed commented-out
+ ACE_LACKS_{COND,MUTEX}ATTR_PSHARED.
+
Fri May 22 00:09:15 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/Local_Tokens.{h,cpp} (ACE_Null_Token): Only defined default
- ctor/dtor explicitly when ACE_LACKS_INLINE_FUNCTIONS.
+ * ace/Local_Tokens.{h,cpp} (ACE_Null_Token): Only defined default
+ ctor/dtor explicitly when ACE_LACKS_INLINE_FUNCTIONS.
- * ace/Stats.cpp: Defined ACE_BUILD_DLL at the beginning.
- Win32 needs to define ULONGLONG literals as 999ui64.
- This is the only place that uses i64 literals.
+ * ace/Stats.cpp: Defined ACE_BUILD_DLL at the beginning.
+ Win32 needs to define ULONGLONG literals as 999ui64.
+ This is the only place that uses i64 literals.
Thu May 21 21:55:09 1998 David L. Levine <levine@cs.wustl.edu>