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.25-750-g204b3d4


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  204b3d4d2088cf94e8205a4db247aaa011cbe181 (commit)
       via  6eb5f3b7c7fbd433e80dac0fab2f5b80a837e8fb (commit)
       via  7317a9702081589b5a67f6883d8cf033e1b67605 (commit)
       via  3261ddfc14c4cb2a2162143ecde689e140496ba2 (commit)
      from  512d245bc30cca893db6979f42f058e734f345c3 (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=204b3d4d2088cf94e8205a4db247aaa011cbe181

commit 204b3d4d2088cf94e8205a4db247aaa011cbe181
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Mon Jul 17 14:19:42 2017 +0200

    Fix country_name in li_NL
    
    	[BZ #21770]
    	* locales/li_NL: Fix country_name.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 16550c1..2b909e7 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-17  Akhilesh Kumar <akhilesh.k@samsung.com>
+
+	[BZ #21770]
+	* locales/li_NL: Fix country_name.
+
 2017-07-17  Mike FABIAN  <mfabian@redhat.com>
 
 	* locales/to_TO (LC_MESSAGES): Use U+02BB instead of U+0027 in yesstr and nostr
diff --git a/localedata/locales/li_NL b/localedata/locales/li_NL
index eaa5e9f..169c5e3 100644
--- a/localedata/locales/li_NL
+++ b/localedata/locales/li_NL
@@ -41,7 +41,8 @@ postal_fmt    "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
 <U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/
 <U004E><U0025><U007A><U0020><U0025><U0054><U0025>/
 <U004E><U0025><U0063><U0025><U004E>"
-%FIXME country_name "Nederland"
+% https://li.wikipedia.org/wiki/Nederland "Nederland"
+country_name "<U004E><U0065><U0064><U0065><U0072><U006C><U0061><U006E><U0064>"
 country_post  "<U004E><U004C>"
 country_ab2   "<U004E><U004C>"
 country_ab3   "<U004E><U004C><U0044>"

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

commit 6eb5f3b7c7fbd433e80dac0fab2f5b80a837e8fb
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Mon Jul 17 16:18:10 2017 +0200

    Use U+02BB MODIFIER LETTER TURNED COMMA instead of U+0027 APOSTROPHE in yesstr and nostr for to_TO locale
    
    Suggested by RafaÅ? LużyÅ?ski.
    
    	* locales/to_TO (LC_MESSAGES): Use U+02BB instead of U+0027 in yesstr and nostr

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index e879c68..16550c1 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,9 @@
 2017-07-17  Mike FABIAN  <mfabian@redhat.com>
 
+	* locales/to_TO (LC_MESSAGES): Use U+02BB instead of U+0027 in yesstr and nostr
+
+2017-07-17  Mike FABIAN  <mfabian@redhat.com>
+
 	* locales/agr_PE (LC_MESSAGES): Add yY to yesexpr.
 
 2017-07-17  Mike FABIAN  <mfabian@redhat.com>
diff --git a/localedata/locales/to_TO b/localedata/locales/to_TO
index 9a658f8..bddf191 100644
--- a/localedata/locales/to_TO
+++ b/localedata/locales/to_TO
@@ -162,10 +162,10 @@ LC_MESSAGES
 yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>"
 % ^[-0nN]
 noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
-% Yes -> 'Io
-yesstr  "<U0027><U0049><U006F>"
-% NO -> 'Ikai
-nostr   "<U0027><U0049><U006B><U0061><U0069>"
+% Yes -> ʻIo
+yesstr  "<U02BB><U0049><U006F>"
+% NO -> ʻIkai
+nostr   "<U02BB><U0049><U006B><U0061><U0069>"
 END LC_MESSAGES
 
 

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

commit 7317a9702081589b5a67f6883d8cf033e1b67605
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Mon Jul 17 14:31:11 2017 +0200

    Fix yesexpr in new agr_PE locale
    
    yY should be added there as in (almost) all other locales
    (Suggested by RafaÅ? LużyÅ?ski).
    
    	* locales/agr_PE (LC_MESSAGES): Add yY to yesexpr.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 42a9d0f..e879c68 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,9 @@
 2017-07-17  Mike FABIAN  <mfabian@redhat.com>
 
+	* locales/agr_PE (LC_MESSAGES): Add yY to yesexpr.
+
+2017-07-17  Mike FABIAN  <mfabian@redhat.com>
+
 	* locales/hif_FJ: Write "Latin" in title case in "title"
 
 2017-07-14  Mike FABIAN  <mfabian@redhat.com>
diff --git a/localedata/locales/agr_PE b/localedata/locales/agr_PE
index 79c827d..43d43be 100644
--- a/localedata/locales/agr_PE
+++ b/localedata/locales/agr_PE
@@ -170,8 +170,8 @@ copy "es_PE"
 END LC_MEASUREMENT
 
 LC_MESSAGES
-% ^[+1eEsS].*
-yesexpr "<U005E><U005B><U002B><U0031><U0065><U0045><U0073><U0053><U005D><U002E><U002A>"
+% ^[+1eEsSyY].*
+yesexpr "<U005E><U005B><U002B><U0031><U0065><U0045><U0073><U0053><U0079><U0059><U005D><U002E><U002A>"
 % ^[-0aAnN].*
 noexpr  "<U005E><U005B><U002D><U0030><U0061><U0041><U006E><U004E><U005D><U002E><U002A>"
 % ehe

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

commit 3261ddfc14c4cb2a2162143ecde689e140496ba2
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Mon Jul 17 14:26:43 2017 +0200

    Write "Latin" in title case in "title" in hif_FJ locale
    
    	* locales/hif_FJ: Write "Latin" in title case in "title"

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index a2d85e7..42a9d0f 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-17  Mike FABIAN  <mfabian@redhat.com>
+
+	* locales/hif_FJ: Write "Latin" in title case in "title"
+
 2017-07-14  Mike FABIAN  <mfabian@redhat.com>
 
 	* locales/li_BE: Fix country name and encoding problem in abday.
diff --git a/localedata/locales/hif_FJ b/localedata/locales/hif_FJ
index 1eddaf3..ac515a3 100644
--- a/localedata/locales/hif_FJ
+++ b/localedata/locales/hif_FJ
@@ -6,7 +6,7 @@ escape_char /
 % Words translated from  https://en.wikipedia.org/wiki/Fiji_Hindi
 
 LC_IDENTIFICATION
-title       "Fiji Hindi (latin) language locale for Fiji"
+title       "Fiji Hindi (Latin) language locale for Fiji"
 source      "Samsung Electronics Co., Ltd."
 address     ""
 contact     ""

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

Summary of changes:
 localedata/ChangeLog      |   17 +++++++++++++++++
 localedata/locales/agr_PE |    4 ++--
 localedata/locales/hif_FJ |    2 +-
 localedata/locales/li_NL  |    3 ++-
 localedata/locales/to_TO  |    8 ++++----
 5 files changed, 26 insertions(+), 8 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]