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-269-g8ba5c9b


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  8ba5c9b8d6ba7dc33e0427e6d547ca68a98c9fb2 (commit)
      from  fa17b9c72035d29d359c6ff5bb7b877f5689598b (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=8ba5c9b8d6ba7dc33e0427e6d547ca68a98c9fb2

commit 8ba5c9b8d6ba7dc33e0427e6d547ca68a98c9fb2
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Wed May 3 15:37:04 2017 -0400

    Bug 20686: Add el_GR@euro support.
    
    Despite the fact that el_GR is ISO-8859-7:2003 which contains the euro
    symobl, it is not possible to know this apriori to selecting the el_GR
    locale. Therefore you don't know if el_GR can possibly have the 2003
    ammendments which include the euro symbol. This is resolved by creating
    an el_GR@euro locale similar to all the other @euro locales for non-UTF8
    charsets.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index cd73c50..a30299f 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-03  Carlos O'Donell  <carlos@redhat.com>
+
+	[BZ #20686]
+	* SUPPORTED: Add el_GR@euro/ISO-8859-7.
+
 2017-04-19  Christopher Chittleborough  <cchittleborough@cluemail.com>
 
 	[BZ #21399]
diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index 843ce78..4ade055 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -118,6 +118,7 @@ dv_MV/UTF-8 \
 dz_BT/UTF-8 \
 el_GR.UTF-8/UTF-8 \
 el_GR/ISO-8859-7 \
+el_GR@euro/ISO-8859-7 \
 el_CY.UTF-8/UTF-8 \
 el_CY/ISO-8859-7 \
 en_AG/UTF-8 \

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

Summary of changes:
 localedata/ChangeLog |    5 +++++
 localedata/SUPPORTED |    1 +
 2 files changed, 6 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]