This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.2-48-gdb13549


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  db135493669e5e2e1d0dc5c30c8d4a38bfd6653f (commit)
       via  0161aa7bab9847980aad1a368efcaa0594e91b24 (commit)
       via  6e683641a7015dbde8c8b921a08e60df073efeeb (commit)
       via  17b91441800b590c5ef4a0c213c2bbcd8deef696 (commit)
      from  4419a86cac1f3b2feeef194899d5a5682df3905f (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 db135493669e5e2e1d0dc5c30c8d4a38bfd6653f
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Apr 8 17:15:49 2010 -0400

    PR11343: backward compatibility option/conditional
    
    * main.cxx: Add "--compatible=VERSION" option.
    * session.h (compatible): Store it.
    * parse.cxx (eval_pp_conditional): Look at it as %( systemtap_v CMP VALUE ... %)
    * stap.1.in: Document it.
    * testsuite/parseko/preprocess17.stp, parseok/twenty.stp: Test it.

commit 0161aa7bab9847980aad1a368efcaa0594e91b24
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Apr 8 15:28:19 2010 -0400

    docs: normalize tapset::nfsd man header/aliases

commit 6e683641a7015dbde8c8b921a08e60df073efeeb
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Apr 8 14:21:46 2010 -0400

    documentation: shorten morehelp

commit 17b91441800b590c5ef4a0c213c2bbcd8deef696
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Wed Apr 7 16:59:34 2010 -0400

    runtime: more diagnostics for build-id checking
    
    * runtime/sym.c: Store individual rc's for build-id comparisons.

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

Summary of changes:
 main.cxx                           | 1126 +++++++-----------------------------
 man/tapset::nfsd.3stap             |    4 +-
 parse.cxx                          |   19 +-
 runtime/sym.c                      |   16 +-
 session.h                          |    1 +
 stap.1.in                          |    6 +
 testsuite/parseko/preprocess17.stp |    3 +
 testsuite/parseok/twenty.stp       |    3 +
 8 files changed, 252 insertions(+), 926 deletions(-)
 create mode 100755 testsuite/parseko/preprocess17.stp


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]