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-79-g7a1513b


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  7a1513b144fa8b8bcc80da32a118aa4aa8e45858 (commit)
      from  62eeb12c65b809da16882fca7dd1f8c1448e32b3 (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 7a1513b144fa8b8bcc80da32a118aa4aa8e45858
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Sat Feb 12 15:46:37 2011 -0500

    PR3823: use our own autosprintf()
    
    * configure.ac, Makefile.am: Forget about libasprintf.
    * main.cxx, session.cxx, session.h: Likewise.
    * util.h, util.cxx: Define workalike autosprintf(), with a fresh
      new look, and with no added memory leaks!  WOW!

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

Summary of changes:
 Makefile.am                                |    2 +-
 Makefile.in                                |    5 +-
 configure                                  |  520 ----------------------------
 configure.ac                               |    1 -
 doc/Makefile.in                            |    1 -
 doc/SystemTap_Tapset_Reference/Makefile.in |    1 -
 doc/beginners/Makefile.in                  |    1 -
 grapher/Makefile.in                        |    1 -
 main.cxx                                   |    2 -
 session.cxx                                |    1 -
 session.h                                  |    1 -
 util.cxx                                   |   18 +-
 util.h                                     |    2 +
 13 files changed, 22 insertions(+), 534 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]