summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-06 07:07:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-06 07:07:51 +0000
commit5258739fd903333e4d59027a970a4270dce801e7 (patch)
treeb73409c333efbf53f3edb471b3b304066371d508
parent0975d034429e3c2bb3db68a73fcac0ee337948dc (diff)
downloadATCD-5258739fd903333e4d59027a970a4270dce801e7.tar.gz
Sat Jan 6 07:07:18 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog20
1 files changed, 13 insertions, 7 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 07dde51e2be..0f78b95c4c6 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jan 6 07:07:18 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * TAO_IDL/fe/fe_lookup.cpp (lookup):
+ Make sure the signature is exactly the same as in the header
+ file, this should resolve the ld errors with HPUX IA64
+
Sat Jan 6 00:06:52 UTC 2007 Steve Huston <shuston@riverace.com>
* TAO_IDL/driver/drv_preproc.cpp: Removed the ACE_HAS_WINNT4 block -
@@ -7,26 +13,26 @@ Sat Jan 6 00:06:52 UTC 2007 Steve Huston <shuston@riverace.com>
Fri Jan 5 22:51:37 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/include/ast_decl.h:
-
+
Small change to comment.
-
+
* TAO_IDL/fe/lex.yy.cpp:
* TAO_IDL/fe/idl.ll:
* TAO_IDL/util/utl_global.cpp:
-
+
Changed logic of pushing/popping prefixes to/from
- the IDL compiler's dedicated stack, to fix a
+ the IDL compiler's dedicated stack, to fix a
problem reported by Martin Corino <mcorino@remedy.nl>
related to #pragma prefix directives from included
IDL files and how they interact with the IDL
compiler's preprocessor.
-
+
* TAO_IDL/be/be_visitor_amh_pre_proc.cpp:
* TAO_IDL/be/be_visitor_ami_pre_proc.cpp:
-
+
Copied lines of code from the CCM preprocessing
visitor, which ensures that implied IDL nodes
- will have the correct repository ids even if
+ will have the correct repository ids even if
the original node has its prefix modified later
in the IDL file. The same logic is now applied
to the AMI and AMH preprocessing visitors.