From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22001 invoked by alias); 14 Jan 2011 15:43:24 -0000 Received: (qmail 21689 invoked by uid 9850); 14 Jan 2011 15:43:18 -0000 Date: Fri, 14 Jan 2011 15:43:00 -0000 Message-ID: <20110114154316.21441.qmail@sourceware.org> From: lberk@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-439-ga07a2c2 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ceaf41cc99f99d7bf2d6b6dd8bd3c952d7a0c087 X-Git-Newrev: a07a2c289838ceb1fcb83085563a8716437d11af 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: 2011-q1/txt/msg00015.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 a07a2c289838ceb1fcb83085563a8716437d11af (commit) from ceaf41cc99f99d7bf2d6b6dd8bd3c952d7a0c087 (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 a07a2c289838ceb1fcb83085563a8716437d11af Author: Lukas Berk Date: Fri Jan 14 10:32:47 2011 -0500 PR11756 - adding warnings for deprecated declarations Added the --version-check flag, this will check if systemtap constructors being used are version dependent. If so, a warning detailing what syntax element is displayed. ----------------------------------------------------------------------- Summary of changes: elaborate.cxx | 26 +++++++++++++++++++++++++- parse.cxx | 19 +++++++++++++++---- session.cxx | 12 ++++++++++++ session.h | 1 + stap.1 | 15 ++++++++++++--- staptree.cxx | 5 +++-- staptree.h | 2 ++ testsuite/parseko/deprecated01.stp | 5 +++++ testsuite/parseok/deprecated01.stp | 5 +++++ 9 files changed, 80 insertions(+), 10 deletions(-) create mode 100755 testsuite/parseko/deprecated01.stp create mode 100755 testsuite/parseok/deprecated01.stp hooks/post-receive -- systemtap: system-wide probe/trace tool