summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-15 17:45:37 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-15 17:45:37 +0000
commit550471775938802632045ab697f26bdc166c81a5 (patch)
treee5d2d49ff2695b6fb7911a78bd3826738e6700f1
parent9124edc14a4510b36a495aa134aa22bb1b78b147 (diff)
downloadATCD-550471775938802632045ab697f26bdc166c81a5.tar.gz
ChangeLogTag:Mon Jan 15 09:44:16 2001 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--ChangeLog47
-rw-r--r--ChangeLogs/ChangeLog-02a47
-rw-r--r--ChangeLogs/ChangeLog-03a47
-rw-r--r--ace/RMCast/Makefile2
-rw-r--r--protocols/ace/RMCast/Makefile2
5 files changed, 85 insertions, 60 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cec99b9285..5f97ad0d915 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,35 +1,42 @@
+Mon Jan 15 09:44:16 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/RMCast/Makefile:
+ Fixed Makefile to link the ACE library, otherwise we get
+ undefined symbols under certain platforms (AIX). Thanks to
+ Scott Bolin <scott.bolin@pgs.com> for pointing this out.
+
Mon Jan 15 09:11:12 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * ace/config-win32-common.h: Added support for ACE_HAS_LLSEEK, though
- this should probably be changed to be compiled only on some
- Win32 platforms.
-
+ * ace/config-win32-common.h: Added support for ACE_HAS_LLSEEK, though
+ this should probably be changed to be compiled only on some
+ Win32 platforms.
+
* ace/OS.{h,i}: Added support for ACE_OS::llseek() on Win32. Thanks
- to Nick Lin <nicklin@vantech.com.tw> for contributing this.
+ to Nick Lin <nicklin@vantech.com.tw> for contributing this.
- * ace/Log_Priority.h: Clarified the fact that we only use 12 bits
- for ACE_Log_Priority. Thus, the remaining bits are available
- for application use. Thanks to David Singer
- <David_P_Singer@res.raytheon.com> for motivating this comment.
+ * ace/Log_Priority.h: Clarified the fact that we only use 12 bits
+ for ACE_Log_Priority. Thus, the remaining bits are available
+ for application use. Thanks to David Singer
+ <David_P_Singer@res.raytheon.com> for motivating this comment.
Sun Jan 14 16:53:11 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * ace/Configuration.{h,cpp}: Fixed a memory leak that occurred
- with transient heaps. Also added a list of current limitations
- to import/export routine. Thanks to Chris Hafey
- <chafey@stentor.com> for contributing this stuff.
+ * ace/Configuration.{h,cpp}: Fixed a memory leak that occurred
+ with transient heaps. Also added a list of current limitations
+ to import/export routine. Thanks to Chris Hafey
+ <chafey@stentor.com> for contributing this stuff.
Fri Jan 12 20:46:05 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
- * include/makeinclude/platform_qnx_rtp_gcc.GNU:
- Platform macros needed to run ACE on QNX RTP.
+ * include/makeinclude/platform_qnx_rtp_gcc.GNU:
+ Platform macros needed to run ACE on QNX RTP.
- * ace/config-qnx-rtp.h:
- Configuration file needed to run ACE on QNX RTP.
+ * ace/config-qnx-rtp.h:
+ Configuration file needed to run ACE on QNX RTP.
- * ACE-INSTALL.html:
- Added documentation on how to install ACE on QNX RTP,
- and the issue with the current version of QNX RTP.
+ * ACE-INSTALL.html:
+ Added documentation on how to install ACE on QNX RTP,
+ and the issue with the current version of QNX RTP.
Fri Jan 12 14:59:15 2001 Carlos O'Ryan <coryan@uci.edu>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 1cec99b9285..5f97ad0d915 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,35 +1,42 @@
+Mon Jan 15 09:44:16 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/RMCast/Makefile:
+ Fixed Makefile to link the ACE library, otherwise we get
+ undefined symbols under certain platforms (AIX). Thanks to
+ Scott Bolin <scott.bolin@pgs.com> for pointing this out.
+
Mon Jan 15 09:11:12 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * ace/config-win32-common.h: Added support for ACE_HAS_LLSEEK, though
- this should probably be changed to be compiled only on some
- Win32 platforms.
-
+ * ace/config-win32-common.h: Added support for ACE_HAS_LLSEEK, though
+ this should probably be changed to be compiled only on some
+ Win32 platforms.
+
* ace/OS.{h,i}: Added support for ACE_OS::llseek() on Win32. Thanks
- to Nick Lin <nicklin@vantech.com.tw> for contributing this.
+ to Nick Lin <nicklin@vantech.com.tw> for contributing this.
- * ace/Log_Priority.h: Clarified the fact that we only use 12 bits
- for ACE_Log_Priority. Thus, the remaining bits are available
- for application use. Thanks to David Singer
- <David_P_Singer@res.raytheon.com> for motivating this comment.
+ * ace/Log_Priority.h: Clarified the fact that we only use 12 bits
+ for ACE_Log_Priority. Thus, the remaining bits are available
+ for application use. Thanks to David Singer
+ <David_P_Singer@res.raytheon.com> for motivating this comment.
Sun Jan 14 16:53:11 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * ace/Configuration.{h,cpp}: Fixed a memory leak that occurred
- with transient heaps. Also added a list of current limitations
- to import/export routine. Thanks to Chris Hafey
- <chafey@stentor.com> for contributing this stuff.
+ * ace/Configuration.{h,cpp}: Fixed a memory leak that occurred
+ with transient heaps. Also added a list of current limitations
+ to import/export routine. Thanks to Chris Hafey
+ <chafey@stentor.com> for contributing this stuff.
Fri Jan 12 20:46:05 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
- * include/makeinclude/platform_qnx_rtp_gcc.GNU:
- Platform macros needed to run ACE on QNX RTP.
+ * include/makeinclude/platform_qnx_rtp_gcc.GNU:
+ Platform macros needed to run ACE on QNX RTP.
- * ace/config-qnx-rtp.h:
- Configuration file needed to run ACE on QNX RTP.
+ * ace/config-qnx-rtp.h:
+ Configuration file needed to run ACE on QNX RTP.
- * ACE-INSTALL.html:
- Added documentation on how to install ACE on QNX RTP,
- and the issue with the current version of QNX RTP.
+ * ACE-INSTALL.html:
+ Added documentation on how to install ACE on QNX RTP,
+ and the issue with the current version of QNX RTP.
Fri Jan 12 14:59:15 2001 Carlos O'Ryan <coryan@uci.edu>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 1cec99b9285..5f97ad0d915 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,35 +1,42 @@
+Mon Jan 15 09:44:16 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * ace/RMCast/Makefile:
+ Fixed Makefile to link the ACE library, otherwise we get
+ undefined symbols under certain platforms (AIX). Thanks to
+ Scott Bolin <scott.bolin@pgs.com> for pointing this out.
+
Mon Jan 15 09:11:12 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * ace/config-win32-common.h: Added support for ACE_HAS_LLSEEK, though
- this should probably be changed to be compiled only on some
- Win32 platforms.
-
+ * ace/config-win32-common.h: Added support for ACE_HAS_LLSEEK, though
+ this should probably be changed to be compiled only on some
+ Win32 platforms.
+
* ace/OS.{h,i}: Added support for ACE_OS::llseek() on Win32. Thanks
- to Nick Lin <nicklin@vantech.com.tw> for contributing this.
+ to Nick Lin <nicklin@vantech.com.tw> for contributing this.
- * ace/Log_Priority.h: Clarified the fact that we only use 12 bits
- for ACE_Log_Priority. Thus, the remaining bits are available
- for application use. Thanks to David Singer
- <David_P_Singer@res.raytheon.com> for motivating this comment.
+ * ace/Log_Priority.h: Clarified the fact that we only use 12 bits
+ for ACE_Log_Priority. Thus, the remaining bits are available
+ for application use. Thanks to David Singer
+ <David_P_Singer@res.raytheon.com> for motivating this comment.
Sun Jan 14 16:53:11 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
- * ace/Configuration.{h,cpp}: Fixed a memory leak that occurred
- with transient heaps. Also added a list of current limitations
- to import/export routine. Thanks to Chris Hafey
- <chafey@stentor.com> for contributing this stuff.
+ * ace/Configuration.{h,cpp}: Fixed a memory leak that occurred
+ with transient heaps. Also added a list of current limitations
+ to import/export routine. Thanks to Chris Hafey
+ <chafey@stentor.com> for contributing this stuff.
Fri Jan 12 20:46:05 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
- * include/makeinclude/platform_qnx_rtp_gcc.GNU:
- Platform macros needed to run ACE on QNX RTP.
+ * include/makeinclude/platform_qnx_rtp_gcc.GNU:
+ Platform macros needed to run ACE on QNX RTP.
- * ace/config-qnx-rtp.h:
- Configuration file needed to run ACE on QNX RTP.
+ * ace/config-qnx-rtp.h:
+ Configuration file needed to run ACE on QNX RTP.
- * ACE-INSTALL.html:
- Added documentation on how to install ACE on QNX RTP,
- and the issue with the current version of QNX RTP.
+ * ACE-INSTALL.html:
+ Added documentation on how to install ACE on QNX RTP,
+ and the issue with the current version of QNX RTP.
Fri Jan 12 14:59:15 2001 Carlos O'Ryan <coryan@uci.edu>
diff --git a/ace/RMCast/Makefile b/ace/RMCast/Makefile
index 6ef107fbe33..b62c5f1cdbd 100644
--- a/ace/RMCast/Makefile
+++ b/ace/RMCast/Makefile
@@ -34,6 +34,8 @@ FILES= \
RMCast_UDP_Reliable_Receiver \
RMCast_UDP_Reliable_Sender
+LIBS=$(ACELIB)
+
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
diff --git a/protocols/ace/RMCast/Makefile b/protocols/ace/RMCast/Makefile
index 6ef107fbe33..b62c5f1cdbd 100644
--- a/protocols/ace/RMCast/Makefile
+++ b/protocols/ace/RMCast/Makefile
@@ -34,6 +34,8 @@ FILES= \
RMCast_UDP_Reliable_Receiver \
RMCast_UDP_Reliable_Sender
+LIBS=$(ACELIB)
+
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------