summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-01 20:28:10 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-01 20:28:10 +0000
commit1d28562ecc08bb7a8febcf6b41ef1f62ae207452 (patch)
treeeaaef5348ed8de29f392230f832589440a082d60 /TAO
parent65b5ca335758fb05b47e1934f02a2cd3e17a14ff (diff)
downloadATCD-1d28562ecc08bb7a8febcf6b41ef1f62ae207452.tar.gz
ChangeLogTag: Fri Dec 1 20:18:47 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index bf0fa3783a5..db9382274c0 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,16 @@
+Fri Dec 1 20:18:47 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/fe/fe_declarator.cpp (compose):
+
+ Removed a prefix match check that was overlooked in the
+ #pragma prefix changes in
+
+ Tue Nov 28 19:32:46 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ but was caught only on Solaris platforms, since on all
+ others, one of the compared strings always has an uninitialized
+ value of 0, which short-circuited the check.
+
Fri Dec 1 15:39:03 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
* tests/OBV/Simple/OBV_Simple.mpc: