summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-03 18:39:48 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-03 18:39:48 +0000
commitf7c12d9dad3664b20c1c1a6d67b13a8c8477117e (patch)
tree86aef99afe4fa403583c05bdcbb6df494f556235
parent05a6cf312d8f561b578ec9cc22ba0eef84740754 (diff)
downloadATCD-f7c12d9dad3664b20c1c1a6d67b13a8c8477117e.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 99c261dbd99..8b6f2a7b7a5 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,7 +1,22 @@
+Tue Aug 03 13:26:47 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ace/Service_Repository.cpp (instance): Check to see if
+ the ACE_Object_Manager is being shutting down before creating a
+ new instance of Service_Repository. Otherwise, we may be
+ creating a new service repository just for shutting it down.
+ Thanks to Doug for noticing this.
+
+ * ace/Service_Config.cpp (fini_svcs): Since it is now possible for
+ ACE_Service_Repository::instance to return 0 during program
+ shutdown, we must check its value before using it.
+
+ Notice that the change assumes people don't do stupid things
+ like initializing the Service_Config during program shutdown.
+
Mon Aug 2 23:21:01 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* bin/auto_compile:
- Added several flags to: disable test execution, specify the list
+ Added several flags to: disable test execution, specify the list
of build directories on the command line, send email on
successful compilation, keep a more detailed history, etc.