From 553d27a587615e4b242a89bf1a7af93b71f050f0 Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 3 Jun 2005 21:01:35 +0000 Subject: 2005-06-03 Frank Ch. Eigler * TODO: Removed entries already represented in bugzilla. * elaborate.cxx: Rewrite type inference for several operators. * main.cxx (main): For -p2 runs, print types of function/probe locals. * parse.cxx (scan): Identify more two-character operators. (parse_comparison): Support the whole suite. * translate.cxx (visit_unary_expression, logical_or_expr, logical_and_expr, comparison,ternary_expression): New support. * testsuite/parseok/semok.stp: Clever new test. * testsuite/transok/four.stp: New test. * testsuite/*: Some tweaked tests for syntax changes. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f7c7e1db..a5063923 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-06-03 Frank Ch. Eigler + + * TODO: Removed entries already represented in bugzilla. + * elaborate.cxx: Rewrite type inference for several operators. + * main.cxx (main): For -p2 runs, print types of function/probe locals. + * parse.cxx (scan): Identify more two-character operators. + (parse_comparison): Support the whole suite. + * translate.cxx (visit_unary_expression, logical_or_expr, + logical_and_expr, comparison,ternary_expression): New support. + * testsuite/parseok/semok.stp: Clever new test. + * testsuite/transok/four.stp: New test. + * testsuite/*: Some tweaked tests for syntax changes. + 2005-06-03 Frank Ch. Eigler * parse.cxx (scan): Support C and C++ comment styles. -- cgit