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.1-195-g60d9853


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  60d985370e63cb3b4c68489fc54276d8ac2b921b (commit)
      from  0da46fcdec144f944838350f08f59a36b8709e90 (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 60d985370e63cb3b4c68489fc54276d8ac2b921b
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Mar 11 19:19:33 2010 -0800

    Add startswith/endswith helpers
    
    Inspired by the Python equivalents, these new utility functions just
    make it a little cleaner to match at the beginning or end of a string.

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

Summary of changes:
 buildrun.cxx      |    2 +-
 cache.cxx         |    4 ++--
 main.cxx          |   11 ++++-------
 parse.cxx         |    8 ++++----
 tapset-mark.cxx   |    2 +-
 tapset-utrace.cxx |    2 +-
 tapsets.cxx       |   17 +++++++----------
 util.h            |   20 ++++++++++++++++++++
 8 files changed, 40 insertions(+), 26 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]