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.8-58-g16fc963


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  16fc963fb861ac3ebbd83fd99076333aadb01ba1 (commit)
       via  2524d1fdc208f4cc8e3672a8b8d29af39eaea735 (commit)
      from  42f9c99b3f4d99e9c893f47b7b7fe74b6f0b3c59 (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 16fc963fb861ac3ebbd83fd99076333aadb01ba1
Author: Serguei Makarov <smakarov@redhat.com>
Date:   Mon Jul 23 12:30:46 2012 -0400

    PR11207 groundwork: lexer::scan() produces tok_junk instead of throwing errors.
    
    Handling parse_errors at scan time would get too complicated when there's
    a preprocessing stage between the lexer and parser (and it's no longer
    clear whether a given token will be used). Hence we produce specially marked
    tok_junk which store a message to use when the token is encountered at
    print_error() time.

commit 2524d1fdc208f4cc8e3672a8b8d29af39eaea735
Author: Serguei Makarov <smakarov@redhat.com>
Date:   Mon Jul 23 09:41:50 2012 -0400

    PR11207 groundwork: add a list of @words to check macro names against.

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

Summary of changes:
 parse.cxx |   99 ++++++++++++++++++++++++++++++++++++++++++++++++-------------
 parse.h   |    2 +
 2 files changed, 80 insertions(+), 21 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]