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.5-54-g0b9d21a


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  0b9d21a41c95af85155b6377634d1a7479ce8f83 (commit)
       via  cb9ae1fe308a63ee0ea642cb060672b25206ccbd (commit)
      from  548322dfe619ac2649572007e2b7c779db48daf2 (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 0b9d21a41c95af85155b6377634d1a7479ce8f83
Author: Chris Meek <cmeek@redhat.com>
Date:   Wed Jun 22 09:13:48 2011 -0400

    Added preliminary tests for server localization
    
    testsuite/systemtap.server/server_locale.exp
        Added tests for:
            Embedded '\n' in Environment Variables
            Use of "_.-@=" in Environment Variables
            LANG Proper Syntax (english)
            LANG Proper Syntax (french)
            LANG Bad Syntax (english)
            LANG Bad Syntax (french)
            LANG Proper Syntax (english, -k)
            LANG Proper Syntax (french, -k)
            LANG Bad Syntax (english, -k)
            LANG Bad Syntax (french, -k)
            LC_ALL Proper Syntax (english)
            LC_ALL Proper Syntax (french)
            LC_ALL Bad Syntax (english)
            LC_ALL Bad Syntax (french)
            LC_ALL Proper Syntax (english, -k)
            LC_ALL Proper Syntax (french, -k)
            LC_ALL Bad Syntax (english, -k)
            LC_ALL Bad Syntax (french, -k)
    
    Note: Did not add tests yet for other locale variables
    because they do not seem to have any effect on the output

commit cb9ae1fe308a63ee0ea642cb060672b25206ccbd
Author: Chris Meek <cmeek@redhat.com>
Date:   Wed Jun 22 09:06:32 2011 -0400

    Added more French translations
    
    parse.cxx
        Made message "1 parse error(s)." dynamically detect plural form.
        Also made it be recognized by translation files.

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

Summary of changes:
 parse.cxx                                    |    2 +-
 po/en.gmo                                    |  Bin 11315 -> 11315 bytes
 po/en.po                                     |  933 +++++++++++++------------
 po/fr.gmo                                    |  Bin 54324 -> 55393 bytes
 po/fr.po                                     |  967 ++++++++++++++------------
 po/pl.gmo                                    |  Bin 584 -> 584 bytes
 po/pl.po                                     |  931 +++++++++++++------------
 po/systemtap.pot                             |  930 +++++++++++++------------
 testsuite/systemtap.server/server_locale.exp |  938 +++++++++++++++++++++++++
 9 files changed, 2890 insertions(+), 1811 deletions(-)
 create mode 100644 testsuite/systemtap.server/server_locale.exp


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]