summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b59
1 files changed, 33 insertions, 26 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 1a6ed861b3c..36cc09d497f 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,46 +1,53 @@
+Fri Jul 23 07:49:31 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * include/makeinclude/platform_sunos5_sunc++.GNU: added
+ comment about options for producing 64-bit binaries.
+ Thanks to Jeff Franks <Jeffrey_Franks@i-o.com> for
+ raising this issue.
+
Fri Jul 23 03:10:31 1999 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/Strategies_T.cpp (find_or_create_svc_handler_i):
- * ace/Cached_Connect_Strategy_T.cpp (cached_connect):
+ * ace/Strategies_T.cpp (find_or_create_svc_handler_i):
+ * ace/Cached_Connect_Strategy_T.cpp (cached_connect):
- I had added the new_connection() method that lets go of the lock
- for the duration of the connect(), but forgot to use it in the
- above functions ;) It should be fine now.
+ I had added the new_connection() method that lets go of the lock
+ for the duration of the connect(), but forgot to use it in the
+ above functions ;) It should be fine now.
- * tests/Cached_Conn_Test.cpp (cached_connect):
- * tests/Cached_Accept_Conn_Test.cpp (cached_connect):
+ * tests/Cached_Conn_Test.cpp (cached_connect):
+ * tests/Cached_Accept_Conn_Test.cpp (cached_connect):
- Host of the remote address should be ACE_LOCALHOST instead of
- ACE_DEFAULT_SERVER_HOST.
+ Host of the remote address should be ACE_LOCALHOST instead of
+ ACE_DEFAULT_SERVER_HOST.
Thu Jul 22 23:23:26 1999 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/Handle_Gobbler.h (class ACE_Handle_Gobbler): Inlined
- declaration of the functions.
+ * ace/Handle_Gobbler.h (class ACE_Handle_Gobbler): Inlined
+ declaration of the functions.
Thu Jul 22 20:03:54 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Acceptor.cpp: For sanity's sake, initialize all the data
- members to 0 in the ACE_Strategy_Acceptor constructor. Thanks
- to Jody Hagins <jody@atdesk.com> for reporting this.
+ * ace/Acceptor.cpp: For sanity's sake, initialize all the data
+ members to 0 in the ACE_Strategy_Acceptor constructor. Thanks
+ to Jody Hagins <jody@atdesk.com> for reporting this.
- * ace/Acceptor.cpp: The service_port_ data member in the
- ACE_Strategy_Acceptor wasn't being initialized to 0. Thanks to
- Jody Hagins <jody@atdesk.com> for reporting this.
+ * ace/Acceptor.cpp: The service_port_ data member in the
+ ACE_Strategy_Acceptor wasn't being initialized to 0. Thanks to
+ Jody Hagins <jody@atdesk.com> for reporting this.
- * ace/Acceptor.cpp: Modified the dump() and info() methods so that
- don't do bad things if service_name_ and service_description_
- are NULL. Thanks to Jody Hagins <jody@atdesk.com> for this
- suggestion.
+ * ace/Acceptor.cpp: Modified the dump() and info() methods so that
+ don't do bad things if service_name_ and service_description_
+ are NULL. Thanks to Jody Hagins <jody@atdesk.com> for this
+ suggestion.
- * ace/Message_Queue_T.h: Clarified what the errnos get set to when
- timeouts occur or queues are deactivated. Thanks to
- John Forest <forestj@res.raytheon.com> for suggesting this.
+ * ace/Message_Queue_T.h: Clarified what the errnos get set to when
+ timeouts occur or queues are deactivated. Thanks to
+ John Forest <forestj@res.raytheon.com> for suggesting this.
Thu Jul 22 16:55:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * ace/Stats.cpp:
- Fixed message that had a %s but no argument!
+ * ace/Stats.cpp:
+ Fixed message that had a %s but no argument!
Thu Jul 22 15:12:18 1999 David L. Levine <levine@cs.wustl.edu>