summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-12 10:23:31 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-12 10:23:31 +0000
commit72f38dcca513c8d45f53120d646d13d85698a5de (patch)
tree17faa6ce0c9505f67aa52aacf78b63caaca97768
parent560a530f20da745881530d1f52ede31d76cf9796 (diff)
downloadATCD-72f38dcca513c8d45f53120d646d13d85698a5de.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 3302f0c129e..715ab19edeb 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,5 +1,15 @@
Fri Dec 12 03:00:21 1997 James C Hu <jxh@cs.wustl.edu>
+ * ace/config-sunos5.5-egcs-1.0.h: Fundamemntally identical to g++
+ version, except added ACE_HAS_STDCPP_STL_INCLUDES, which is
+ taken to mean that the Standard C++ STL include files are
+ supported.
+
+ * IOStream.h: Added #if's to handle the case where
+ ACE_HAS_STRING_CLASS, but if ACE_HAS_STDCPP_STL_INCLUDES, then
+ the string class is found in <string>. Otherwise, it looks for
+ it in <String.h>.
+
* ace/OS.i: Re-implemented strcasecmp methods. Thought bad
implementations were related to a JAWS bug, but the the hand
implementations are not used on Solaris.