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.24-87-g7ed2b54


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  7ed2b544511e8ad69ac95634388037ec264d52a7 (commit)
      from  66abf9bfbe24ac1e7207d26ccad725ed938dc52c (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=7ed2b544511e8ad69ac95634388037ec264d52a7

commit 7ed2b544511e8ad69ac95634388037ec264d52a7
Author: Ernestas Kulik <ernestas.kulik@gmail.com>
Date:   Sun Aug 21 14:39:36 2016 +0300

    localedata: lt_LT: use hyphens in d_fmt [BZ #20497]
    
    The standard currently in effect (LST ISO 8601:1997) mandates the use
    of hyphens (as opposed to full stops, currently) in date formats.  It
    also matches current CLDR data (v29), Wikipedia's & Wikia's settings,
    and Microsoft's Lithuanian Style Guide.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 1ce824d..f5c58ae 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2016-08-24  Ernestas Kulik  <ernestas.kulik@gmail.com>
+
+	[BZ #20497]
+	* locales/lt_LT (d_fmt): Change periods to dashes.
+
 2016-08-15  Märt Põder  <tramm@p6drad-teel.net>
 
 	[BZ #20459]
diff --git a/localedata/locales/lt_LT b/localedata/locales/lt_LT
index 78ed64c..e36a895 100644
--- a/localedata/locales/lt_LT
+++ b/localedata/locales/lt_LT
@@ -2188,7 +2188,7 @@ mon       "<U0073><U0061><U0075><U0073><U0069><U006F>";/
           "<U006C><U0061><U0070><U006B><U0072><U0069><U010D><U0069><U006F>";/
           "<U0067><U0072><U0075><U006F><U0064><U017E><U0069><U006F>"
 d_t_fmt   "<U0025><U0059><U0020><U006D><U002E><U0020><U0025><U0042><U0020><U0025><U0064><U0020><U0064><U002E><U0020><U0025><U0054>"
-d_fmt     "<U0025><U0059><U002E><U0025><U006D><U002E><U0025><U0064>"
+d_fmt     "<U0025><U0059><U002D><U0025><U006D><U002D><U0025><U0064>"
 t_fmt     "<U0025><U0054>"
 am_pm     "";""
 t_fmt_ampm ""

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

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