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.26-201-gf11f2f6


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  f11f2f6e145d6fc6b52f6b0733599f8b96595733 (commit)
       via  f8de9568d81bf47bcc85d2918d529b6cd0b19519 (commit)
       via  15cf43a999857de1ad2745b838cb3d73ce45c7e1 (commit)
      from  42496114ec0eb7d6d039d05d4262e109951c600c (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=f11f2f6e145d6fc6b52f6b0733599f8b96595733

commit f11f2f6e145d6fc6b52f6b0733599f8b96595733
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Tue Aug 29 13:39:18 2017 +0200

    Use â??,â?? as mon_decimal_point for ru_RU and os_RU locales (follow CLDR)
    
    	[BZ #13805]
    	* locales/ru_RU (LC_MONETARY): Use â??,â?? for mon_decimal_point
    	(to agree with CLDR).
    	* locales/ru_RU (LC_NUMERIC): Write mon_decimal_point in ASCII
    	for readability.
    	* locales/os_RU (LC_MONETARY): Copy from ru_RU,
    	makes it agree with CLDR.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 6b9c107..48775d6 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,13 @@
+2017-08-29  Mike FABIAN  <mfabian@redhat.com>
+
+	[BZ #13805]
+	* locales/ru_RU (LC_MONETARY): Use â??,â?? for mon_decimal_point
+	(to agree with CLDR).
+	* locales/ru_RU (LC_NUMERIC): Write mon_decimal_point in ASCII
+	for readability.
+	* locales/os_RU (LC_MONETARY): Copy from ru_RU,
+	makes it agree with CLDR.
+
 2017-08-29  Akhilesh Kumar <akhilesh.k@samsung.com>
 
 	[BZ #21971]
diff --git a/localedata/locales/os_RU b/localedata/locales/os_RU
index 7d8a39a..72b78a5 100644
--- a/localedata/locales/os_RU
+++ b/localedata/locales/os_RU
@@ -81,21 +81,7 @@ nostr   "<U043D><U04D5><U0439><U044B>"
 END LC_MESSAGES
 
 LC_MONETARY
-int_curr_symbol           "<U0052><U0055><U0042><U0020>"
-currency_symbol           "<U20BD>"
-mon_decimal_point         "<U002E>"
-mon_thousands_sep         "<U202F>"
-mon_grouping              3;3
-positive_sign             ""
-negative_sign             "<U002D>"
-int_frac_digits           2
-frac_digits               2
-p_cs_precedes             0
-p_sep_by_space            1
-n_cs_precedes             0
-n_sep_by_space            1
-p_sign_posn               1
-n_sign_posn               1
+copy "ru_RU"
 END LC_MONETARY
 
 LC_NUMERIC
diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU
index 8f8bb11..c3a3df4 100644
--- a/localedata/locales/ru_RU
+++ b/localedata/locales/ru_RU
@@ -86,7 +86,7 @@ END LC_MESSAGES
 LC_MONETARY
 int_curr_symbol           "<U0052><U0055><U0042><U0020>"
 currency_symbol           "<U20BD>"
-mon_decimal_point         "<U002E>"
+mon_decimal_point         ","
 mon_thousands_sep         "<U202F>"
 mon_grouping              3;3
 positive_sign             ""
@@ -102,7 +102,7 @@ n_sign_posn               1
 END LC_MONETARY
 
 LC_NUMERIC
-decimal_point             "<U002C>"
+decimal_point             ","
 thousands_sep             "<U202F>"
 grouping                  3;3
 END LC_NUMERIC

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=f8de9568d81bf47bcc85d2918d529b6cd0b19519

commit f8de9568d81bf47bcc85d2918d529b6cd0b19519
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Wed Aug 23 09:57:23 2017 +0530

    Add locale for mfe_MU
    
    Add locale for â??Morisyenâ?? which is also called â??Mauritian Creoleâ??
    and is spoken in Mauritius.
    
    	[BZ #21971]
    	* localedata/SUPPORTED: Add mfe_MU/UTF-8.
    	* localedata/locales/mfe_MU: New File.
    
    	[BZ #21971]
    	* locale/iso-639.def: add Morisyen.

diff --git a/ChangeLog b/ChangeLog
index b7bb265..8a58926 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-29  Akhilesh Kumar <akhilesh.k@samsung.com>
+
+	[BZ #21971]
+	* locale/iso-639.def: add Morisyen.
+
 2017-08-28  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
 
 	[BZ #21930]
diff --git a/locale/iso-639.def b/locale/iso-639.def
index b109a3b..eba7912 100644
--- a/locale/iso-639.def
+++ b/locale/iso-639.def
@@ -316,6 +316,7 @@ DEFINE_LANGUAGE_CODE3 ("Mari", chm, chm)
 DEFINE_LANGUAGE_CODE ("Marshallese", mh, mah, mah)
 DEFINE_LANGUAGE_CODE3 ("Marwari", mwr, mwr)
 DEFINE_LANGUAGE_CODE3 ("Masai", mas, mas)
+DEFINE_LANGUAGE_CODE3 ("Morisyen", mfe, mfe)
 DEFINE_LANGUAGE_CODE3 ("Mayan languages", myn, myn)
 DEFINE_LANGUAGE_CODE3 ("Meadow Mari", mhr, mhr)
 DEFINE_LANGUAGE_CODE3 ("Mende", men, men)
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index ee90f10..6b9c107 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,9 @@
+2017-08-29  Akhilesh Kumar <akhilesh.k@samsung.com>
+
+	[BZ #21971]
+	* localedata/SUPPORTED: Add mfe_MU/UTF-8.
+	* localedata/locales/mfe_MU: New File.
+
 2017-08-29  Mike FABIAN  <mfabian@redhat.com>
 
 	* locales/sgs_LT (LC_TIME): Use NFC for the strings in â??dayâ??.
diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index 197917b..e8f4764 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -311,6 +311,7 @@ lzh_TW/UTF-8 \
 mag_IN/UTF-8 \
 mai_IN/UTF-8 \
 mai_NP/UTF-8 \
+mfe_MU/UTF-8 \
 mg_MG.UTF-8/UTF-8 \
 mg_MG/ISO-8859-15 \
 mhr_RU/UTF-8 \
diff --git a/localedata/locales/mfe_MU b/localedata/locales/mfe_MU
new file mode 100644
index 0000000..03a079f
--- /dev/null
+++ b/localedata/locales/mfe_MU
@@ -0,0 +1,183 @@
+comment_char %
+escape_char /
+
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
+% Locale for Morisyen locale in the Mauritius
+% Contributed by Akhilesh Kumar <akhilesh.k@samsung.com>
+
+LC_IDENTIFICATION
+title      "Morisyen locale for Mauritius"
+source     "Samsung Electronics Co., Ltd."
+address    ""
+contact    ""
+email      "akhilesh.k@samsung.com"
+tel        ""
+fax        ""
+language   "Morisyen"
+territory  "Mauritius"
+revision   "1.0"
+date       "2017-08-18"
+
+category "i18n:2012";LC_IDENTIFICATION
+category "i18n:2012";LC_CTYPE
+category "i18n:2012";LC_COLLATE
+category "i18n:2012";LC_TIME
+category "i18n:2012";LC_NUMERIC
+category "i18n:2012";LC_MONETARY
+category "i18n:2012";LC_MESSAGES
+category "i18n:2012";LC_PAPER
+category "i18n:2012";LC_NAME
+category "i18n:2012";LC_ADDRESS
+category "i18n:2012";LC_TELEPHONE
+category "i18n:2012";LC_MEASUREMENT
+END LC_IDENTIFICATION
+
+
+LC_CTYPE
+copy "i18n"
+END LC_CTYPE
+
+% http://demo.icu-project.org/icu-bin/locexp?d_=en&_=mfe
+LC_TIME
+% Abbreviated weekday names
+abday	"dim";/
+	"lin";/
+	"mar";/
+	"mer";/
+	"ze";/
+	"van";/
+	"sam"
+%
+% Full weekday names
+day     "dimans";/
+	"lindi";/
+	"mardi";/
+	"merkredi";/
+	"zedi";/
+	"vandredi";/
+	"samdi"
+% Abbreviated month names
+abmon  "zan";/
+	"fev";/
+	"mar";/
+	"avr";/
+	"me";/
+	"zin";/
+	"zil";/
+	"out";/
+	"sep";/
+	"okt";/
+	"nov";/
+	"des"
+%
+% Full month names
+mon     "zanvie";/
+	"fevriye";/
+	"mars";/
+	"avril";/
+	"me";/
+	"zin";/
+	"zilye";/
+	"out";/
+	"septam";/
+	"oktob";/
+	"novam";/
+	"desam"
+%
+d_t_fmt     "%a %d %b %Y %T %Z"
+d_fmt       "%d/%m/%y"
+t_fmt       "%T"
+am_pm       "AM";"PM"
+t_fmt_ampm  "%l:%M:%S %P %Z"
+date_fmt    "%a %e %b %H:%M:%S %Z %Y"
+END LC_TIME
+
+% http://wikitravel.org/en/User:LiangHH/Mauritian_Creole_phrasebook
+LC_MESSAGES
+yesexpr "^[+1yY]"
+noexpr  "^[-0nN]"
+yesstr  "yes"
+nostr   "no"
+END LC_MESSAGES
+
+LC_COLLATE
+
+% Copy the template from ISO/IEC 14651
+copy "iso14651_t1"
+
+END LC_COLLATE
+
+LC_MONETARY
+% https://en.wikipedia.org/wiki/Mauritian_rupee
+int_curr_symbol     "MUR "
+currency_symbol     "<U20A8>"
+mon_decimal_point   "."
+mon_thousands_sep   "<U202F>"
+mon_grouping        3;3
+positive_sign       ""
+negative_sign       "-"
+int_frac_digits     2
+frac_digits         2
+p_cs_precedes       1
+int_p_sep_by_space  1
+p_sep_by_space      1
+n_cs_precedes       1
+int_n_sep_by_space  1
+n_sep_by_space      1
+p_sign_posn         1
+n_sign_posn         1
+%
+END LC_MONETARY
+
+LC_NUMERIC
+decimal_point          "."
+thousands_sep          "<U202F>"
+grouping               3
+END LC_NUMERIC
+
+LC_PAPER
+copy "i18n"
+END LC_PAPER
+
+LC_TELEPHONE
+% https://www.howtocallabroad.com/mauritius/
+tel_int_fmt "+%c %l"
+% 00 Africa: all countries except Kenya, Nigeria, Tanzania and Uganda
+int_select     "00"
+int_prefix     "230"
+END LC_TELEPHONE
+
+LC_MEASUREMENT
+copy "i18n"
+END LC_MEASUREMENT
+
+
+
+LC_NAME
+name_fmt    "%d%t%g%t%m%t%f"
+name_miss   "Miss."
+name_mr     "Mr."
+name_mrs    "Mrs."
+name_ms     "Ms."
+END LC_NAME
+
+
+LC_ADDRESS
+postal_fmt   "%f%N%h%s%N%T"
+country_name "Mauritius"
+country_ab2  "MU"
+country_ab3  "MUS"
+country_num  480
+% https://en.wikipedia.org/wiki/List_of_international_vehicle_registration_codes
+country_car  "MS"
+country_isbn "978-613,978-620,978-99903,978-99949"
+lang_name    "kreol morisien"
+lang_term    "mfe"
+lang_lib     "mfe"
+END LC_ADDRESS

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=15cf43a999857de1ad2745b838cb3d73ce45c7e1

commit 15cf43a999857de1ad2745b838cb3d73ce45c7e1
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Tue Aug 29 10:54:53 2017 +0200

    Use NFC for the strings in â??dayâ??, â??yesstrâ??, and â??nostrâ?? in the sgs_LT locale
    
    	* locales/sgs_LT (LC_TIME): Use NFC for the strings in â??dayâ??.
    	* locales/sgs_LT (LC_MESSAGES): Use NFC for â??yesstrâ?? and â??nostrâ??.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 6e9c01e..ee90f10 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-29  Mike FABIAN  <mfabian@redhat.com>
+
+	* locales/sgs_LT (LC_TIME): Use NFC for the strings in â??dayâ??.
+	* locales/sgs_LT (LC_MESSAGES): Use NFC for â??yesstrâ?? and â??nostrâ??.
+
 2017-08-28  Akhilesh Kumar <akhilesh.k@samsung.com>
 
 	[BZ #21959]
diff --git a/localedata/locales/sgs_LT b/localedata/locales/sgs_LT
index 67fbf4d..39ac0d8 100644
--- a/localedata/locales/sgs_LT
+++ b/localedata/locales/sgs_LT
@@ -82,7 +82,7 @@ day     "<U006E><U0065><U0064><U0069><U0065><U006C><U0117><U0073><U0020><U0064><
         "<U006F><U0074><U0065><U0072><U006E><U0069><U006E><U006B><U0073>";/
         "<U0073><U0065><U0072><U0065><U0064><U0061>";/
         "<U010D><U0065><U0074><U0076><U0065><U0072><U0067><U0073>";/
-        "<U0070><U0065><U0074><U006E><U0069><U0304><U010D><U0117>";/
+        "<U0070><U0065><U0074><U006E><U012B><U010D><U0117>";/
         "<U0073><U006F><U0062><U0061><U0074><U0061>"
 abmon   "<U0053><U0061><U0075>";"<U0056><U0061><U0073>";/
         "<U004B><U0075><U006F>";"<U0042><U0061><U006C>";/
@@ -114,8 +114,8 @@ END LC_TIME
 LC_MESSAGES
 yesexpr "<U005E><U005B><U002B><U0031><U0054><U0074><U0059><U0079><U005D>"
 noexpr  "<U005E><U005B><U002D><U0030><U004E><U006E><U005D>"
-yesstr  "<U0074><U0227><U0304><U0070>"
-nostr   "<U006E><U0065><U0304>"
+yesstr  "<U0074><U01E1><U0070>"
+nostr   "<U006E><U0113>"
 END LC_MESSAGES
 
 LC_PAPER

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

Summary of changes:
 ChangeLog                            |    5 +
 locale/iso-639.def                   |    1 +
 localedata/ChangeLog                 |   21 +++++
 localedata/SUPPORTED                 |    1 +
 localedata/locales/{en_SC => mfe_MU} |  136 +++++++++++++++++++++++++---------
 localedata/locales/os_RU             |   16 +----
 localedata/locales/ru_RU             |    4 +-
 localedata/locales/sgs_LT            |    6 +-
 8 files changed, 134 insertions(+), 56 deletions(-)
 copy localedata/locales/{en_SC => mfe_MU} (52%)


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]