diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-06-23 06:48:57 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-06-23 06:48:57 +0000 |
commit | 9e390129c5d397a9c075eb100fdeac1dc6bed81d (patch) | |
tree | 50cd8b290d7648139ee43f3245ffeb84468ced78 /ChangeLog-97a | |
parent | 66ba1aae9495f3c0e72238c5752dbd19d5fd455a (diff) | |
download | ATCD-9e390129c5d397a9c075eb100fdeac1dc6bed81d.tar.gz |
*** empty log message ***
Diffstat (limited to 'ChangeLog-97a')
-rw-r--r-- | ChangeLog-97a | 28 |
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 |