summaryrefslogtreecommitdiff
path: root/modules/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/ChangeLog')
-rw-r--r--modules/TAO/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/TAO/ChangeLog b/modules/TAO/ChangeLog
index 6c7af45a6ed..2bd0c1295f6 100644
--- a/modules/TAO/ChangeLog
+++ b/modules/TAO/ChangeLog
@@ -1,6 +1,25 @@
+Tue Dec 1 17:39:09 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/include/ast_template_module.h:
+ * TAO_IDL/include/utl_scope.h:
+ * TAO_IDL/ast/ast_template_module.cpp:
+ * TAO_IDL/fe/y.tab.cpp:
+ * TAO_IDL/fe/idl.yy:
+ * TAO_IDL/util/utl_scope.cpp:
+
+ - Finished matching/error checking code for template
+ parameter references
+ - Finished semantic actions for template module aliases
+ and the associated template parameter references
+ - Factored ACE_NEW_RETURN macro out of both paths of an
+ IF block in several production rules dealing with
+ comma-separated lists
+
Tue Dec 1 14:46:26 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/fe/y.tab.cpp:
+
+ Regenrerated and recompiled.
Mon Nov 30 23:14:05 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>