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.9000-673-ga4cc02c


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  a4cc02c7413af4826fe8d13b6250c3fc47f15699 (commit)
       via  1e5971ec1452784d6cb59539442d92b7020378d5 (commit)
       via  bc5fc7de2115847d9ed312a41713c6a4c724f3dd (commit)
      from  ecc7da5bb897f17ef470fc928ab2b7132e3fa069 (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=a4cc02c7413af4826fe8d13b6250c3fc47f15699

commit a4cc02c7413af4826fe8d13b6250c3fc47f15699
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Fri Oct 27 10:55:44 2017 +0200

    tt_RU locale: make yesstr and nostr agree with CLDR by starting with lower case letters
    
    	* localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr
    	with lowercase letters to make it agree with CLDR.

diff --git a/ChangeLog b/ChangeLog
index 7252192..93d9ee1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-10-27  Mike FABIAN  <mfabian@redhat.com>
 
+	* localedata/locales/tt_RU (LC_MESSAGES): Start yesstr and nostr
+	with lowercase letters to make it agree with CLDR.
+
+2017-10-27  Mike FABIAN  <mfabian@redhat.com>
+
 	[BZ #15260]
 	* localedata/locales/doi_IN (LC_MESSAGES): Match only for the
 	first letters of yesstr and nostr in yesexpr and noexpr,
diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU
index 38966eb..1951499 100644
--- a/localedata/locales/tt_RU
+++ b/localedata/locales/tt_RU
@@ -229,8 +229,8 @@ END LC_COLLATE
 LC_MESSAGES
 yesexpr "^[+1yY<U04D9><U04D8>]"
 noexpr  "^[-0nN<U044E><U042E>]"
-yesstr  "<U04D8><U0439><U0435>"
-nostr   "<U042E><U043A>"
+yesstr  "<U04D9><U0439><U0435>"
+nostr   "<U044E><U043A>"
 END LC_MESSAGES
 
 LC_MONETARY

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

commit 1e5971ec1452784d6cb59539442d92b7020378d5
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Fri Oct 27 10:53:35 2017 +0200

    Fix all remaining issues of [BZ #15260]
    
    	[BZ #15260]
    	* localedata/locales/doi_IN (LC_MESSAGES): Match only for the
    	first letters of yesstr and nostr in yesexpr and noexpr,
    	not for the full words.
    	* localedata/locales/hne_IN (LC_MESSAGES): Likewise.
    	* localedata/locales/kok_IN (LC_MESSAGES): Likewise.
    	* localedata/locales/mr_IN (LC_MESSAGES): Likewise.
    	* localedata/locales/sat_IN (LC_MESSAGES): Likewise.
    	* localedata/locales/km_KH (LC_MESSAGES): Match also for the
    	first letters of yesstr and nostr in yesexpr and noexpr,
    	until now only English was matched in yesexpr and noexpr.
    	* localedata/locales/tl_PH (LC_MESSAGES): Use â??copy "fil_PH"â??
    	instead of â??copy "en_US"â??. CLDR has yesstr and nostr data for
    	fil but not for tl. As tl and fil are very similar, using fil
    	is probably better than using English.

diff --git a/ChangeLog b/ChangeLog
index 4caaf0d..7252192 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2017-10-27  Mike FABIAN  <mfabian@redhat.com>
+
+	[BZ #15260]
+	* localedata/locales/doi_IN (LC_MESSAGES): Match only for the
+	first letters of yesstr and nostr in yesexpr and noexpr,
+	not for the full words.
+	* localedata/locales/hne_IN (LC_MESSAGES): Likewise.
+	* localedata/locales/kok_IN (LC_MESSAGES): Likewise.
+	* localedata/locales/mr_IN (LC_MESSAGES): Likewise.
+	* localedata/locales/sat_IN (LC_MESSAGES): Likewise.
+	* localedata/locales/km_KH (LC_MESSAGES): Match also for the
+	first letters of yesstr and nostr in yesexpr and noexpr,
+	until now only English was matched in yesexpr and noexpr.
+	* localedata/locales/tl_PH (LC_MESSAGES): Use â??copy "fil_PH"â??
+	instead of â??copy "en_US"â??. CLDR has yesstr and nostr data for
+	fil but not for tl. As tl and fil are very similar, using fil
+	is probably better than using English.
+
 2017-10-27  Thierry Vignaud <thierry.vignaud@gmail.com>
 
 	[BZ #21706]
diff --git a/localedata/locales/doi_IN b/localedata/locales/doi_IN
index db215bc..dc057ff 100644
--- a/localedata/locales/doi_IN
+++ b/localedata/locales/doi_IN
@@ -136,8 +136,8 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "^(<U0911><U0939>|[+1yY])"
-noexpr  "^(<U0928><U093E>|[-0nN])"
+yesexpr "^[+1yY<U0911>]"
+noexpr  "^[-0nN<U0928>]"
 yesstr  "<U0911><U0939>"
 nostr   "<U0928><U093E>"
 END LC_MESSAGES
diff --git a/localedata/locales/hne_IN b/localedata/locales/hne_IN
index 163e6a4..4da24ec 100644
--- a/localedata/locales/hne_IN
+++ b/localedata/locales/hne_IN
@@ -134,8 +134,8 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "^[+1yY<U0939><U0935>]"
-noexpr  "^[-0nN<U0928><U0907>]"
+yesexpr "^[+1yY<U0939>]"
+noexpr  "^[-0nN<U0928>]"
 yesstr  "<U0939><U0935>"
 nostr   "<U0928><U0907>"
 END LC_MESSAGES
diff --git a/localedata/locales/km_KH b/localedata/locales/km_KH
index 55ee279..71bb41c 100644
--- a/localedata/locales/km_KH
+++ b/localedata/locales/km_KH
@@ -1000,8 +1000,8 @@ week 7;19971130;1
 END LC_TIME
 
 LC_MESSAGES
-yesexpr "^[+1yY]"
-noexpr  "^[-0nN]"
+yesexpr "^[+1yY<U1794>]"
+noexpr  "^[-0nN<U1791>]"
 yesstr  "<U1794><U17B6><U1791><U002F><U1785><U17B6><U179F>"
 nostr   "<U1791><U17C1>"
 END LC_MESSAGES
diff --git a/localedata/locales/kok_IN b/localedata/locales/kok_IN
index a366570..e66a6f6 100644
--- a/localedata/locales/kok_IN
+++ b/localedata/locales/kok_IN
@@ -134,8 +134,8 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "^(<U0939><U092F>|[+1yY])"
-noexpr  "^(<U0928><U094D><U0939><U0940>|[-0nN])"
+yesexpr "^[+1yY<U0939>]"
+noexpr  "^[-0nN<U0928>]"
 yesstr "<U0939><U092F>"
 nostr  "<U0928><U094D><U0939><U0940>"
 END LC_MESSAGES
diff --git a/localedata/locales/mr_IN b/localedata/locales/mr_IN
index 3d10db8..af727cc 100644
--- a/localedata/locales/mr_IN
+++ b/localedata/locales/mr_IN
@@ -157,8 +157,8 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "^([+1yY]|<U0939><U094B>)"
-noexpr  "^([-0nN]|<U0928><U093E>)"
+yesexpr "^[+1yY<U0939>]"
+noexpr  "^[-0nN<U0928>]"
 yesstr  "<U0939><U094B><U092F>"
 nostr   "<U0928><U093E><U0939><U0940>"
 END LC_MESSAGES
diff --git a/localedata/locales/sat_IN b/localedata/locales/sat_IN
index e460f74..c89c92e 100644
--- a/localedata/locales/sat_IN
+++ b/localedata/locales/sat_IN
@@ -136,8 +136,8 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "^(<U0939><U094B><U092F>|[+1yY])"
-noexpr  "^(<U092C><U093E><U0919>|[-0nN])"
+yesexpr "^[+1yY<U0939>]"
+noexpr  "^[-0nN<U092C>]"
 yesstr  "<U0939><U094B><U092F>"
 nostr   "<U092C><U093E><U0919>"
 END LC_MESSAGES
diff --git a/localedata/locales/tl_PH b/localedata/locales/tl_PH
index 046e52f..16271be 100644
--- a/localedata/locales/tl_PH
+++ b/localedata/locales/tl_PH
@@ -143,7 +143,7 @@ week 7;19971130;1
 END LC_TIME
 
 LC_MESSAGES
-copy "en_US"
+copy "fil_PH"
 END LC_MESSAGES
 
 LC_PAPER

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

commit bc5fc7de2115847d9ed312a41713c6a4c724f3dd
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Fri Oct 27 09:38:00 2017 +0200

    br_FR locale: Use all lowercase in yesstr and nostr.
    
    	[BZ #21706]
    	* localedata/locales/br_FR (LC_MESSAGES): Use all lowercase
    	in yesstr and nostr.

diff --git a/ChangeLog b/ChangeLog
index 4822e49..4caaf0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2017-10-27  Thierry Vignaud <thierry.vignaud@gmail.com>
+
+	[BZ #21706]
+	* localedata/locales/br_FR (LC_MESSAGES): Use all lowercase
+	in yesstr and nostr.
+
 2017-10-26  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/math.h [__HAVE_FLOAT16 && __GLIBC_USE
diff --git a/localedata/locales/br_FR b/localedata/locales/br_FR
index 44922cc..5cda3a7 100644
--- a/localedata/locales/br_FR
+++ b/localedata/locales/br_FR
@@ -98,8 +98,8 @@ END LC_CTYPE
 LC_MESSAGES
 yesexpr "^[+1oOyY]"
 noexpr  "^[-0kKnN]"
-yesstr  "Ya"
-nostr   "Ket"
+yesstr  "ya"
+nostr   "ket"
 END LC_MESSAGES
 
 LC_MONETARY

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

Summary of changes:
 ChangeLog                 |   29 +++++++++++++++++++++++++++++
 localedata/locales/br_FR  |    4 ++--
 localedata/locales/doi_IN |    4 ++--
 localedata/locales/hne_IN |    4 ++--
 localedata/locales/km_KH  |    4 ++--
 localedata/locales/kok_IN |    4 ++--
 localedata/locales/mr_IN  |    4 ++--
 localedata/locales/sat_IN |    4 ++--
 localedata/locales/tl_PH  |    2 +-
 localedata/locales/tt_RU  |    4 ++--
 10 files changed, 46 insertions(+), 17 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]