From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27645 invoked by alias); 1 May 2007 18:06:43 -0000 Received: (qmail 27613 invoked by uid 9156); 1 May 2007 18:06:38 -0000 Date: Tue, 01 May 2007 18:06:00 -0000 Message-ID: <20070501180638.27611.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: src ChangeLog translate.cxx Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2007-q2/txt/msg00073.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: dsmith@sourceware.org 2007-05-01 19:06:38 Modified files: . : ChangeLog translate.cxx Log message: 2007-05-01 David Smith * 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. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.613&r2=1.614 http://sourceware.org/cgi-bin/cvsweb.cgi/src/translate.cxx.diff?cvsroot=systemtap&r1=1.170&r2=1.171