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-387-g47fc68d


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  47fc68de314fa6a5ae52ccc0cad6d58911cb61e8 (commit)
      from  8f18faed2e5dd5b5861602527436cf1ee8e7230b (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=47fc68de314fa6a5ae52ccc0cad6d58911cb61e8

commit 47fc68de314fa6a5ae52ccc0cad6d58911cb61e8
Author: Chris Leonard <cjlhomeaddress@gmail.com>
Date:   Thu Nov 14 18:30:47 2013 -0500

    [BZ #16143] pap_* locales have duplicated LC_NUMERIC section.

diff --git a/NEWS b/NEWS
index 7972b78..e7da3f3 100644
--- a/NEWS
+++ b/NEWS
@@ -18,7 +18,7 @@ Version 2.19
   15887, 15890, 15892, 15893, 15895, 15897, 15905, 15909, 15917, 15919,
   15921, 15923, 15939, 15948, 15963, 15966, 15985, 15988, 15997, 16032,
   16034, 16036, 16037, 16041, 16071, 16072, 16074, 16078, 16103, 16112,
-  16150, 16151, 16153.
+  16143, 16150, 16151, 16153.
 
 * 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 a7f5094..db66f66 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,10 @@
+2013-11-14  Chris Leonard  <cjl@sugarlabs.org>
+
+	[BZ #16143]
+	* locales/pap_AN: pap_* locales have duplicated LC_NUMERIC section.
+	* locales/pap_AW: Likewise.
+	* locales/pap_CW: Likewise.
+
 2013-11-08  Chris Leonard  <cjl@sugarlabs.org>
 
 	[BZ #16103]
diff --git a/localedata/locales/pap_AN b/localedata/locales/pap_AN
index c949b45..63262a5 100644
--- a/localedata/locales/pap_AN
+++ b/localedata/locales/pap_AN
@@ -88,12 +88,6 @@ p_sign_posn               1
 n_sign_posn               2
 END LC_MONETARY
 
-LC_NUMERIC
-decimal_point             "<U002C>"
-thousands_sep             ""
-grouping                  0;0
-END LC_NUMERIC
-
 LC_TIME
 abday   "<U0064><U006F>";"<U006C><U0075>";"<U006D><U0061>";/
         "<U0077><U0065>";"<U0072><U0061>";"<U0062><U0069>";/
diff --git a/localedata/locales/pap_AW b/localedata/locales/pap_AW
index 98a6d9f..fb9fbd5 100644
--- a/localedata/locales/pap_AW
+++ b/localedata/locales/pap_AW
@@ -98,12 +98,6 @@ p_sign_posn               1
 n_sign_posn               2
 END LC_MONETARY
 
-LC_NUMERIC
-decimal_point             "<U002C>"
-thousands_sep             ""
-grouping                  0;0
-END LC_NUMERIC
-
 LC_TIME
 abday   "<U0064><U006F>";"<U006C><U0075>";"<U006D><U0061>";/
         "<U0077><U0065>";"<U0072><U0061>";"<U0062><U0069>";/
diff --git a/localedata/locales/pap_CW b/localedata/locales/pap_CW
index 4493e73..ee4144f 100644
--- a/localedata/locales/pap_CW
+++ b/localedata/locales/pap_CW
@@ -98,12 +98,6 @@ p_sign_posn               1
 n_sign_posn               2
 END LC_MONETARY
 
-LC_NUMERIC
-decimal_point             "<U002C>"
-thousands_sep             ""
-grouping                  0;0
-END LC_NUMERIC
-
 LC_TIME
 abday   "<U0064><U006F>";"<U006C><U0075>";"<U006D><U0061>";/
         "<U0077><U0065>";"<U0072><U0061>";"<U0062><U0069>";/

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

Summary of changes:
 NEWS                      |    2 +-
 localedata/ChangeLog      |    7 +++++++
 localedata/locales/pap_AN |    6 ------
 localedata/locales/pap_AW |    6 ------
 localedata/locales/pap_CW |    6 ------
 5 files changed, 8 insertions(+), 19 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]