This is the mail archive of the libc-alpha@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]

[COMMITTED][BZ #16144] Duplicated abday value for tk_TM.


2013-11-18  Chris Leonard  <cjl@sugarlabs.org>

    [BZ #16144]
    * locales/tk_TM: Duplicated abday value for tk_TM.


>From ad383240ed616c03efb9b583a584e4d15f0f8f5e Mon Sep 17 00:00:00 2001
From: Chris Leonard <cjlhomeaddress@gmail.com>
Date: Mon, 18 Nov 2013 16:18:23 -0500
Subject: [PATCH] [BZ #16144] Duplicated abday value for tk_TM.

---
 NEWS                     | 2 +-
 localedata/ChangeLog     | 5 +++++
 localedata/locales/tk_TM | 4 ----
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index c14374d..26fdfd4 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ Version 2.19
   15886, 15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15917,
   15919, 15921, 15923, 15939, 15948, 15963, 15966, 15985, 15988, 15997,
   16032, 16034, 16036, 16037, 16041, 16055, 16071, 16072, 16074, 16078,
-  16103, 16112, 16143, 16146, 16150, 16151, 16153, 16167, 16172.
+  16103, 16112, 16143, 16144, 16146, 16150, 16151, 16153, 16167, 16172.

 * CVE-2012-4412 The strcoll implementation caches indices and rules for
   large collation sequences to optimize multiple passes.  This cache
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 1898e94..80ea093 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-18  Chris Leonard  <cjl@sugarlabs.org>
+
+    [BZ #16144]
+    * locales/tk_TM: Duplicated abday value for tk_TM.
+
 2013-11-18  OndÅej BÃlka  <neleai@seznam.cz>

     * tests-mbwc/tst_mbrtowc.c (tst_mbrtowc): Remove unused t_ini variable.
diff --git a/localedata/locales/tk_TM b/localedata/locales/tk_TM
index 3d2decd..3ae7281 100644
--- a/localedata/locales/tk_TM
+++ b/localedata/locales/tk_TM
@@ -308,10 +308,6 @@ day
"<U0044><U0075><U015F><U0065><U006E><U0062><U0065>";/
         "<U015E><U0065><U006E><U0062><U0065>";/
         "<U00DD><U0065><U006B><U015F><U0065><U006E><U0062><U0065>"

-abday   "<U0044><U0079><U006E>";"<U0042><U0061><U015F>";/
-        "<U0059><U0061><U015F>";"<U0048><U006F><U015F>";/
-        "<U0053><U006F><U0067>";"<U0041><U006E><U006E>";/
-        "<U0052><U0075><U0068>"
 abday   "<U0044><U0075><U015F>";"<U0053><U0069><U015F>";/
         "<U00C7><U0061><U0072>";"<U0050><U0065><U006E>";/
         "<U0041><U006E><U006E>";"<U015E><U0065><U006E>";/
-- 
1.7.11.7


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