summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-23 20:15:41 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-23 20:15:41 +0000
commit449189745e00b91aeb4b82725736d1cb5af099f3 (patch)
tree0011716f89b9df44a2cdc49a0e12572e8d6050b2
parentf43633c2da3bf1d29a5e0903c8cb591c906a9172 (diff)
downloadATCD-449189745e00b91aeb4b82725736d1cb5af099f3.tar.gz
Wed May 23 15:09:21 2001 Paul Calabrese <calabrese_p@ociweb.com>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
1 files changed, 9 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 4076880faa6..f4358ddd543 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Wed May 23 15:09:21 2001 Paul Calabrese <calabrese_p@ociweb.com>
+
+ * tao/iiop_endpoints.pidl:
+
+ Fix comment.
+
Wed May 23 14:26:07 2001 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/tao_idl.cpp:
@@ -8,7 +14,7 @@ Wed May 23 14:26:07 2001 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/include/idl_global.h:
* TAO_IDL/util/utl_global.cpp:
- Applied patches sent in by Craig Rodrigues <rodrigc@mediaone.net>
+ Applied patches sent in by Craig Rodrigues <rodrigc@mediaone.net>
to enable the IDL compiler to process multiple files. The
code that was there worked on Solaris, but not on Linux or Win32.
These changes have made it work portably. Also moved some
@@ -18,7 +24,7 @@ Wed May 23 14:26:07 2001 Jeff Parsons <parsons@cs.wustl.edu>
Wed May 23 13:01:44 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/RTCORBA/Thread_Pool/client.cpp: Changed the default number
- of iterations.
+ of iterations.
Wed May 23 11:53:00 2001 Jeff Parsons <parsons@cs.wustl.edu>
@@ -45,7 +51,7 @@ Wed May 23 11:45:09 2001 Jeff Parsons <parsons@cs.wustl.edu>
Also added code to consolidate the message block before
calling the typecode constructor. Typecodes constructed
from a message block large enough to be chained were returning
- garbage values from some accessors. Thanks to Arturo Josè
+ garbage values from some accessors. Thanks to Arturo Josè
Montes Sinning <mitosys@colomsat.net.co> and to Philippe
Merle <Philippe.Merle@lifl.fr> for simultaneously discovering
this bug, and to Carlos for seeing the fix right away.