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.28.9000-99-g5abedf9


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  5abedf97a3d396798cb48a3bf86f322d71955ad9 (commit)
      from  86de0499c3c624741bbe36927721a0cadd12e146 (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=5abedf97a3d396798cb48a3bf86f322d71955ad9

commit 5abedf97a3d396798cb48a3bf86f322d71955ad9
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Fri Aug 24 12:06:05 2018 +0200

    en_IN: Set the correct date format for "%x" (bug 17426).
    
    	[BZ #17426]
    	* localedata/locales/en_IN (d_fmt): Use "%d/%m/%y".

diff --git a/ChangeLog b/ChangeLog
index 03f41db..8419d46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-28  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+	[BZ #17426]
+	* localedata/locales/en_IN (d_fmt): Use "%d/%m/%y".
+
 2018-08-27  DJ Delorie  <dj@redhat.com>
 
 	* support/Makefile (others): Don't list programs explicitly as a
diff --git a/localedata/locales/en_IN b/localedata/locales/en_IN
index c8afec9..32cfe85 100644
--- a/localedata/locales/en_IN
+++ b/localedata/locales/en_IN
@@ -104,8 +104,8 @@ am_pm       "AM";"PM"
 % Appropriate date and time representation
 d_t_fmt     "%A %d %B %Y %I:%M:%S %p %Z"
 %
-% Appropriate date representation
-d_fmt       "%A %d %B %Y"
+% Appropriate date representation (%x)
+d_fmt       "%d//%m//%y"
 %
 % Appropriate time representation
 t_fmt       "%I:%M:%S  %Z"

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

Summary of changes:
 ChangeLog                |    5 +++++
 localedata/locales/en_IN |    4 ++--
 2 files changed, 7 insertions(+), 2 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]