summaryrefslogtreecommitdiff
path: root/ChangeLog-98a
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-28 11:52:13 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-28 11:52:13 +0000
commit38383c9d9e10c9510153045fc3fc4f39ebe0db2a (patch)
tree6129948ee53f966e293cd975709f10376924a82b /ChangeLog-98a
parent3aa2b56e37feabcc46008bf426a9d2433c12cb8d (diff)
downloadATCD-38383c9d9e10c9510153045fc3fc4f39ebe0db2a.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98a')
-rw-r--r--ChangeLog-98a37
1 files changed, 23 insertions, 14 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index 7699e0ba2c9..73914a2e3f7 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,22 +1,31 @@
+Tue Apr 28 06:49:50 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ACE-INSTALL.html,os-patches/linux-patches.html: updated
+ Linux glibc-2 info. ACE works with glib-2.0.7-7, unmodified.
+
+ * ace/config-g++-common.h: added
+ ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES with egcs. egcs 1.0.2
+ won't compile netsvcs/lib without it.
+
Mon Apr 27 07:18:54 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/Service_Types.cpp: Changes to use typedef
- ACE_Service_Object_Exterminator to define <gobbler>. Thanks to
- Chuck Gehr for reminding this.
+ * ace/Service_Types.cpp: Changes to use typedef
+ ACE_Service_Object_Exterminator to define <gobbler>. Thanks to
+ Chuck Gehr for reminding this.
+
+ * ace/Service_Object.h (ACE_Service_Object_Ptr):
+ * netsvcs/servers/main.cpp (main): Added more comments on how to
+ use ACE_Service_Object_Ptr with ACE_SVC_INVOKE correctly.
- * ace/Service_Object.h (ACE_Service_Object_Ptr):
- * netsvcs/servers/main.cpp (main): Added more comments on how to
- use ACE_Service_Object_Ptr with ACE_SVC_INVOKE correctly.
+ * ace/OS.h (ACE_Service_Object_Exterminator): Define the type as
+ extern "C" function pointer to make MVS happy. Thanks to Chuck
+ Gehr for pointing this out.
- * ace/OS.h (ACE_Service_Object_Exterminator): Define the type as
- extern "C" function pointer to make MVS happy. Thanks to Chuck
- Gehr for pointing this out.
+ * ace/Service_Object.i (ACE_Service_Object_Ptr): Delete the
+ underlying Service_Object after calling its fini() method.
+ Thanks to Tom Arbuckle <arbuckle@uran.informatik.uni-bonn.de>
+ for pointing this out.
- * ace/Service_Object.i (ACE_Service_Object_Ptr): Delete the
- underlying Service_Object after calling its fini() method.
- Thanks to Tom Arbuckle <arbuckle@uran.informatik.uni-bonn.de>
- for pointing this out.
-
Sun Apr 26 21:50:07 1998 David L. Levine <levine@cs.wustl.edu>
* ace/Svc_Conf_l.cpp,etc/Svc_Conf_[ly].cpp.diff,etc/README: