This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc 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]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-590-gb288a93


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 "GNU C Library master sources".

The branch, master has been updated
       via  b288a93d569442390f834e01a9594b2fcfce93d0 (commit)
      from  a2421a6853085c723d0d611e3bd398bc41b992f6 (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b288a93d569442390f834e01a9594b2fcfce93d0

commit b288a93d569442390f834e01a9594b2fcfce93d0
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Nov 1 15:04:39 2012 -0700

    Update test-gencat.sh and tst-langinfo.sh

diff --git a/ChangeLog b/ChangeLog
index 4d0407d..a69c627 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* catgets/test-gencat.sh (run_program_prefix): Renamed to ...
+	(run_program_cmd): This.
+	* localedata/tst-langinfo.sh (run_program_prefix): Removed.
+	(tst_langinfo): New variable.  Use it.
+
 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
 
 	* sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
diff --git a/catgets/test-gencat.sh b/catgets/test-gencat.sh
index c884b8f..8557a3f 100755
--- a/catgets/test-gencat.sh
+++ b/catgets/test-gencat.sh
@@ -20,12 +20,12 @@
 set -e
 
 common_objpfx=$1
-run_program_prefix=$2
+run_program_cmd=$2
 
 # Run the test program.
 LOCPATH=${common_objpfx}localedata GCONV_PATH=${common_objpfx}iconvdata \
 NLSPATH=${common_objpfx}catgets/%N.%c.cat LC_ALL=ja_JP.SJIS \
-  ${run_program_prefix} \
+  ${run_program_cmd} \
     > ${common_objpfx}catgets/test-gencat.out
 
 # Compare with the expected result.
diff --git a/localedata/tst-langinfo.sh b/localedata/tst-langinfo.sh
index 04771cb..8d46717 100755
--- a/localedata/tst-langinfo.sh
+++ b/localedata/tst-langinfo.sh
@@ -20,7 +20,7 @@
 set -e
 
 common_objpfx=$1
-run_program_prefix=$2
+tst_langinfo=$2
 
 # Run the test program.
 cat <<"EOF" |
@@ -340,8 +340,7 @@ ja_JP.EUC-JP         NOEXPR      ^([nN
 ja_JP.EUC-JP         CODESET     EUC-JP
 EOF
 LOCPATH=${common_objpfx}localedata GCONV_PATH=${common_objpfx}iconvdata \
-LC_ALL=tt_TT ${run_program_prefix} \
-  ${common_objpfx}localedata/tst-langinfo \
+LC_ALL=tt_TT ${tst_langinfo} \
     > ${common_objpfx}localedata/tst-langinfo.out
 
 exit $?

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

Summary of changes:
 ChangeLog                  |    7 +++++++
 catgets/test-gencat.sh     |    4 ++--
 localedata/tst-langinfo.sh |    5 ++---
 3 files changed, 11 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]