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-724-ga1c7cd3


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  a1c7cd3c72e5002739161ba35c90944b3ad05c9f (commit)
      from  b9af29c02074a9b7de5a31bc347f8e327caff926 (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=a1c7cd3c72e5002739161ba35c90944b3ad05c9f

commit a1c7cd3c72e5002739161ba35c90944b3ad05c9f
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Sat Nov 4 14:57:13 2017 +0100

    tpi_PG locale: Fix wrong d_fmt

diff --git a/ChangeLog b/ChangeLog
index 57a8cae..f6f3ebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-04  Mike FABIAN  <mfabian@redhat.com>
+
+	* localedata/locales/tpi_PG (LC_TIME): Fix wrong d_fmt, / needs
+	to be escaped.
+
 2017-11-04  Florian Weimer  <fweimer@redhat.com>
 
 	* manual/llio.texi (Open-time Flags): Document O_TMPFILE.
diff --git a/localedata/locales/tpi_PG b/localedata/locales/tpi_PG
index c730ced..12e669c 100644
--- a/localedata/locales/tpi_PG
+++ b/localedata/locales/tpi_PG
@@ -105,7 +105,7 @@ d_t_fmt	"%a %d %b %Y %T %Z"
 % Appropriate date representation
 % https://en.wikipedia.org/wiki/Date_and_time_notation_in_Australia
 % %d/%m/%Y
-d_fmt	"%d/%m/%Y"
+d_fmt	"%d//%m//%Y"
 %
 % Appropriate time representation
 % %r

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

Summary of changes:
 ChangeLog                 |    5 +++++
 localedata/locales/tpi_PG |    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]