From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6800 invoked by alias); 22 May 2010 01:45:51 -0000 Received: (qmail 6772 invoked by uid 9586); 22 May 2010 01:45:51 -0000 Date: Sat, 22 May 2010 01:45:00 -0000 Message-ID: <20100522014551.6761.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-166-gc5be751 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7ef486ad75e62291b1d2b25a81c91858a048c8dc X-Git-Newrev: c5be7511ea61fb90f55deb0b8308e8c256c0559b 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: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q2/txt/msg00113.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via c5be7511ea61fb90f55deb0b8308e8c256c0559b (commit) from 7ef486ad75e62291b1d2b25a81c91858a048c8dc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c5be7511ea61fb90f55deb0b8308e8c256c0559b Author: Josh Stone Date: Fri May 21 18:32:46 2010 -0700 PR11617: Move string literal gluing from lexer to parser * parse.cxx (lexer::ate_comment): New flag if we just passed a comment. (lexer::scan): Set ate_comment, remove string gluing. (parser::parse_literal): Glue strings if not comment-separated. * testsuite/semok/thirtyfive.stp: Extend test. ----------------------------------------------------------------------- Summary of changes: parse.cxx | 33 +++++++++++++++++---------------- testsuite/semok/thirtyfive.stp | 10 ++++++++-- 2 files changed, 25 insertions(+), 18 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool