From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28986 invoked by alias); 1 Nov 2010 11:15:43 -0000 Received: (qmail 28958 invoked by uid 9112); 1 Nov 2010 11:15:41 -0000 Date: Mon, 01 Nov 2010 11:15:00 -0000 Message-ID: <20101101111541.28946.qmail@sourceware.org> From: mark@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-250-g83d4d1a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 833a28d7c21fb8214bed329ccce15fac850e4e06 X-Git-Newrev: 83d4d1a3d2484833af1299de6062f27613a8b9b5 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-q4/txt/msg00050.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 83d4d1a3d2484833af1299de6062f27613a8b9b5 (commit) from 833a28d7c21fb8214bed329ccce15fac850e4e06 (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 83d4d1a3d2484833af1299de6062f27613a8b9b5 Author: Mark Wielaard Date: Mon Nov 1 11:55:35 2010 +0100 PR12176 String literal at end of file crashes parser. * parse.cxx (parser::parse_literal): Only inspect next token if there is one. * testsuite/parseok/end_string.stp: New testcase. ----------------------------------------------------------------------- Summary of changes: parse.cxx | 9 ++++++--- testsuite/parseok/end_string.stp | 6 ++++++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100755 testsuite/parseok/end_string.stp hooks/post-receive -- systemtap: system-wide probe/trace tool