summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-26 16:58:33 +0000
committercleeland <cleeland@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-26 16:58:33 +0000
commit177ccca0c6cfb12e31a8e8ed28a1ddd151aea525 (patch)
treeff55610e45ceec53acc5914750a90970e6c7bba5
parentace98568d2e4115b09577bf3bee5e814008f7cc7 (diff)
downloadATCD-177ccca0c6cfb12e31a8e8ed28a1ddd151aea525.tar.gz
Began new changelog after 4.4 release.
-rw-r--r--ChangeLog-98a45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
new file mode 100644
index 00000000000..f76bb3d4142
--- /dev/null
+++ b/ChangeLog-98a
@@ -0,0 +1,45 @@
+Wed Nov 26 09:45:43 1997 Chris Cleeland <cleeland@cs.wustl.edu>
+
+ * ace/OS.h (ACE_PROPER_SINGLETON_INSTANTIATION): Corrected
+ misspelling in the "! defined (MSC_VER)" branch. I just happened
+ to notice this, so I don't know if anybody ever tried it and it
+ failed.
+
+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.
+