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] pap_* locales have duplicated LC_NUMERIC section.


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.



>From 47fc68de314fa6a5ae52ccc0cad6d58911cb61e8 Mon Sep 17 00:00:00 2001
From: Chris Leonard <cjlhomeaddress@gmail.com>
Date: Thu, 14 Nov 2013 18:30:47 -0500
Subject: [PATCH] [BZ #16143] pap_* locales have duplicated LC_NUMERIC
 section.

---
 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(-)

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


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