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.8-95-gac72d42


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  ac72d42e6de0b96fa3e7f9245b50288ad399e4b5 (commit)
       via  6eec708abee9188d74602f2602925edd2daa6342 (commit)
       via  7e788c262ae119a9e1b378605ce649cf1ae3f6cb (commit)
      from  0c4598c3428d896f0947853c54c3e0b4a71a91e6 (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 ac72d42e6de0b96fa3e7f9245b50288ad399e4b5
Author: Josh Stone <jistone@redhat.com>
Date:   Mon Jun 22 14:24:42 2009 -0700

    Remove unused strlens from str_replace

commit 6eec708abee9188d74602f2602925edd2daa6342
Author: Varun Chandramohan <varunc@linux.vnet.ibm.com>
Date:   Sat Jun 20 09:40:36 2009 +0530

    Testcase For str_replace()
    
    This patch adds the test case needed for this function. I have added
    few tests. If required more can be added in future.
    
    As discussed in previous version, the testcase patch has been reverted
    to the original as the str_replace() functionality has changed wrt to
    error handle.
    
    Signed-off-by: Varun Chandramohan <varunc@linux.vnet.ibm.com>
    Signed-off-by: Josh Stone <jistone@redhat.com>

commit 7e788c262ae119a9e1b378605ce649cf1ae3f6cb
Author: Varun Chandramohan <varunc@linux.vnet.ibm.com>
Date:   Sat Jun 20 09:37:54 2009 +0530

    Add str_replace() To Tapsets
    
    This patch adds a search and replace string functionality to existing
    tapsets.
    
    The functionality is as follows:
    
    The function takes in a parent string and searches for a substring as
    specified by the user. If substring not found, the parent string is
    returned. If substring is found, it is replaced by another string and
    returned.
    
    NOTE: The function will search and replace all the occurrence of
    substrings in a parent string when matched.
    
    Signed-off-by: Varun Chandramohan <varunc@linux.vnet.ibm.com>
    Signed-off-by: Josh Stone <jistone@redhat.com>

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

Summary of changes:
 tapset/string.stp                          |   31 ++++++++++++++++++++++++++++
 testsuite/systemtap.string/str_replace.exp |   14 ++++++++++++
 testsuite/systemtap.string/str_replace.stp |   25 ++++++++++++++++++++++
 3 files changed, 70 insertions(+), 0 deletions(-)
 create mode 100644 testsuite/systemtap.string/str_replace.exp
 create mode 100644 testsuite/systemtap.string/str_replace.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]