diff options
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r-- | TAO/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 26df173d153..d0e31fda8ff 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,36 @@ +Mon May 31 20:48:24 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu> + + * TAO_IDL/include/ast_generator.h: + * TAO_IDL/include/ast_expression.h: + * TAO_IDL/be/be_expression.cpp: + * TAO_IDL/be/be_visitor_constant.cpp: + * TAO_IDL/be/be_visitor_constant/constant_ch.cpp: + * TAO_IDL/be/be_generator.cpp: + * TAO_IDL/ast/ast_expression.cpp: + * TAO_IDL/ast/ast_generator.cpp: + * TAO_IDL/be_include/be_generator.h: + * TAO_IDL/be_include/be_expression.h: + * TAO_IDL/fe/y.tab.cpp: + * TAO_IDL/fe/y.tab.h: + * TAO_IDL/fe/idl.yy: + * TAO_IDL/fe/lex.yy.cpp: + * TAO_IDL/fe/idl.ll: + + Changes to handling of signed/unsigned + long long integer literals. Values larger + than the 32-bit max were not generated + correctly. + + * tests/IDL_Test/main.cpp: + * tests/IDL_Test/including.idl: + * tests/IDL_Test/constants.idl: + + Added test case to IDL_Test, executable + checks correctness of generated values. + Thanks to Bogdan Jeram <bjeram at eso dot org> + for reporting the problem and sending in a + test example. + Mon May 31 20:34:36 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu> * TAO_IDL/be/be_visitor_union_branch/public_cs.cpp: |