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-674-gcc31b14


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  cc31b141f95410ee786bec09e2de8e4af4d112d0 (commit)
      from  d2e04918833d90bae7fe5410bb70a045bbd2b64d (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=cc31b141f95410ee786bec09e2de8e4af4d112d0

commit cc31b141f95410ee786bec09e2de8e4af4d112d0
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Tue Jul 4 10:54:08 2017 +0530

    For Breton yesstr/nostr locale are missing
    
    [BZ #21706]
    During Locale verification i observed that
    yesstr and nostr  are missing for Breton [LC_MESSAGES] locale
    
    Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index f7f65f0..1ab60c0 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-04  Akhilesh Kumar <akhilesh.k@samsung.com>
+
+	[BZ #21706]
+	* locales/br_FR (LC_MESSAGES): add yesstr and nostr
+
 2017-06-30  Rafal Luzynski  <digitalfreak@lingonborough.com>
 
 	* locales/br_FR (abmon): Reworded "Eve " to "Mezh".
diff --git a/localedata/locales/br_FR b/localedata/locales/br_FR
index b314ee7..adfa73d 100644
--- a/localedata/locales/br_FR
+++ b/localedata/locales/br_FR
@@ -99,6 +99,8 @@ END LC_CTYPE
 LC_MESSAGES
 yesexpr "<U005E><U005B><U002B><U0031><U006F><U004F><U0079><U0059><U005D>"
 noexpr  "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
+yesstr  "<U0059><U0061>"
+nostr   "<U004E><U0061><U006E><U006E>"
 END LC_MESSAGES
 
 LC_MONETARY

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

Summary of changes:
 localedata/ChangeLog     |    5 +++++
 localedata/locales/br_FR |    2 ++
 2 files changed, 7 insertions(+), 0 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]