summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 03:01:28 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-27 03:01:28 +0000
commitbb91ac009878590e276ded4553fa2e7bd97c758f (patch)
treed593de5359c609f75a65aff5007756f184e8faeb
parentda01d95fa9f8483e7fd7863ec4272befe3dfee94 (diff)
downloadATCD-bb91ac009878590e276ded4553fa2e7bd97c758f.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b50
1 files changed, 29 insertions, 21 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 4240eb5c0fd..9994f1e61ef 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,37 +1,45 @@
+Mon Oct 26 20:59:15 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/Synch_T.{i,cpp} (ACE_Lock_Adapter): unlined the
+ ACE_Lock_Adapter default constructor. SunPRO C++ 4.2 + patch
+ 104631-07 has trouble compiling TAO with it inline.
+ Thanks to Terry Rosenbaum <Terry.Rosenbaum@Radiology.MSU.edu>
+ for tracking this problem down and providing the fix.
+
Mon Oct 26 18:33:28 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * Updated the dependencies in all the Makefiles, this was required
- after the new Message_Block_T.{h,i,cpp} files.
+ * Updated the dependencies in all the Makefiles, this was required
+ after the new Message_Block_T.{h,i,cpp} files.
Mon Oct 26 19:16:27 1998 James CE Johnson <jcej@chiroptera.tragus.org>
- * docs/tutorials/000/index.html: This index is has a layout
- similar to Umar's ACE Tutorial document. As time progresses, we
- will be merging the examples in his document into the online
- tutorials. The current free-form tutorials will not go away but
- will be supplimented with Umar's more structured approach.
+ * docs/tutorials/000/index.html: This index is has a layout
+ similar to Umar's ACE Tutorial document. As time progresses, we
+ will be merging the examples in his document into the online
+ tutorials. The current free-form tutorials will not go away but
+ will be supplimented with Umar's more structured approach.
Mon Oct 26 17:37:55 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * ace/OS.h:
- * ace/config-sunos5.4-sunc++-4.x.h:
- * ace/config-sunos5.5.h:
- Sun/CC throws the ::xalloc exception when operator new cannot
- allocate the memory, thanks to Terry Rosenbaum
- <Terry.Rosenbaum@Radiology.MSU.edu> for reporting this and
- providing a patch.
+ * ace/OS.h:
+ * ace/config-sunos5.4-sunc++-4.x.h:
+ * ace/config-sunos5.5.h:
+ Sun/CC throws the ::xalloc exception when operator new cannot
+ allocate the memory, thanks to Terry Rosenbaum
+ <Terry.Rosenbaum@Radiology.MSU.edu> for reporting this and
+ providing a patch.
- * ace/Makefile:
- Updated dependencies.
+ * ace/Makefile:
+ Updated dependencies.
Mon Oct 26 17:02:48 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * tests/Thread_Pool_Reactor_Test.cpp: Reduced the number of
- connector threads _ONLY_ on platforms that couldn't handle too
- many simultaneous connection.
+ * tests/Thread_Pool_Reactor_Test.cpp: Reduced the number of
+ connector threads _ONLY_ on platforms that couldn't handle too
+ many simultaneous connection.
- Changed to use dotted-decimal format to specify connection
- endpoint for some platforms don't have a decent DNS support.
+ Changed to use dotted-decimal format to specify connection
+ endpoint for some platforms don't have a decent DNS support.
Mon Oct 26 12:04:10 1998 Nanbor Wang <nanbor@cs.wustl.edu>