summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordsmith <dsmith>2007-05-01 18:06:37 +0000
committerdsmith <dsmith>2007-05-01 18:06:37 +0000
commit1ae2676e68a7dd10b64d25a4862f9506718284e2 (patch)
tree0b04b73f7697dbb9499e0a5984c9a2904f30c4d2 /ChangeLog
parent355fc303a5a99f085c5f3e323f446b67778558ad (diff)
downloadsystemtap-steved-1ae2676e68a7dd10b64d25a4862f9506718284e2.tar.gz
systemtap-steved-1ae2676e68a7dd10b64d25a4862f9506718284e2.tar.xz
systemtap-steved-1ae2676e68a7dd10b64d25a4862f9506718284e2.zip
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.
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