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.18-402-gad38324


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  ad383240ed616c03efb9b583a584e4d15f0f8f5e (commit)
      from  b75891075bece24be9fd85618f18af4a2daf7f1c (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=ad383240ed616c03efb9b583a584e4d15f0f8f5e

commit ad383240ed616c03efb9b583a584e4d15f0f8f5e
Author: Chris Leonard <cjlhomeaddress@gmail.com>
Date:   Mon Nov 18 16:18:23 2013 -0500

    [BZ #16144] Duplicated abday value for tk_TM.

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>";/

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

Summary of changes:
 NEWS                     |    2 +-
 localedata/ChangeLog     |    5 +++++
 localedata/locales/tk_TM |    4 ----
 3 files changed, 6 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]