summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b28
1 files changed, 17 insertions, 11 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index e0e4ea4e375..e562693264c 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,23 +1,29 @@
+Wed Apr 07 13:57:33 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ACE-INSTALL.html: updated egcs shared library discussion
+ with information from Tim Rose <trose@bridgewatersys.com>
+ that egcs 1.1.1 statics libs work fine on Solaris 2.6.
+
Wed Apr 07 13:14:34 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/Service_Object.{h,i} (fini_called): Accessor to the
- underlying fini_already_called_ flag.
+ * ace/Service_Object.{h,i} (fini_called): Accessor to the
+ underlying fini_already_called_ flag.
- * ace/Service_Repository.cpp (find_i): Disallowed returning a
- service which fini() has been called upon.
+ * ace/Service_Repository.cpp (find_i): Disallowed returning a
+ service which fini() has been called upon.
Wed Apr 7 13:36:44 1999 Jeff Parsons <parsons@cs.wustl.edu>
- * ace/Basic_Types.h:
- Added a signed companion to David's
- ACE_UINT64_LITERAL, to avoid MSVC warnings. If
- the platform has no 8-byte integer, this is
- useless, but we must keep all compilers happy.
+ * ace/Basic_Types.h:
+ Added a signed companion to David's
+ ACE_UINT64_LITERAL, to avoid MSVC warnings. If
+ the platform has no 8-byte integer, this is
+ useless, but we must keep all compilers happy.
Wed Apr 7 11:30:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * bin/auto_compile:
- Added more tests to the script.
+ * bin/auto_compile:
+ Added more tests to the script.
Wed Apr 07 09:54:28 1999 David L. Levine <levine@cs.wustl.edu>