This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
GNU C Library master sources branch master updated. glibc-2.21-623-g536fb97
- From: vapier at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 21 Jul 2015 02:10:30 -0000
- Subject: GNU C Library master sources branch master updated. glibc-2.21-623-g536fb97
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 536fb977807bf15f56d1ad23111e3f1a849c3030 (commit)
from 7fde904c73c57faea48c9679bbdc0932d81b3a2f (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=536fb977807bf15f56d1ad23111e3f1a849c3030
commit 536fb977807bf15f56d1ad23111e3f1a849c3030
Author: Khem Raj <raj.khem@gmail.com>
Date: Fri Jul 17 02:16:59 2015 -0700
Reflect renaming of bh_IN and tu_IN in SUPPORTED file [BZ #17475]
diff --git a/ChangeLog b/ChangeLog
index 52e1837..3f8a6b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-07-21 Khem Raj <raj.khem@gmail.com>
+
+ [BZ #17475]
+ * benchtests/strcoll-inputs/filelist#en_US.UTF-8: Adjust for rename
+ of tu_IN and bh_IN.
+
2015-07-21 Mike Frysinger <vapier@gentoo.org>
[BZ #18694]
diff --git a/benchtests/strcoll-inputs/filelist#en_US.UTF-8 b/benchtests/strcoll-inputs/filelist#en_US.UTF-8
index c9f1427..151dffe 100644
--- a/benchtests/strcoll-inputs/filelist#en_US.UTF-8
+++ b/benchtests/strcoll-inputs/filelist#en_US.UTF-8
@@ -11409,7 +11409,7 @@ aa_DJ
translit_hangul
ar_EG
fi_FI
-bh_IN
+bhb_IN
en_CA
aa_ER
niu_NU
@@ -11620,7 +11620,7 @@ om_KE
or_IN
en_DK
wae_CH
-tu_IN
+tcy_IN
vi_VN
ber_MA
gd_GB
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index acc1448..030326b 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-21 Khem Raj <raj.khem@gmail.com>
+
+ [BZ #17475]
+ * SUPPORTED: Rename tu_IN to tcy_IN and bh_IN to bhb_IN.
+
2015-07-20 Chris Metcalf <cmetcalf@ezchip.com>
* tst-leaks.c (TIMEOUT): Bump up to 5 seconds.
@@ -5,8 +10,8 @@
2015-07-15 Pravin Satpute <psatpute@redhat.com>
[BZ #17475]
- * locales/tu_IN: renamed to tcy_IN
- * locales/bh_IN: renamed to bhb_IN
+ * locales/tu_IN: renamed to tcy_IN.
+ * locales/bh_IN: renamed to bhb_IN.
2015-05-16 Carlos O'Donell <carlos@redhat.com>
diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index 9bf2a4f..8ca023e 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -62,7 +62,7 @@ ber_DZ/UTF-8 \
ber_MA/UTF-8 \
bg_BG.UTF-8/UTF-8 \
bg_BG/CP1251 \
-bh_IN.UTF-8/UTF-8 \
+bhb_IN.UTF-8/UTF-8 \
bho_IN/UTF-8 \
bn_BD/UTF-8 \
bn_IN/UTF-8 \
@@ -404,6 +404,7 @@ sw_TZ/UTF-8 \
szl_PL/UTF-8 \
ta_IN/UTF-8 \
ta_LK/UTF-8 \
+tcy_IN.UTF-8/UTF-8 \
te_IN/UTF-8 \
tg_TJ.UTF-8/UTF-8 \
tg_TJ/KOI8-T \
@@ -424,7 +425,6 @@ tr_TR/ISO-8859-9 \
ts_ZA/UTF-8 \
tt_RU/UTF-8 \
tt_RU@iqtelif/UTF-8 \
-tu_IN.UTF-8/UTF-8 \
ug_CN/UTF-8 \
uk_UA.UTF-8/UTF-8 \
uk_UA/KOI8-U \
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
benchtests/strcoll-inputs/filelist#en_US.UTF-8 | 4 ++--
localedata/ChangeLog | 9 +++++++--
localedata/SUPPORTED | 4 ++--
4 files changed, 17 insertions(+), 6 deletions(-)
hooks/post-receive
--
GNU C Library master sources