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-20-g08897a5


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  08897a57a8dc494dcef8cd6a643899f327e555f2 (commit)
      from  2aad4b04ad7b17a2e6b0e66d2cb4bc559376617b (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=08897a57a8dc494dcef8cd6a643899f327e555f2

commit 08897a57a8dc494dcef8cd6a643899f327e555f2
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Thu Aug 3 17:29:00 2017 +0200

    Add yesstr and nostr for doi_IN, kok_IN, and sat_IN
    
    	For the locales doi_IN,  kok_IN, and sat_IN, the words for
    	â??yesâ?? and â??noâ?? were apparently in yesexpr and noexpr.
    	Copy them from there to add yesstr and nostr.
    	Also make yesexpr and noexpr more readable by using
    	the POSIX portable character set.
    
    	* locales/doi_IN (LC_MESSAGES): Add yesstr and nostr.
    	* locales/kok_IN (LC_MESSAGES): Add yesstr and nostr.
    	* locales/sat_IN (LC_MESSAGES): Add yesstr and nostr.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 7bec433..7894965 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,17 @@
 2017-08-03  Mike FABIAN  <mfabian@redhat.com>
 
+	For the locales doi_IN,  kok_IN, and sat_IN, the words for
+	â??yesâ?? and â??noâ?? were apparently in yesexpr and noexpr.
+	Copy them from there to add yesstr and nostr.
+	Also make yesexpr and noexpr more readable by using
+	the POSIX portable character set.
+
+	* locales/doi_IN (LC_MESSAGES): Add yesstr and nostr.
+	* locales/kok_IN (LC_MESSAGES): Add yesstr and nostr.
+	* locales/sat_IN (LC_MESSAGES): Add yesstr and nostr.
+
+2017-08-03  Mike FABIAN  <mfabian@redhat.com>
+
 	Revert â??Fix yesexpr in en_DK localeâ??.
 
 	* locales/en_DK (LC_MESSAGES): Restore original yesexpr, noexpr,
diff --git a/localedata/locales/doi_IN b/localedata/locales/doi_IN
index 8a79515..db215bc 100644
--- a/localedata/locales/doi_IN
+++ b/localedata/locales/doi_IN
@@ -136,10 +136,10 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "<U005E><U0028><U0911><U0939><U007C><U005B><U002B><U0031><U0079>/
-<U0059><U005D><U0029>"
-noexpr  "<U005E><U0028><U0928><U093E><U007C><U005B><U002D><U0030><U006E>/
-<U004E><U005D><U0029>"
+yesexpr "^(<U0911><U0939>|[+1yY])"
+noexpr  "^(<U0928><U093E>|[-0nN])"
+yesstr  "<U0911><U0939>"
+nostr   "<U0928><U093E>"
 END LC_MESSAGES
 
 LC_PAPER
diff --git a/localedata/locales/kok_IN b/localedata/locales/kok_IN
index dbd486e..3353a60 100644
--- a/localedata/locales/kok_IN
+++ b/localedata/locales/kok_IN
@@ -154,10 +154,10 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "<U005E><U0028><U0939><U092F><U007C><U005B><U002B><U0031><U0079>/
-<U0059><U005D><U0029>"
-noexpr  "<U005E><U0028><U0928><U094D><U0939><U0940><U007C><U005B><U002D>/
-<U0030><U006E><U004E><U005D><U0029>"
+yesexpr "^(<U0939><U092F>|[+1yY])"
+noexpr  "^(<U0928><U094D><U0939><U0940>|[-0nN])"
+yesstr "<U0939><U092F>"
+nostr  "<U0928><U094D><U0939><U0940>"
 END LC_MESSAGES
 
 
diff --git a/localedata/locales/sat_IN b/localedata/locales/sat_IN
index 0d58474..e460f74 100644
--- a/localedata/locales/sat_IN
+++ b/localedata/locales/sat_IN
@@ -136,10 +136,10 @@ END LC_TIME
 
 
 LC_MESSAGES
-yesexpr "<U005E><U0028><U0939><U094B><U092F><U007C><U005B><U002B><U0031>/
-<U0079><U0059><U005D><U0029>"
-noexpr  "<U005E><U0028><U092C><U093E><U0919><U007C><U005B><U002D><U0030>/
-<U006E><U004E><U005D><U0029>"
+yesexpr "^(<U0939><U094B><U092F>|[+1yY])"
+noexpr  "^(<U092C><U093E><U0919>|[-0nN])"
+yesstr  "<U0939><U094B><U092F>"
+nostr   "<U092C><U093E><U0919>"
 END LC_MESSAGES
 
 

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

Summary of changes:
 localedata/ChangeLog      |   12 ++++++++++++
 localedata/locales/doi_IN |    8 ++++----
 localedata/locales/kok_IN |    8 ++++----
 localedata/locales/sat_IN |    8 ++++----
 4 files changed, 24 insertions(+), 12 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]