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-166-gc5be751


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  c5be7511ea61fb90f55deb0b8308e8c256c0559b (commit)
      from  7ef486ad75e62291b1d2b25a81c91858a048c8dc (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 c5be7511ea61fb90f55deb0b8308e8c256c0559b
Author: Josh Stone <jistone@redhat.com>
Date:   Fri May 21 18:32:46 2010 -0700

    PR11617: Move string literal gluing from lexer to parser
    
    * parse.cxx (lexer::ate_comment): New flag if we just passed a comment.
      (lexer::scan): Set ate_comment, remove string gluing.
      (parser::parse_literal): Glue strings if not comment-separated.
    * testsuite/semok/thirtyfive.stp: Extend test.

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

Summary of changes:
 parse.cxx                      |   33 +++++++++++++++++----------------
 testsuite/semok/thirtyfive.stp |   10 ++++++++--
 2 files changed, 25 insertions(+), 18 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]