From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29989 invoked by alias); 10 Oct 2008 00:15:55 -0000 Received: (qmail 29960 invoked by uid 9779); 10 Oct 2008 00:15:52 -0000 Date: Fri, 10 Oct 2008 00:15:00 -0000 Message-ID: <20081010001551.29948.qmail@sourceware.org> From: rarora@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-344-g7e72fbe X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 79bc46910cec133b913c90273f310c949ac01f13 X-Git-Newrev: 7e72fbeeddb9bbea476584047818a43fee4b9b6a 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: 2008-q4/txt/msg00041.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 7e72fbeeddb9bbea476584047818a43fee4b9b6a (commit) via 1b1b4cebda9ceaa7a2a2b695a32ecb2588045076 (commit) from 79bc46910cec133b913c90273f310c949ac01f13 (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 7e72fbeeddb9bbea476584047818a43fee4b9b6a Merge: 1b1b4cebda9ceaa7a2a2b695a32ecb2588045076 79bc46910cec133b913c90273f310c949ac01f13 Author: Rajan Arora Date: Thu Oct 9 20:14:39 2008 -0400 Merge branch 'master' of ssh://rarora@sources.redhat.com/git/systemtap Conflicts: ChangeLog commit 1b1b4cebda9ceaa7a2a2b695a32ecb2588045076 Author: Rajan Arora Date: Thu Oct 9 19:58:30 2008 -0400 Display source context for error and warning messages (6701) ----------------------------------------------------------------------- Summary of changes: ChangeLog | 20 +++++++++++++++ elaborate.cxx | 43 +++++++++++++++++++++++++++++++++ parse.cxx | 30 ++++++++++++++++++++-- parse.h | 10 +++++-- session.h | 1 + staptree.h | 4 ++- testsuite/ChangeLog | 5 ++++ testsuite/parseko/source_context.stp | 5 ++++ testsuite/systemtap.base/warnings.exp | 2 + 9 files changed, 113 insertions(+), 7 deletions(-) create mode 100755 testsuite/parseko/source_context.stp hooks/post-receive -- systemtap: system-wide probe/trace tool