summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-02 21:10:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-02 21:10:35 +0000
commit2536892d15cf0d423f44bef6f2dd3db179569abf (patch)
tree9887025e6d349179b0e900df3734de16425f01ab
parent7baef80c53c4c9c6eeda838b9511b5a90b1c99ff (diff)
downloadATCD-2536892d15cf0d423f44bef6f2dd3db179569abf.tar.gz
ChangeLogTag: Thu Nov 2 20:53:16 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog20
1 files changed, 19 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2c23d637f13..8892f6d6de6 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,7 +1,25 @@
+Thu Nov 2 20:53:16 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/be/be_visitor_exception/exception_ctor.cpp:
+ * TAO_IDL/be/be_visitor_union/discriminant_ch.cpp:
+ * TAO_IDL/be/be_visitor_field/field_ch.cpp:
+ * TAO_IDL/ast/ast_type.cpp:
+
+ Fixed generation of nested type name to add a double
+ colon if the name includes the canonical CORBA
+ namespace, to disambiguate it from any scoped
+ name which may include a different, nested namespace
+ named CORBA. Thanks to N Johnson <nj@artesys.info>
+ for reporting the bug.
+
+ * tests/IDL_Test/nested_scope.idl:
+
+ Added use case from the bug report above to the IDL file.
+
Wed Nov 1 18:48:26 UTC 2006 Simon McQueen <sm@prismtech.com>
* tests/Bug_2174_Regression/run_test.pl:
-
+
Add a sleep to prevent spurious fails on win32.
Mon Oct 30 19:49:12 UTC 2006 Martin Corino <mcorino@remedy.nl>