From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24587 invoked by alias); 17 Jun 2010 01:10:17 -0000 Received: (qmail 24554 invoked by uid 9586); 17 Jun 2010 01:10:15 -0000 Date: Thu, 17 Jun 2010 01:10:00 -0000 Message-ID: <20100617011015.24543.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-283-g34af38d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 40b0b9c1a0851ad719647d4bf6b3b0eeb82c8d6a X-Git-Newrev: 34af38db78f436e5180b708d70ae0b6db63922e4 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-q2/txt/msg00193.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 34af38db78f436e5180b708d70ae0b6db63922e4 (commit) via 33b081c5fd714fc1fdcb489951b41600ade1c397 (commit) from 40b0b9c1a0851ad719647d4bf6b3b0eeb82c8d6a (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 34af38db78f436e5180b708d70ae0b6db63922e4 Author: Josh Stone Date: Wed Jun 16 17:42:01 2010 -0700 PR3672: Document and test pretty-printing * NEWS: Blurb it. * stapprobes.3stap.in: Show it. * testsuite/semok/pretty.stp: Semantize it. * testsuite/buildok/pretty.stp: Build it. commit 33b081c5fd714fc1fdcb489951b41600ade1c397 Author: Josh Stone Date: Wed Jun 16 16:14:39 2010 -0700 Document $var[(expr)] * stapprobes.3stap.in: In $var[N], N can be an expression. ----------------------------------------------------------------------- Summary of changes: NEWS | 8 +++++ stapprobes.3stap.in | 14 +++++++-- testsuite/buildok/pretty.stp | 44 +++++++++++++++++++++++++++ testsuite/semok/pretty.stp | 67 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 130 insertions(+), 3 deletions(-) create mode 100755 testsuite/buildok/pretty.stp create mode 100755 testsuite/semok/pretty.stp hooks/post-receive -- systemtap: system-wide probe/trace tool