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-78-g62eeb12


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  62eeb12c65b809da16882fca7dd1f8c1448e32b3 (commit)
       via  a66a2b617d428d814ea825fc006258b20136bd3a (commit)
       via  8f223b3eef0ae473b726d0d9a63e7955413fc10d (commit)
      from  2323da5ed189dcebfcfa71544a70367a66ab731a (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 62eeb12c65b809da16882fca7dd1f8c1448e32b3
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Sat Feb 12 15:28:36 2011 -0500

    PR3823: regenerate po/en.po and en.gmo
    
    Using msginit.

commit a66a2b617d428d814ea825fc006258b20136bd3a
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Sat Feb 12 15:22:03 2011 -0500

    PR3823: remove macos-specific configury goo

commit 8f223b3eef0ae473b726d0d9a63e7955413fc10d
Author: Frank Ch. Eigler <fche@redhat.com>
Date:   Sat Feb 12 15:17:45 2011 -0500

    PR3823: redo autoconfigury with gettextize
    
    * Makefile.am, configure.ac: Use autoconf/automake gettext support.
    * config.rpath, config.sub, ABOUT.NLS: New files.
    * m4/*.  Many new files, copied by gettextize.
    * po/*.  Many new files, mostly from gettextize.
    * po/LINGUAS, po/POTFILES.in, po/systemtap.pot, po/en.po, po/en.gmo: New files.

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

Summary of changes:
 ABOUT-NLS                                  | 1282 +++++++
 Makefile.am                                |    9 +-
 Makefile.in                                |   53 +-
 aclocal.m4                                 |    8 +
 config.in                                  |   49 +-
 config.rpath                               |  672 ++++
 config.sub                                 | 1705 +++++++++
 configure                                  | 5693 ++++++++++++++++++++++------
 configure.ac                               |    7 +-
 doc/Makefile.in                            |   34 +-
 doc/SystemTap_Tapset_Reference/Makefile.in |   34 +-
 doc/beginners/Makefile.in                  |   34 +-
 grapher/Makefile.in                        |   34 +-
 m4/gettext.m4                              |  383 ++
 m4/iconv.m4                                |  214 ++
 m4/lib-ld.m4                               |  110 +
 m4/lib-link.m4                             |  774 ++++
 m4/lib-prefix.m4                           |  224 ++
 m4/nls.m4                                  |   32 +
 m4/po.m4                                   |  449 +++
 m4/progtest.m4                             |   92 +
 po/LINGUAS                                 |    1 +
 po/Makefile.in.in                          |  444 +++
 po/Makevars                                |   41 +
 po/POTFILES.in                             |  297 ++
 po/Rules-quot                              |   47 +
 po/boldquot.sed                            |   10 +
 po/en.gmo                                  |  Bin 0 -> 22521 bytes
 po/en.po                                   |  939 +++++
 po/en@boldquot.header                      |   25 +
 po/en@quot.header                          |   22 +
 po/insert-header.sin                       |   23 +
 po/quot.sed                                |    6 +
 po/remove-potcdate.sin                     |   19 +
 po/systemtap.pot                           |  924 +++++
 35 files changed, 13604 insertions(+), 1086 deletions(-)
 create mode 100644 ABOUT-NLS
 create mode 100755 config.rpath
 create mode 100755 config.sub
 create mode 100644 m4/gettext.m4
 create mode 100644 m4/iconv.m4
 create mode 100644 m4/lib-ld.m4
 create mode 100644 m4/lib-link.m4
 create mode 100644 m4/lib-prefix.m4
 create mode 100644 m4/nls.m4
 create mode 100644 m4/po.m4
 create mode 100644 m4/progtest.m4
 create mode 100644 po/LINGUAS
 create mode 100644 po/Makefile.in.in
 create mode 100644 po/Makevars
 create mode 100644 po/POTFILES.in
 create mode 100644 po/Rules-quot
 create mode 100644 po/boldquot.sed
 create mode 100644 po/en.gmo
 create mode 100644 po/en.po
 create mode 100644 po/en@boldquot.header
 create mode 100644 po/en@quot.header
 create mode 100644 po/insert-header.sin
 create mode 100644 po/quot.sed
 create mode 100644 po/remove-potcdate.sin
 create mode 100644 po/systemtap.pot


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]