summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-25 17:31:43 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-25 17:31:43 +0000
commit06e0e8d365ae0a15d774828aa518196b8c26cc5d (patch)
tree9ac0504c066568b9a35912f475975fd54e8d45fc
parentdd2f9eae1969fb63e6c47f94c331bc169d7a3d9b (diff)
downloadATCD-06e0e8d365ae0a15d774828aa518196b8c26cc5d.tar.gz
* TAO_IDL/be/be_array.cpp:
Added base class constructor calls to class be_array constructor. * TAO_IDL/be/be_visitor_array/array_cs.cpp: Cosmetic changes to source code. * TAO_IDL/fe/fe_declarator.cpp: Removed addition of arrays to AST at global scope. This seems to be legacy code that there is no good reason for, and it was causing problems when an array is declared, typedef'd, and used as the element of another array at global scope. Anonymous arrays and the corresponding typdef (if any) are still added to the scope where they are declared. Thanks to Boris Kolpackov <boris@upsa.kent.orc.ru> for reporting this bug. * TAO_IDL/fe/idl.yy: * TAO_IDL/fe/y.tab.cpp: * TAO_IDL/fe/y.tab.cpp.diff: Made change for sequences similar to change for arrays above.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a28
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index a8546313d03..dc650b33731 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,31 @@
+Fri Jan 25 11:24:35 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_array.cpp:
+
+ Added base class constructor calls to class be_array
+ constructor.
+
+ * TAO_IDL/be/be_visitor_array/array_cs.cpp:
+
+ Cosmetic changes to source code.
+
+ * TAO_IDL/fe/fe_declarator.cpp:
+
+ Removed addition of arrays to AST at global scope. This seems to
+ be legacy code that there is no good reason for, and it was
+ causing problems when an array is declared, typedef'd, and
+ used as the element of another array at global scope. Anonymous
+ arrays and the corresponding typdef (if any) are still
+ added to the scope where they are declared. Thanks to Boris
+ Kolpackov <boris@upsa.kent.orc.ru> for reporting this bug.
+
+ * TAO_IDL/fe/idl.yy:
+ * TAO_IDL/fe/y.tab.cpp:
+ * TAO_IDL/fe/y.tab.cpp.diff:
+
+ Made change for sequences similar to change for arrays
+ above.
+
Fri Jan 25 12:14:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO/performance-tests/AMH_Single_Threaded_Latency/*.bor: