public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
From: roland@sourceware.org
To: systemtap-cvs@sourceware.org
Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-102-g0d9b49b
Date: Mon, 30 Aug 2010 23:51:00 -0000	[thread overview]
Message-ID: <20100830235108.27532.qmail@sourceware.org> (raw)

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  0d9b49bcc0b70968f736824eef480054cf578218 (commit)
       via  57cd6e39d5c0ec9d957c57b07148cd0ba0df42bf (commit)
       via  c9dd6e42e72c22b1cc67df6ce42f7bb42530a355 (commit)
      from  6bedc77b34297569b0f169f269b8309eba35f555 (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 0d9b49bcc0b70968f736824eef480054cf578218
Author: Roland McGrath <roland@redhat.com>
Date:   Mon Aug 30 15:43:43 2010 -0700

    Give staprun/stapio/stap-merge a standalone configure and makefile
    
    * Makefile.am: New file.
    * configure.ac: New file.
    * Makefile.in: New generated file.
    * aclocal.m4: New generated file.
    * config.in: New generated file.
    * configure: New generated file.

commit 57cd6e39d5c0ec9d957c57b07148cd0ba0df42bf
Author: Roland McGrath <roland@redhat.com>
Date:   Mon Aug 30 15:27:44 2010 -0700

    staprun: Avoid need for -I$(top_srcdir)
    
    * modverify.c: Use proper relative pathname for nsscommon.h #include.

commit c9dd6e42e72c22b1cc67df6ce42f7bb42530a355
Author: Roland McGrath <roland@redhat.com>
Date:   Mon Aug 30 15:01:35 2010 -0700

    staprun: Avoid type-punning casts.
    
    * mainloop.c (stp_main_loop): Use clean union instead of casts.

-----------------------------------------------------------------------

Summary of changes:
 runtime/staprun/Makefile.am              |   29 +
 runtime/staprun/Makefile.in              |  627 ++++
 aclocal.m4 => runtime/staprun/aclocal.m4 |   53 -
 runtime/staprun/config.in                |   49 +
 runtime/staprun/configure                | 6034 ++++++++++++++++++++++++++++++
 runtime/staprun/configure.ac             |   66 +
 runtime/staprun/mainloop.c               |   59 +-
 runtime/staprun/modverify.c              |    8 +-
 8 files changed, 6841 insertions(+), 84 deletions(-)
 create mode 100644 runtime/staprun/Makefile.am
 create mode 100644 runtime/staprun/Makefile.in
 copy aclocal.m4 => runtime/staprun/aclocal.m4 (96%)
 create mode 100644 runtime/staprun/config.in
 create mode 100755 runtime/staprun/configure
 create mode 100644 runtime/staprun/configure.ac


hooks/post-receive
--
systemtap: system-wide probe/trace tool


                 reply	other threads:[~2010-08-30 23:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100830235108.27532.qmail@sourceware.org \
    --to=roland@sourceware.org \
    --cc=systemtap-cvs@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).