diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 1997-11-25 21:07:00 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 1997-11-25 21:07:00 +0000 |
commit | 9da2d019914247baefa622bed4221429efce1a41 (patch) | |
tree | 2c6378959e0651b8da51b760dc3d73f1a47ba4ea /ChangeLog-97b | |
parent | 3d243cf3688257725aa341334606e551d2fb4dbb (diff) | |
download | ATCD-9da2d019914247baefa622bed4221429efce1a41.tar.gz |
Put the entries that had to be obsoleted for 4.4 release back in.
Diffstat (limited to 'ChangeLog-97b')
-rw-r--r-- | ChangeLog-97b | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b index 95ea35252e7..e5389950ce5 100644 --- a/ChangeLog-97b +++ b/ChangeLog-97b @@ -1,3 +1,41 @@ +Tue Nov 25 12:07:07 1997 David L. Levine <levine@cs.wustl.edu> + + * include/makeinclude/platform_osf1_3.2.GNU: updated for + OSF/1 3.2g/CXX 5.7. Thanks to Dani Flexer <danif@ivory-sw.com> + for the updates. + +Tue Nov 25 01:07:39 1997 <irfan@TWOSTEP> + + * examples/Reactor/Proactor/test_multiple_loops.cpp (main): Made + sure that the Proactor was removed from reactor. + + * ace/WFMO_Reactor.cpp (remove_handler_i, + remove_suspended_handler_i): Make sure to preserve DONT_CALL + with normal event entries. + + * ace/Proactor.cpp: + + - A flag used to indicate when we are shutting down. + + - Made sure to signal the timer event when we are closing down. + + - Thread Manager: don't bother to wait (since the thread may have + already gone). But make sure to close up the descriptor. This + may not be necessary in the future when THR_DETACHED is + correctly implemented. + + * ace/Asynch_IO.h: Changed some code from protected to public. + Even though these functions are really protected, sometimes it + simplifies user code to be able to "fake" a result. Users + should use these with care. + + * examples/Reactor/Proactor/test_proactor.cpp + (handle_write_stream): Added code for partial write to socket. + However it ever seems to do a short write ;-). Also made sure + that the initial data coming from the AcceptEx call is also + dumped to the file. Thanks to Mark Rabotnikov + (mark@netmanage.co.il) for pointing this out. + Tue Nov 25 14:49:15 1997 <cleeland@cs.wustl.edu> * ACE version 4.4, released Tue Nov 25 14:49:15 1997. |