summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-02 22:11:39 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-02 22:11:39 +0000
commit273bef473b3490639079023931de33b61dd43464 (patch)
treeebe6af1e908b486fe254685084363abf491df865
parentda0740654421df0e7908a0cac786c64b4191eaa4 (diff)
downloadATCD-273bef473b3490639079023931de33b61dd43464.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-97a14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index 7aed98bb5f2..91633d958df 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,5 +1,19 @@
Wed Apr 02 10:09:37 1997 David L. Levine <levine@cs.wustl.edu>
+ * ace/config-sunos5.5-sunc++-4.1.h: added template specialization
+ with Sun C++ 4.2.
+
+ * include/makeinclude/platform_sunos5_sunc++_4.1.GNU: removed +w
+ and added comments about Sun C++ 4.2 support.
+
+ * include/makeinclude/platform_chorus.GNU, platform_hpux_gcc.GNU,
+ platform_irix5.{2,3_g++}.GNU, platform_m88k.GNU,
+ platform_osf1_4.0_g++.GNU, platform_sco-nothread.GNU,
+ platform_sunos{4,5}_g++.GNU, platform_sunos5_x86_g++.GNU,
+ platform_unixware_g++.GNU, platform_vxworks5.2_g++.GNU:
+ added -fno-implicit-templates to CCFLAGS. See INSTALL file
+ for discussion of the g++ option.
+
* netsvcs/clients/Tokens/manual/manual.cpp: made
STDIN_Token::TID typedef public so that template
specialization (w/ Sun C++ 4.2) can access it.