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-709-g38eea35


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  38eea35ca7aa8909e2225da15dd5e1f27650ec71 (commit)
      from  43a9f537fc121a867981ca31ea9d79f33ce0fd24 (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=38eea35ca7aa8909e2225da15dd5e1f27650ec71

commit 38eea35ca7aa8909e2225da15dd5e1f27650ec71
Author: Eyolf Ã?strem <eyolf@oestrem.com>
Date:   Fri Jun 10 12:11:04 2016 -0400

    localedata: da_DK: set date_fmt [BZ #17297]
    
    The default setting is slightly off for Danish users -- the day and
    month displays should be swapped: "Jun 10" -> "10 Jun".

diff --git a/localedata/locales/da_DK b/localedata/locales/da_DK
index 95bf309..01be486 100644
--- a/localedata/locales/da_DK
+++ b/localedata/locales/da_DK
@@ -225,6 +225,9 @@ d_fmt       "<U0025><U0064><U002D><U0025><U006D><U002D><U0025><U0059>"
 t_fmt       "<U0025><U0054>"
 am_pm       "";""
 t_fmt_ampm  ""
+date_fmt    "<U0025><U0061><U0020><U0025><U0065><U0020><U0025><U0062>/
+<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
+<U0025><U005A><U0020><U0025><U0059>"
 week    7;19971130;4
 first_weekday 2
 END LC_TIME

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

Summary of changes:
 localedata/locales/da_DK |    3 +++
 1 files changed, 3 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]