summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-18 02:45:57 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-18 02:45:57 +0000
commit7839d92b84f1354e59578261c2a1dfee4e8ceda9 (patch)
tree7c12fc1762bcf98e687970fa3303ca198436784d /ChangeLog
parent2a1b43a0ee1a80473f492094994abf954f0d5f0a (diff)
downloadATCD-7839d92b84f1354e59578261c2a1dfee4e8ceda9.tar.gz
ChangeLogTag: Fri Mar 17 20:43:20 2000 Sangwoo Jin <swjinjin@sei.co.kr>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 16 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 650e3b4d07e..87765fae343 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,18 @@
+Fri Mar 17 20:43:20 2000 Sangwoo Jin <swjinjin@sei.co.kr>
+
+ * ace/Makefile,Reactor.cpp,Object_Manager.{h,cpp}:
+ Added ACE_LACKS_ACE_SVCCONF support.
+
Fri Mar 17 09:39:52 2000 Steve Huston <shuston@riverace.com>
* Makefile.am: Added ChangeLog-99b to the EXTRA_DIST list.
Fri Mar 17 00:18:40 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * examples/QOS/Sender_QOS_Event_Handler.cpp (handle_qos):
- Make sure to cast the const char* to void* to avoid compiler
- warnings. Thanks to Craig Rodrigues <rodrigc@mediaone.net> for
- reporting this.
+ * examples/QOS/Sender_QOS_Event_Handler.cpp (handle_qos):
+ Make sure to cast the const char* to void* to avoid compiler
+ warnings. Thanks to Craig Rodrigues <rodrigc@mediaone.net> for
+ reporting this.
Thu Mar 16 11:51:49 2000 Darrell Brunsch <brunsch@uci.edu>
@@ -15,7 +20,7 @@ Thu Mar 16 11:51:49 2000 Darrell Brunsch <brunsch@uci.edu>
* ace/Malloc_T.cpp:
The ACE_TRACE macros were incompatible with SEH. Conditionally
- compiled the ACE_TRACE statements in places where this was a
+ compiled the ACE_TRACE statements in places where this was a
problem. Thanks to Edan Ayal <edanayal@yahoo.com> for reporting
this.
@@ -29,13 +34,13 @@ Thu Mar 16 13:40:53 2000 David L. Levine <levine@cs.wustl.edu>
Thu Mar 16 13:01:02 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ACE-INSTALL.html: Clarified some of the installation instructions for
- building ACE. Thanks to Jeff Graham <jgraham@lincom-asg.com> for
- contributing these.
+ * ACE-INSTALL.html: Clarified some of the installation instructions for
+ building ACE. Thanks to Jeff Graham <jgraham@lincom-asg.com> for
+ contributing these.
- * ace/Event_Handler.h: Clarified the comments for handle_timeout().
- Thanks to Jonathan Reis <reis@stentorsoft.com> for this
- suggestion.
+ * ace/Event_Handler.h: Clarified the comments for handle_timeout().
+ Thanks to Jonathan Reis <reis@stentorsoft.com> for this
+ suggestion.
Thu Mar 16 12:47:01 2000 David L. Levine <levine@cs.wustl.edu>