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-0.9.9-206-g4f0cf2b


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  4f0cf2b3b7d8e6e69a39e57beeae7e88794e35d0 (commit)
       via  2a20d700d67172cdb729b449b9944d5c55b9ad49 (commit)
       via  2d7881bf6e14d14fa1394f65f11b4d1dce4e2623 (commit)
      from  a4433a9da1f21c6536266531308ba231e5efae81 (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 4f0cf2b3b7d8e6e69a39e57beeae7e88794e35d0
Author: Josh Stone <jistone@redhat.com>
Date:   Fri Aug 28 11:29:17 2009 -0700

    Add a NEWS blurb for || and && in the preprocessor

commit 2a20d700d67172cdb729b449b9944d5c55b9ad49
Author: Przemyslaw Pawelczyk <przemyslaw@pawelczyk.it>
Date:   Fri Aug 28 02:19:21 2009 +0200

    Use || and && in preprocessor's conditions in tapsets.
    
    Signed-off-by: Josh Stone <jistone@redhat.com>

commit 2d7881bf6e14d14fa1394f65f11b4d1dce4e2623
Author: Przemyslaw Pawelczyk <przemyslaw@pawelczyk.it>
Date:   Fri Aug 28 02:11:47 2009 +0200

    Support || and && in preprocessor's conditions.
    
    * parse.cxx (parser::scan_pp): Add || and &&.
    * stap.1.in: Document || and && in PREPROCESSING.
    * testsuite/parseok/twenty.stp: Test case.
    * testsuite/parseko/preprocess14.stp: Ditto.
    * testsuite/parseko/preprocess15.stp: Ditto.
    
    Signed-off-by: Josh Stone <jistone@redhat.com>

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

Summary of changes:
 NEWS                               |    3 ++
 parse.cxx                          |   46 +++++++++++++++++++++++------------
 stap.1.in                          |    5 +++-
 tapset/scheduler.stp               |   16 ++----------
 testsuite/parseko/preprocess14.stp |    4 +++
 testsuite/parseko/preprocess15.stp |    4 +++
 testsuite/parseok/twenty.stp       |   12 +++++++++
 7 files changed, 60 insertions(+), 30 deletions(-)
 create mode 100755 testsuite/parseko/preprocess14.stp
 create mode 100755 testsuite/parseko/preprocess15.stp
 create mode 100755 testsuite/parseok/twenty.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]