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.4-242-g6f58d8a


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  6f58d8aeac89f1b8ef792afe15ba1b0938f404e8 (commit)
       via  ab3bda1ee9f51af01b4a5733357a673847ff400e (commit)
      from  4f650b87fe3c94dabc7d72096bf3c79f60f82c94 (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 6f58d8aeac89f1b8ef792afe15ba1b0938f404e8
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Apr 13 18:09:02 2011 -0700

    Fix a local variable redefinition
    
    * session.cxx (systemtap_session::register_library_aliases): There are
      nested n variables with different types; rename the inner for clarity.

commit ab3bda1ee9f51af01b4a5733357a673847ff400e
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Apr 13 18:03:22 2011 -0700

    Fix a copy-paste goof in cache cleanup
    
    The impact of this typo is that .c and .log files were not properly
    counted when computing cache utilization.  Not a big deal, but easily
    fixed anyway.
    
    * cache.cxx (cache_ent_info::cache_ent_info): Remove bad semicolons.

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

Summary of changes:
 cache.cxx   |    4 ++--
 session.cxx |    6 +++---
 2 files changed, 5 insertions(+), 5 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]