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-150-gd48afc2


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  d48afc20b81c951b1536a91762779debfc85c72a (commit)
      from  bd908e776737335d40be3a2071d5665903a785a7 (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 d48afc20b81c951b1536a91762779debfc85c72a
Author: Josh Stone <jistone@redhat.com>
Date:   Thu May 13 15:01:13 2010 -0700

    PR11598: Allow "&" address-of in @defined()
    
    * parse.cxx (parser::parse_target_symbol): Do addressof parsing here.
      (parser::parse_value): Yield addressof parsing to parse_target_symbol.
      (parser::parse_defined_op): Don't insist on an identifier, could be &.
    * testsuite/semok/thirtysix.stp: Add tests for @defined(&...).

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

Summary of changes:
 parse.cxx                     |   16 +++++++++++-----
 testsuite/semok/thirtysix.stp |    6 ++++++
 2 files changed, 17 insertions(+), 5 deletions(-)


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]