summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-26 22:36:52 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-26 22:36:52 +0000
commitc2adf9b6ff6c49972f7d45708220c52d4810af40 (patch)
treecb02eed30d8439e834244b0c39351ef30568f026
parentdf46f978126dc4194c7a4fbf3a5b8bdba1b8a9fc (diff)
downloadATCD-c2adf9b6ff6c49972f7d45708220c52d4810af40.tar.gz
* TAO_IDL/include/ast_interface.h:
* TAO_IDL/ast/ast_interface.cpp: New method inherited_name_clash() checks for redefinitions (and case-only differences in spelling) between members of the interface and its parent(s), and between members of its parents, if there are more than one. * TAO_IDL/fe/idl.yy: * TAO_IDL/fe/y.tab.h: * TAO_IDL/fe/y.tab.cpp: Added call to the above function when the parser sees closing parenthesis of an interface, a concrete valuetype or an abstract valuetype. * TAO_IDL/include/utl_identifier.h: * TAO_IDL/include/utl_string.h: * TAO_IDL/util/utl_identifier.cpp: * TAO_IDL/util/utl_string.cpp: Added case-compare methods that do not output any error or warning, so that a more informative messsage (more suited to this particular case) can be output. * TAO_IDL/include/utl_error.h: * TAO_IDL/util/utl_error.cpp: Added warning0, warning1, warning2, and warning3 utility functions, similar to error0, etc. I only needed two of them, but the others may come in handy later.
-rw-r--r--TAO/ChangeLog-99c32
1 files changed, 32 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index b0f50263013..3a0154284c0 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,35 @@
+Thu Aug 26 17:37:01 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/include/ast_interface.h:
+ * TAO_IDL/ast/ast_interface.cpp:
+ New method inherited_name_clash() checks for
+ redefinitions (and case-only differences in spelling)
+ between members of the interface and its parent(s),
+ and between members of its parents, if there are
+ more than one.
+
+ * TAO_IDL/fe/idl.yy:
+ * TAO_IDL/fe/y.tab.h:
+ * TAO_IDL/fe/y.tab.cpp:
+ Added call to the above function when the parser
+ sees closing parenthesis of an interface, a concrete
+ valuetype or an abstract valuetype.
+
+ * TAO_IDL/include/utl_identifier.h:
+ * TAO_IDL/include/utl_string.h:
+ * TAO_IDL/util/utl_identifier.cpp:
+ * TAO_IDL/util/utl_string.cpp:
+ Added case-compare methods that do not output
+ any error or warning, so that a more informative
+ messsage (more suited to this particular case)
+ can be output.
+
+ * TAO_IDL/include/utl_error.h:
+ * TAO_IDL/util/utl_error.cpp:
+ Added warning0, warning1, warning2, and warning3
+ utility functions, similar to error0, etc. I only needed
+ two of them, but the others may come in handy later.
+
Thu Aug 26 14:30:38 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
* tao/IIOP_Connector.{h,cpp}: