summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-25 03:01:50 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-25 03:01:50 +0000
commit5587600e426dc3f1f46fa6944f8bc7b0b5fd02c2 (patch)
tree93bae06d4824bce6ce28bc37b694697c5f5513c1
parentf5ded2a97a43906b94f9759a9bd469a335f9207b (diff)
downloadATCD-5587600e426dc3f1f46fa6944f8bc7b0b5fd02c2.tar.gz
* TAO_IDL/ast/ast_decl.cpp:
* TAO_IDL/be/be_array.cpp: * TAO_IDL/be/be_structure.cpp: * TAO_IDL/be/be_visitor_decl.cpp: * TAO_IDL/be/be_visitor_root.cpp: * TAO_IDL/be/be_visitor_array/array_ch.cpp: * TAO_IDL/be/be_visitor_field/field_cs.cpp: * TAO_IDL/be/be_visitor_module/module.cpp: * TAO_IDL/be/be_visitor_root/root.cpp: * TAO_IDL/be_include/be_array.h: * TAO_IDL/be_include/be_visitor_root/root.h: * TAO_IDL/fe/idl.yy: * TAO_IDL/fe/y.tab.cpp: * TAO_IDL/util/utl_scope.cpp: Bugs fixed as a result of testing against IDL_Test. Also fixed lookup problem where a struct/union/exception member name was incorrectly clashing with the scope enclosing the struct/union/exception.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index da20f7e03a0..a85931f686d 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,25 @@
+Sun Mar 24 20:59:07 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/ast/ast_decl.cpp:
+ * TAO_IDL/be/be_array.cpp:
+ * TAO_IDL/be/be_structure.cpp:
+ * TAO_IDL/be/be_visitor_decl.cpp:
+ * TAO_IDL/be/be_visitor_root.cpp:
+ * TAO_IDL/be/be_visitor_array/array_ch.cpp:
+ * TAO_IDL/be/be_visitor_field/field_cs.cpp:
+ * TAO_IDL/be/be_visitor_module/module.cpp:
+ * TAO_IDL/be/be_visitor_root/root.cpp:
+ * TAO_IDL/be_include/be_array.h:
+ * TAO_IDL/be_include/be_visitor_root/root.h:
+ * TAO_IDL/fe/idl.yy:
+ * TAO_IDL/fe/y.tab.cpp:
+ * TAO_IDL/util/utl_scope.cpp:
+
+ Bugs fixed as a result of testing against IDL_Test. Also
+ fixed lookup problem where a struct/union/exception member
+ name was incorrectly clashing with the scope enclosing the
+ struct/union/exception.
+
Sun Mar 24 16:30:01 2002 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/ast/ast_structure_fwd.cpp: