summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 18:58:11 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-07 18:58:11 +0000
commit65705fcaa62ab37c693279ed22a8e3b5dc8935f7 (patch)
treec02efe17e83d48a6f73e9bb851e0518665bb03ab
parent6ebd54cf095b9b485219180f5f189b26ddf4347e (diff)
downloadATCD-65705fcaa62ab37c693279ed22a8e3b5dc8935f7.tar.gz
*** empty log message ***
-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>