diff options
author | Steve Huston <shuston@riverace.com> | 2001-03-28 17:07:30 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2001-03-28 17:07:30 +0000 |
commit | 33ca51bc20d01b76ba2ad9dbdea8baa024aa213a (patch) | |
tree | 4f2104b64a5dd33e85192fd39e8643da9c299cb3 /ChangeLogs | |
parent | 12e12cd0a074bb25143543d82d96cc15488ac2ea (diff) | |
download | ATCD-33ca51bc20d01b76ba2ad9dbdea8baa024aa213a.tar.gz |
ChangeLogTag:Wed Mar 28 11:55:39 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ChangeLogs')
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 40 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 40 |
2 files changed, 70 insertions, 10 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 74fd02dfbc4..807e20fb964 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,38 @@ +Wed Mar 28 11:55:39 2001 Steve Huston <shuston@riverace.com> + + * include/makeinclude/platform_aix_ibm.GNU: New file, replaces + platform_aix_vacpp.GNU for Visual Age C++ 5. Also replaces + use of platform_aix4_cset++.GNU for IBM C/C++ Compilers 3.6.6. + So, for the supported, IBM-supplied compilers (IBM C/C++ 3.6.6 + and Visual Age C++ 5) use this file. If you want to try to keep + using CSet++ 3.4 or earlier, you can keep using + platform_aix4_cset++.GNU, but it's not tested any longer and + will disappear at the next ACE version. If you want to use + Visual Age C++ 4, you should reconsider, and upgrade to version 5. + + * include/makeinclude/platform_aix_vacpp.GNU: Deleted. + + * netsvcs/lib/TS_Clerk_Handler.h: Moved #include "ace/Connector.h" + to be after #include "ace/SOCK_Connector.h" to fix compile error + on AIX, Visual Age C++ 5. + + * ace/config-aix-4.x.h: Clarified comments that this file is for + Visual Age C++ also. Added ACE_DLL_SUFFIX ".a" to match what + is now generated from platform_aix_ibm.GNU. + + * bin/auto_compile: + * bin/make_pretty.pl: Add detection of compile/link warnings and + errors for AIX using the IBM compilers' code. Ignores the multiply + defined symbol warnings from ld if it's an ACE symbol. + + * docs/ACE-development-process.html: Changed to link to Bugzilla so + it works from anywhere. + +Wed Mar 28 10:13:16 2001 Steve Huston <shuston@riverace.com> + + * ace/Makefile.bor: Don't try to build the SSL directory if + SSL_ROOT is not set. + Wed Mar 28 08:39:26 2001 Carlos O'Ryan <coryan@uci.edu> * etc/tao_av.doxygen: @@ -8,11 +43,6 @@ Wed Mar 28 08:39:26 2001 Carlos O'Ryan <coryan@uci.edu> * bin/generate_doxygen.pl: Add the new configuration file. -Wed Mar 28 10:13:16 2001 Steve Huston <shuston@riverace.com> - - * ace/Makefile.bor: Don't try to build the SSL directory if - SSL_ROOT is not set. - Tue Mar 27 19:54:11 2001 Carlos O'Ryan <coryan@uci.edu> * bin/auto_run_tests.lst: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 74fd02dfbc4..807e20fb964 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,38 @@ +Wed Mar 28 11:55:39 2001 Steve Huston <shuston@riverace.com> + + * include/makeinclude/platform_aix_ibm.GNU: New file, replaces + platform_aix_vacpp.GNU for Visual Age C++ 5. Also replaces + use of platform_aix4_cset++.GNU for IBM C/C++ Compilers 3.6.6. + So, for the supported, IBM-supplied compilers (IBM C/C++ 3.6.6 + and Visual Age C++ 5) use this file. If you want to try to keep + using CSet++ 3.4 or earlier, you can keep using + platform_aix4_cset++.GNU, but it's not tested any longer and + will disappear at the next ACE version. If you want to use + Visual Age C++ 4, you should reconsider, and upgrade to version 5. + + * include/makeinclude/platform_aix_vacpp.GNU: Deleted. + + * netsvcs/lib/TS_Clerk_Handler.h: Moved #include "ace/Connector.h" + to be after #include "ace/SOCK_Connector.h" to fix compile error + on AIX, Visual Age C++ 5. + + * ace/config-aix-4.x.h: Clarified comments that this file is for + Visual Age C++ also. Added ACE_DLL_SUFFIX ".a" to match what + is now generated from platform_aix_ibm.GNU. + + * bin/auto_compile: + * bin/make_pretty.pl: Add detection of compile/link warnings and + errors for AIX using the IBM compilers' code. Ignores the multiply + defined symbol warnings from ld if it's an ACE symbol. + + * docs/ACE-development-process.html: Changed to link to Bugzilla so + it works from anywhere. + +Wed Mar 28 10:13:16 2001 Steve Huston <shuston@riverace.com> + + * ace/Makefile.bor: Don't try to build the SSL directory if + SSL_ROOT is not set. + Wed Mar 28 08:39:26 2001 Carlos O'Ryan <coryan@uci.edu> * etc/tao_av.doxygen: @@ -8,11 +43,6 @@ Wed Mar 28 08:39:26 2001 Carlos O'Ryan <coryan@uci.edu> * bin/generate_doxygen.pl: Add the new configuration file. -Wed Mar 28 10:13:16 2001 Steve Huston <shuston@riverace.com> - - * ace/Makefile.bor: Don't try to build the SSL directory if - SSL_ROOT is not set. - Tue Mar 27 19:54:11 2001 Carlos O'Ryan <coryan@uci.edu> * bin/auto_run_tests.lst: |