From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16567 invoked by alias); 18 Mar 2011 13:16:22 -0000 Received: (qmail 16540 invoked by uid 9850); 18 Mar 2011 13:16:21 -0000 Date: Fri, 18 Mar 2011 13:16:00 -0000 Message-ID: <20110318131621.16527.qmail@sourceware.org> From: lberk@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-165-g58a834b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b7a0f5abcbae86c3ea05f0366dae19ccb6dbe79c X-Git-Newrev: 58a834b168986ade130a5779738d5ace1e69d8f0 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2011-q1/txt/msg00171.txt.bz2 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 58a834b168986ade130a5779738d5ace1e69d8f0 (commit) from b7a0f5abcbae86c3ea05f0366dae19ccb6dbe79c (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 58a834b168986ade130a5779738d5ace1e69d8f0 Author: Lukas Berk Date: Fri Mar 18 09:14:03 2011 -0400 PR3823: Adding gettext functionality to several base files po/* files updated strings csclient.cxx - added gettext dwarf_wrappers.cxx - same remote.cxx - same setupdwfl.h - same staptree.cxx - same util.cxx - moved macros to util.h util.h - added gettext ----------------------------------------------------------------------- Summary of changes: csclient.cxx | 235 ++++++++++----------- dwarf_wrappers.cxx | 5 +- po/en.gmo | Bin 17989 -> 17989 bytes po/en.po | 594 +++++++++++++++++++++++++++++++++++++++++++++++--- po/fr.gmo | Bin 58978 -> 58978 bytes po/fr.po | 612 +++++++++++++++++++++++++++++++++++++++++++++++++--- po/pl.gmo | Bin 588 -> 588 bytes po/pl.po | 585 ++++++++++++++++++++++++++++++++++++++++++++++--- po/systemtap.pot | 585 ++++++++++++++++++++++++++++++++++++++++++++++--- remote.cxx | 47 ++-- setupdwfl.h | 2 +- staptree.cxx | 58 +++--- util.cxx | 15 -- util.h | 28 ++- 14 files changed, 2429 insertions(+), 337 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool