summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e68c57ca..2677c85b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-05-01 David Smith <dsmith@redhat.com>
+
+ * translate.cxx (c_tmpcounter::visit_binary_expression): Updated
+ temporary handling.
+ (c_unparser::visit_binary_expression): Improved handing of numeric
+ constants when handling '%' and '/' operators.
+ (c_tmpcounter::visit_print_format): Updated temporary handling.
+ (c_unparser::visit_print_format): Removed the need for a result
+ temporary when printing to a stream.
+
2007-04-30 David Smith <dsmith@redhat.com>
PR 2339