From 78afcdfcbe3a607190bed3b33f774a4041de4d31 Mon Sep 17 00:00:00 2001 From: kitty Date: Fri, 12 Apr 2002 05:16:52 +0000 Subject: ChangeLogTag: Fri Apr 12 00:15:32 2002 Krishnakumar B --- ChangeLog | 14 +++++++++++--- ChangeLogs/ChangeLog-02a | 14 +++++++++++--- ChangeLogs/ChangeLog-03a | 14 +++++++++++--- ace/config-sunos5.5.h | 1 - include/makeinclude/platform_sunos5_sunc++.GNU | 5 +++-- 5 files changed, 36 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e6d9d8007c..e8fc1f2d952 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Apr 12 00:15:32 2002 Krishnakumar B + + * include/makeinclude/platform_sunos5_sunc++.GNU: + * ace/config-sunos5.5.h: + + Reverted to status quo. If and when things go fine, I will + re-enable them. Too many things breaking currently. + Thu Apr 11 20:37:53 2002 Krishnakumar B * ace/OS.i (ftell): @@ -23,10 +31,10 @@ Thu Apr 11 18:29:27 2002 Steve Huston Thu Apr 11 22:07:40 UTC 2002 Don Hinton - * netsvcs/lib/Client_Logging_Handler.cpp: Added missing - Log_Record.h include. + * netsvcs/lib/Client_Logging_Handler.cpp: Added missing + Log_Record.h include. - * tests/Svc_Handler_Test.cpp: + * tests/Svc_Handler_Test.cpp: Changed ACE_Log_Record::MAXLOGMSGLEN to ACE_MAXLOGMSGLEN. Thu Apr 11 20:04:22 UTC 2002 Don Hinton diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 3e6d9d8007c..e8fc1f2d952 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,11 @@ +Fri Apr 12 00:15:32 2002 Krishnakumar B + + * include/makeinclude/platform_sunos5_sunc++.GNU: + * ace/config-sunos5.5.h: + + Reverted to status quo. If and when things go fine, I will + re-enable them. Too many things breaking currently. + Thu Apr 11 20:37:53 2002 Krishnakumar B * ace/OS.i (ftell): @@ -23,10 +31,10 @@ Thu Apr 11 18:29:27 2002 Steve Huston Thu Apr 11 22:07:40 UTC 2002 Don Hinton - * netsvcs/lib/Client_Logging_Handler.cpp: Added missing - Log_Record.h include. + * netsvcs/lib/Client_Logging_Handler.cpp: Added missing + Log_Record.h include. - * tests/Svc_Handler_Test.cpp: + * tests/Svc_Handler_Test.cpp: Changed ACE_Log_Record::MAXLOGMSGLEN to ACE_MAXLOGMSGLEN. Thu Apr 11 20:04:22 UTC 2002 Don Hinton diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 3e6d9d8007c..e8fc1f2d952 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,11 @@ +Fri Apr 12 00:15:32 2002 Krishnakumar B + + * include/makeinclude/platform_sunos5_sunc++.GNU: + * ace/config-sunos5.5.h: + + Reverted to status quo. If and when things go fine, I will + re-enable them. Too many things breaking currently. + Thu Apr 11 20:37:53 2002 Krishnakumar B * ace/OS.i (ftell): @@ -23,10 +31,10 @@ Thu Apr 11 18:29:27 2002 Steve Huston Thu Apr 11 22:07:40 UTC 2002 Don Hinton - * netsvcs/lib/Client_Logging_Handler.cpp: Added missing - Log_Record.h include. + * netsvcs/lib/Client_Logging_Handler.cpp: Added missing + Log_Record.h include. - * tests/Svc_Handler_Test.cpp: + * tests/Svc_Handler_Test.cpp: Changed ACE_Log_Record::MAXLOGMSGLEN to ACE_MAXLOGMSGLEN. Thu Apr 11 20:04:22 UTC 2002 Don Hinton diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index 542446a7dec..6cee0d850cf 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -29,7 +29,6 @@ // Sun C++ 5.0 supports the `using' and `typename' keywords. # define ACE_HAS_TYPENAME_KEYWORD # define ACE_TEMPLATES_REQUIRE_SOURCE -# define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES // If -compat=4 is turned on, the old 4.2 settings for iostreams are used, // but the newer, explicit instantiation is used (above) # if (__SUNPRO_CC_COMPAT >= 5) diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU index 51f2a97cfce..e6617abcd27 100644 --- a/include/makeinclude/platform_sunos5_sunc++.GNU +++ b/include/makeinclude/platform_sunos5_sunc++.GNU @@ -169,9 +169,10 @@ ifeq ($(templates),) templates = explicit else # Assume it's Forte Update 1 or later. Implicit template - # instantiation seems to work. + # instantiation seemed to work but I spoke too soon. Maybe a future + # version will :-( # - templates = automatic + templates = explicit endif endif endif -- cgit v1.2.1