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-248-gf58e7aa


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  f58e7aa8b145b05d7965b6dc31c2835d9da412f3 (commit)
      from  6be51dac7d0ac0fddf804b111c6f57b3775f6f11 (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 f58e7aa8b145b05d7965b6dc31c2835d9da412f3
Author: Frank Ch. Eigler <fche@elastic.org>
Date:   Thu Oct 28 18:42:35 2010 -0400

    PR12169: fix tokenize()
    
    * tapset/tokenize.stp: New file for tokenize().  Use per-context statics.
    * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Pull it into new docs.
    * tapset/string.stp: Remove old tokenize() code.
    * translate.cxx (emit_common_header): Add STAP_NEED_CONTEXT_TOKENIZE bits.
      (translate_pass): Emit global %{ %} embeds before context definition.

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

Summary of changes:
 doc/SystemTap_Tapset_Reference/tapsets.tmpl |    1 +
 tapset/string.stp                           |   38 ---------------------
 tapset/tokenize.stp                         |   48 +++++++++++++++++++++++++++
 translate.cxx                               |   14 +++++--
 4 files changed, 59 insertions(+), 42 deletions(-)
 create mode 100644 tapset/tokenize.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]