summaryrefslogtreecommitdiff
path: root/ChangeLog-97a
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-06-23 06:48:57 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-06-23 06:48:57 +0000
commit9e390129c5d397a9c075eb100fdeac1dc6bed81d (patch)
tree50cd8b290d7648139ee43f3245ffeb84468ced78 /ChangeLog-97a
parent66ba1aae9495f3c0e72238c5752dbd19d5fd455a (diff)
downloadATCD-9e390129c5d397a9c075eb100fdeac1dc6bed81d.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r--ChangeLog-97a28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index 3960d9c02f8..1ec4a7fd89a 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -1,3 +1,31 @@
+Sun Jun 22 09:58:36 1997 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * Released version 4.2.9 for testing.
+
+ * ace/Log_Msg.cpp (open): Changed the use of ACE_LOG_MSG-> within
+ the open() method to use this-> in order to avoid deadlocks.
+ Thanks to Per Andersson for reporting this.
+
+ * ace/ACE.cpp: Changed the use of __SVR4 and __unix to sparc and
+ unix to work better with various UNIX environments. Thanks to
+ Michael R. MacFaden <mrm@cisco.com> for these changes.
+
+ * ace/Handle_Set.cpp (count_bits): Added special code to handle
+ the case where fdmask is typedef'd as a long rather than an int.
+ Thanks to Eric Newton <ecn@smart.net> and James Johnson for
+ reporting this.
+
+ * ace/IOStream.h: Changed the name of QuotedString to
+ ACE_Quoted_String to be consistent with the ACE naming scheme.
+ Thanks to James Johnson for suggesting this.
+
+ * ace/IOStream_T.i: Added this new file to split off the inlined
+ code from the header file.
+
+ * ace/ACE.cpp (terminate_process): Remove the
+ ACE_UNUSED_ARG(signum) from terminate_process(). Thanks to Wei
+ Chiang for reporting this.
+
Sun Jun 22 17:19:18 1997 David L. Levine <levine@cs.wustl.edu>
* examples/Threads/process_manager.cpp (main): replaced call to