From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20306 invoked by alias); 21 Dec 2009 21:40:11 -0000 Received: (qmail 20282 invoked by uid 9112); 21 Dec 2009 21:40:09 -0000 Date: Mon, 21 Dec 2009 21:40:00 -0000 Message-ID: <20091221214007.20266.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.0-408-g40b71c4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c6fcc4c1ca5f222cf90bf3968e34a10f09b30be4 X-Git-Newrev: 40b71c4777ca110d69d5d61563d032a5ba1355df 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: 2009-q4/txt/msg00244.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 40b71c4777ca110d69d5d61563d032a5ba1355df (commit) from c6fcc4c1ca5f222cf90bf3968e34a10f09b30be4 (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 40b71c4777ca110d69d5d61563d032a5ba1355df Author: Mark Wielaard Date: Mon Dec 21 22:37:20 2009 +0100 PR11038 Trailing semicolon as null-statement confusing. * parse.cxx (parser::parse_statement): Squash semicolon after non-block-like statements. * testsuite/buildok/semicolon.stp: New test. ----------------------------------------------------------------------- Summary of changes: parse.cxx | 35 ++++++++++++++++++++++------------- testsuite/buildok/semicolon.stp | 18 ++++++++++++++++++ 2 files changed, 40 insertions(+), 13 deletions(-) create mode 100644 testsuite/buildok/semicolon.stp hooks/post-receive -- systemtap: system-wide probe/trace tool