summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-28 17:12:21 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-28 17:12:21 +0000
commitebcdfac6df3770004e03c24083b8746962b6b78d (patch)
treef73f021a884999957d61e01a6903b64522a55abc /ChangeLog-98b
parentfd36761ec6aaddc3956a6b4058237ef73c4b84ba (diff)
downloadATCD-ebcdfac6df3770004e03c24083b8746962b6b78d.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b34
1 files changed, 19 insertions, 15 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 175b8cd3642..8f9b13abc54 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,23 +1,27 @@
+Mon Dec 28 11:12:08 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ACE-INSTALL.html: added SunOS 5.7 (Solaris 7) info.
+
Mon Dec 28 10:52:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * */Makefile:
- Updated dependencies.
+ * */Makefile:
+ Updated dependencies.
Mon Dec 28 02:34:59 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * examples/Service_Configurator/IPC-tests/server/server_test.cpp
- (main): Allow loading in static services in this application.
- Thanks to Peter J. Mason <peterm@fl.net.au> for reporting this.
-
- * ace/Service_Config.{h,i,cpp} (ACE_Service_Config): Changed the
- default value of <ignore_static_svcs> to 1. Otherwise, it is
- not consistent with the initial value of
- ACE_Service_Config::no_static_svcs_ and that's very confusing.
- (open): Added one more argument <ignore_static_svcs> with
- default value of 1. This allow us to turn off this behavior
- when opening Service_Config. Otherwise, the only other way is
- to create a fake ACE_Service_Config and use that to change the
- static variable <no_static_svcs_>.
+ * examples/Service_Configurator/IPC-tests/server/server_test.cpp
+ (main): Allow loading in static services in this application.
+ Thanks to Peter J. Mason <peterm@fl.net.au> for reporting this.
+
+ * ace/Service_Config.{h,i,cpp} (ACE_Service_Config): Changed the
+ default value of <ignore_static_svcs> to 1. Otherwise, it is
+ not consistent with the initial value of
+ ACE_Service_Config::no_static_svcs_ and that's very confusing.
+ (open): Added one more argument <ignore_static_svcs> with
+ default value of 1. This allow us to turn off this behavior
+ when opening Service_Config. Otherwise, the only other way is
+ to create a fake ACE_Service_Config and use that to change the
+ static variable <no_static_svcs_>.
Sun Dec 27 21:51:10 1998 David L. Levine <levine@cs.wustl.edu>