summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-99c
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-30 22:24:56 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-30 22:24:56 +0000
commit274ff3ea3d395e00a8e48a17c8678fd88efbd6dc (patch)
tree1e5a5be80ea5fec319095278d44fa345c0bb3921 /TAO/ChangeLog-99c
parente09ff77e00b5c47e7241d5c0fb78b165cbced70e (diff)
downloadATCD-274ff3ea3d395e00a8e48a17c8678fd88efbd6dc.tar.gz
* TAO_IDL/be/be_structure.cpp:
* TAO_IDL/be/be_union.cpp: * TAO_IDL/be/be_visitor_array/array_ch.cpp: * TAO_IDL/be/be_visitor_array/array_ci.cpp: * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp: * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp: A bug reported by J. Scott Evans <evans@cpi.com> pointed out that the TAO IDL compiler was not generating different code for the _var class of a struct, depending on whether the struct was fixed-size or variable-size (according to H & V section 6.19). The T_var code generation needed to be fixed also for unions, sequences and arrays * TAO_IDL/be/be_interface.cpp: * TAO_IDL/be/be_interface_fwd.cpp: * TAO_IDL/be/be_valuetype.cpp: * TAO_IDL/be/be_valuetype_fwd.cpp: Cosmetic changes.
Diffstat (limited to 'TAO/ChangeLog-99c')
-rw-r--r--TAO/ChangeLog-99c22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index c1287f82fdc..e357562a119 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,25 @@
+Thu Dec 30 16:10:00 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_structure.cpp:
+ * TAO_IDL/be/be_union.cpp:
+ * TAO_IDL/be/be_visitor_array/array_ch.cpp:
+ * TAO_IDL/be/be_visitor_array/array_ci.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_ci.cpp:
+ A bug reported by J. Scott Evans <evans@cpi.com>
+ pointed out that the TAO IDL compiler was not
+ generating different code for the _var class of
+ a struct, depending on whether the struct was
+ fixed-size or variable-size (according to H & V
+ section 6.19). The T_var code generation needed
+ to be fixed also for unions, sequences and arrays
+
+ * TAO_IDL/be/be_interface.cpp:
+ * TAO_IDL/be/be_interface_fwd.cpp:
+ * TAO_IDL/be/be_valuetype.cpp:
+ * TAO_IDL/be/be_valuetype_fwd.cpp:
+ Cosmetic changes.
+
Thu Dec 30 14:30:40 1999 David L. Levine <levine@cs.wustl.edu>
* examples/POA/Makefile,orbsvcs/orbsvcs/Makefile,