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.21-324-ge1b6cb0


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  e1b6cb04f5efff7fb7415c69511d3ab3c31c6e4a (commit)
      from  c4c977c6a294d8e0bcaf31059469aa683e0f00fe (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=e1b6cb04f5efff7fb7415c69511d3ab3c31c6e4a

commit e1b6cb04f5efff7fb7415c69511d3ab3c31c6e4a
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
Date:   Mon May 11 09:15:36 2015 +0200

    Adjust tst-strfmon1 after da_DK locale change.
    
    This patch adjusts the expected currency symbol kr to kr. after commit
    "Update currency_symbol in da_DK"
    (92566b4922934676da1643bf496dc982791d54d0) which changed it.
    
    * tst-strfmon1.c (tests): Update expected currency symbol.

diff --git a/ChangeLog b/ChangeLog
index fa2b158..8ff45d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
+
+	* tst-strfmon1.c (tests): Update expected currency symbol.
+
 2015-05-08  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/nacl/gethostname.c: New file.
diff --git a/localedata/tst-strfmon1.c b/localedata/tst-strfmon1.c
index e30aa1b..8292a6c 100644
--- a/localedata/tst-strfmon1.c
+++ b/localedata/tst-strfmon1.c
@@ -10,7 +10,7 @@ static const struct
 } tests[] =
   {
     { "de_DE.ISO-8859-1", "|-12,34 EUR|-12,34|" },
-    { "da_DK.ISO-8859-1", "|kr -12,34|-12,34|" },
+    { "da_DK.ISO-8859-1", "|kr. -12,34|-12,34|" },
     { "zh_TW.EUC-TW", "|-NT$12.34|-12.34|" },
     { "sv_SE.ISO-8859-1", "|-12,34 kr|-12,34|" }
   };

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

Summary of changes:
 ChangeLog                 |    4 ++++
 localedata/tst-strfmon1.c |    2 +-
 2 files changed, 5 insertions(+), 1 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]