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.3-439-ga07a2c2


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 <lberk@redhat.com>
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


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