summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-02a')
-rw-r--r--ChangeLogs/ChangeLog-02a80
1 files changed, 74 insertions, 6 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 384c0124bea..ed90d1c7287 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,7 +1,75 @@
+Wed Jun 12 18:29:11 2002 Krishnakumar B <kitty@cs.wustl.edu>
+
+ * include/makeinclude/rules.lib.GNU:
+ * include/makeinclude/rules.local.GNU:
+ * include/makeinclude/wrapper_macros.GNU:
+ * TAO/rules.tao.GNU:
+ * include/makeinclude/platform_g++_common.GNU:
+
+ Added support for shared library versioning. Libraries built
+ with GNU ld with be versioned by default.
+
+ * include/makeinclude/platform_aix4_cset++.GNU:
+ * include/makeinclude/platform_aix4_g++.GNU:
+ * include/makeinclude/platform_aix_g++.GNU:
+ * include/makeinclude/platform_aix_ibm.GNU:
+ * include/makeinclude/platform_hpux.GNU:
+ * include/makeinclude/platform_hpux_aCC.GNU:
+ * include/makeinclude/platform_hpux_gcc.GNU:
+ * include/makeinclude/platform_hpux_kcc.GNU:
+
+ Added null SONAME and SOVERSION for disabling shared library
+ versioning.
+
+ * include/makeinclude/platform_dgux4_epc.GNU:
+ * include/makeinclude/platform_freebsd.GNU:
+ * include/makeinclude/platform_gnuwin32_common.GNU:
+ * include/makeinclude/platform_irix5.3_g++.GNU:
+ * include/makeinclude/platform_irix5.3_sgic++.GNU:
+ * include/makeinclude/platform_irix6.x_g++.GNU:
+ * include/makeinclude/platform_irix6.x_kcc.GNU:
+ * include/makeinclude/platform_irix6.x_sgic++.GNU:
+ * include/makeinclude/platform_linux.GNU:
+ * include/makeinclude/platform_linux_cxx.GNU:
+ * include/makeinclude/platform_linux_icc.GNU:
+ * include/makeinclude/platform_linux_kcc.GNU:
+ * include/makeinclude/platform_m88k.GNU:
+ * include/makeinclude/platform_macosx.GNU:
+ * include/makeinclude/platform_mvs.GNU:
+ * include/makeinclude/platform_netbsd.GNU:
+ * include/makeinclude/platform_osf1_3.2_cxx.GNU:
+ * include/makeinclude/platform_osf1_4.x_cxx.GNU:
+ * include/makeinclude/platform_osf1_4.x_g++.GNU:
+ * include/makeinclude/platform_osf1_4.x_kcc.GNU:
+ * include/makeinclude/platform_osf1_4.x_rcc.GNU:
+ * include/makeinclude/platform_psosim_g++.GNU:
+ * include/makeinclude/platform_qnx_neutrino.GNU:
+ * include/makeinclude/platform_qnx_rtp_gcc.GNU:
+ * include/makeinclude/platform_sco-nothread.GNU:
+ * include/makeinclude/platform_sco5.0.0-CC-fsu-pthread.GNU:
+ * include/makeinclude/platform_sco5.0.0-mit-pthread.GNU:
+ * include/makeinclude/platform_sco5.0.0-nothread.GNU:
+ * include/makeinclude/platform_sunos4_g++.GNU:
+ * include/makeinclude/platform_sunos4_lucid.GNU:
+ * include/makeinclude/platform_sunos4_sunc++3.x.GNU:
+ * include/makeinclude/platform_sunos4_sunc++4.x.GNU:
+ * include/makeinclude/platform_sunos5_centerline.GNU:
+ * include/makeinclude/platform_sunos5_g++.GNU:
+ * include/makeinclude/platform_sunos5_ghs.GNU:
+ * include/makeinclude/platform_sunos5_kcc.GNU:
+ * include/makeinclude/platform_sunos5_sunc++.GNU:
+ * include/makeinclude/platform_tandem.GNU:
+ * include/makeinclude/platform_unixware_g++.GNU:
+ * include/makeinclude/platform_unixware_udk.GNU:
+
+ Changed SOFLAGS = to SOFLAGS += to avoid dealing with order of
+ includes of various Makefile rules.
+
+
Wed Jun 12 11:25:22 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* tests/Config_Test.cpp (test): Removed what appeared to be
- an unnecessary and unused called to
+ an unnecessary and unused called to
const ACE_Configuration_Section_Key &root = config->root_section ();
* ace/Configuration.cpp (open_section): Fixed a warning in the
@@ -27,13 +95,13 @@ Tue Jun 11 10:23:03 2002 Stephen Torri <storri@cs.wustl.edu>
Tue Jun 11 19:05:39 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
- * ace/SOCK_Dgram_Mcast.h: Added a default constructor for
+ * ace/SOCK_Dgram_Mcast.h: Added a default constructor for
ACE_SOCK_Dgram_Mcast.
* tests/Config_Test.cpp (test): Added tests for the following capability.
Thanks to Eugene Alterman <eugalt@myrealbox.com> for
contributing these tests.
-
+
* ace/Configuration.{h,cpp}: Added support for a new open_simple_section()
method that does not allow path key separators. Thanks to
Eugene Alterman <eugalt@myrealbox.com> for contributing this
@@ -47,11 +115,11 @@ Tue Jun 11 20:02:39 2002 Steve Huston <shuston@riverace.com>
Tue Jun 11 13:17:29 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
- * ace/Cache_Map_Manager_T.h:
- * ace/Caching_Utility_T.h:
+ * ace/Cache_Map_Manager_T.h:
+ * ace/Caching_Utility_T.h:
* ace/Env_Value_T.h: Added #include "ace/Global_Macros.h".
Thanks to Ty Tenait <tytenait@yahoo.com> for reporting this.
-
+
* ace/Dirent_Selector.h: Added #include "ace/ACE_export.h".
Thanks to Ty Tenait <tytenait@yahoo.com> for reporting this.