summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-12 18:56:10 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-12 18:56:10 +0000
commit7ef75910911808fce0694396f6335f9130172895 (patch)
tree9a9b928e051893bd126deb7e0f0a68dbc56a1b9a
parentddaea247ab5b647b2267f01d6d84a9cb24574392 (diff)
downloadATCD-7ef75910911808fce0694396f6335f9130172895.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 19ed0f8bbb8..fa019e4ebf9 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,14 @@
+Fri Mar 12 12:53:17 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/config-sunos5.5.h: with CC 5.0, replaced ACE_LACKS_ACE_IOSTREAMS
+ with ACE_USES_OLD_IOSTREAMS.
+
+ * include/makeinclude/platform_sunos5.5_sunc++.GNU: with CC 5.0,
+ added -library=iostream,no%Cstd to CCFLAGS.
+
+ Thanks to Diethard Ohrt <Diethard.Ohrt@siemens.at> for the
+ above two updates to support CC 5.0.
+
Fri Mar 12 12:09:14 1999 David L. Levine <levine@cs.wustl.edu>
* ace/OS.h: fixed comment after #endif to match its #ifdef.