From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4312 invoked by alias); 30 Jul 2012 18:37:40 -0000 Received: (qmail 3860 invoked by uid 9945); 30 Jul 2012 18:37:36 -0000 Date: Mon, 30 Jul 2012 18:37:00 -0000 Message-ID: <20120730183736.3836.qmail@sourceware.org> From: serhei@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.8-108-g9258524 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2a82bed6eced5bd3634acd82eb440d46ab8206f4 X-Git-Newrev: 92585244eab9d6ae1601ee3f1ca2667680e31b8e 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: 2012-q3/txt/msg00056.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 92585244eab9d6ae1601ee3f1ca2667680e31b8e (commit) via 3932c705acde4186d4b4a9a48fe4304e70f174f6 (commit) from 2a82bed6eced5bd3634acd82eb440d46ab8206f4 (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 92585244eab9d6ae1601ee3f1ca2667680e31b8e Author: Serguei Makarov Date: Mon Jul 30 14:36:26 2012 -0400 Revert "PR11207: testsuite for oneline macros feature." This reverts commit 05b137ec05922db854429770f96ce6a4a1501347. commit 3932c705acde4186d4b4a9a48fe4304e70f174f6 Author: Serguei Makarov Date: Mon Jul 30 14:36:15 2012 -0400 Revert "PR11207: support for one-line @define in macroprocessor." This reverts commit 2a82bed6eced5bd3634acd82eb440d46ab8206f4. ----------------------------------------------------------------------- Summary of changes: parse.cxx | 137 +++++++--------------- testsuite/parseko/{macros01.stp => macros02.stp} | 2 +- testsuite/parseko/macros12.stp | 14 --- testsuite/parseko/macros13.stp | 9 -- testsuite/parseko/macros14.stp | 7 - testsuite/parseok/macros09.stp | 6 - testsuite/parseok/macros10.stp | 6 - testsuite/parseok/macros11.stp | 15 --- testsuite/parseok/macros12.stp | 10 -- testsuite/parseok/macros13.stp | 6 - 10 files changed, 41 insertions(+), 171 deletions(-) copy testsuite/parseko/{macros01.stp => macros02.stp} (52%) delete mode 100755 testsuite/parseko/macros12.stp delete mode 100755 testsuite/parseko/macros13.stp delete mode 100644 testsuite/parseko/macros14.stp delete mode 100755 testsuite/parseok/macros09.stp delete mode 100755 testsuite/parseok/macros10.stp delete mode 100755 testsuite/parseok/macros11.stp delete mode 100755 testsuite/parseok/macros12.stp delete mode 100644 testsuite/parseok/macros13.stp hooks/post-receive -- systemtap: system-wide probe/trace tool