summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-25 22:13:41 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-25 22:13:41 +0000
commit8e31e71935d441f99715decc524f579ef11c5322 (patch)
tree60a646788535633d883e6e1d0acc16843d413ccc
parentdaae8d616790e156aa37bd5e0434d87ff6e6a3b2 (diff)
downloadATCD-8e31e71935d441f99715decc524f579ef11c5322.tar.gz
fixed Makefile Version.h generation
-rw-r--r--ChangeLog-97b42
1 files changed, 0 insertions, 42 deletions
diff --git a/ChangeLog-97b b/ChangeLog-97b
index c15e0c58835..de76924b367 100644
--- a/ChangeLog-97b
+++ b/ChangeLog-97b
@@ -1,45 +1,3 @@
-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.
-
Tue Nov 25 16:03:09 1997 David L. Levine <levine@cs.wustl.edu>
* Makefile: fixed Version.h generation to work properly when