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-583-g56a752a


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  56a752ab6aa89088a787d852358cdd8f0a0d57f1 (commit)
      from  c38a4bfd596db2be2b9c1f96715bdc833eab760a (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=56a752ab6aa89088a787d852358cdd8f0a0d57f1

commit 56a752ab6aa89088a787d852358cdd8f0a0d57f1
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Tue Oct 17 14:54:53 2017 +0200

    Place monetary symbol in el_GR and el_CY after the amount
    
    CLDR uses this pattern as well.
    
    	[BZ #22019]
    	* localedata/locales/el_GR: Set n_cs_precedes to 0.
    	* localedata/locales/el_CY: copy "el_GR" because it is identical.
    	* stdlib/tst-strfmon_l.c: adapt test case.

diff --git a/ChangeLog b/ChangeLog
index bcd43a9..0a51afd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-10-17  Mike FABIAN  <mfabian@redhat.com>
+
+	[BZ #22019]
+	* localedata/locales/el_GR: Set n_cs_precedes to 0.
+	* localedata/locales/el_CY: copy "el_GR" because it is identical.
+	* stdlib/tst-strfmon_l.c: adapt test case.
+
 2017-10-16  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/generic/float128-abi.h: New file.
diff --git a/localedata/locales/el_CY b/localedata/locales/el_CY
index 7bb5a3e..492cd90 100644
--- a/localedata/locales/el_CY
+++ b/localedata/locales/el_CY
@@ -51,21 +51,7 @@ copy "el_GR"
 END LC_MESSAGES
 
 LC_MONETARY
-int_curr_symbol       "<U0045><U0055><U0052><U0020>"
-currency_symbol       "<U20AC>"
-mon_decimal_point     "<U002C>"
-mon_thousands_sep     "<U002E>"
-mon_grouping          3
-positive_sign         ""
-negative_sign         "<U002D>"
-int_frac_digits       2
-frac_digits           2
-p_cs_precedes         0
-p_sep_by_space        0
-n_cs_precedes         1
-n_sep_by_space        0
-p_sign_posn           1
-n_sign_posn           1
+copy "el_GR"
 END LC_MONETARY
 
 LC_NUMERIC
diff --git a/localedata/locales/el_GR b/localedata/locales/el_GR
index bdeb840..920a4a7 100644
--- a/localedata/locales/el_GR
+++ b/localedata/locales/el_GR
@@ -80,7 +80,7 @@ int_frac_digits       2
 frac_digits           2
 p_cs_precedes         0
 p_sep_by_space        0
-n_cs_precedes         1
+n_cs_precedes         0
 n_sep_by_space        0
 p_sign_posn           1
 n_sign_posn           1
diff --git a/stdlib/tst-strfmon_l.c b/stdlib/tst-strfmon_l.c
index dff186f..1d8c842 100644
--- a/stdlib/tst-strfmon_l.c
+++ b/stdlib/tst-strfmon_l.c
@@ -193,8 +193,8 @@ static const struct locale_pair tests[] =
           "1234567,89EUR", "1234567,89\u20ac"
         },
         {
-          "-EUR1.234.567,89", "-\u20ac1.234.567,89",
-          "-EUR1234567,89", "-\u20ac1234567,89",
+          "-1.234.567,89EUR", "-1.234.567,89\u20ac",
+          "-1234567,89EUR", "-1234567,89\u20ac",
         }
       }
     },

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

Summary of changes:
 ChangeLog                |    7 +++++++
 localedata/locales/el_CY |   16 +---------------
 localedata/locales/el_GR |    2 +-
 stdlib/tst-strfmon_l.c   |    4 ++--
 4 files changed, 11 insertions(+), 18 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]