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-100-g46a1a15


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  46a1a1511e5dafa446d7adf33414c0264cbeeff0 (commit)
      from  f8e53f3aaa42577f9a37f21ba8485c0ca2c81d25 (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 46a1a1511e5dafa446d7adf33414c0264cbeeff0
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Feb 16 12:44:42 2011 -0800

    Add _F() and _NF() for formatted translations
    
    These are wrappers around autosprintf which pass their format strings
    through _() and _N() for gettext translation.  All existing autosprintf
    calls are now updated to these macros.

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

Summary of changes:
 buildrun.cxx |    8 +++---
 cache.cxx    |    4 +-
 hash.cxx     |    4 +-
 main.cxx     |   47 +++++++++++++++++++++++----------------------
 parse.cxx    |    2 +-
 session.cxx  |   60 +++++++++++++++++++++++++++++-----------------------------
 session.h    |    7 ++++++
 7 files changed, 70 insertions(+), 62 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]