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-738-g1bd0cbb


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  1bd0cbb8cf40f0fd250e0c5cf9bf575a37287a49 (commit)
       via  d8301314bca5cd46ff157958d367df41939eaf6b (commit)
      from  06be6368da16104be51ebf23f7c68a51f321673f (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=1bd0cbb8cf40f0fd250e0c5cf9bf575a37287a49

commit 1bd0cbb8cf40f0fd250e0c5cf9bf575a37287a49
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Tue Nov 7 14:24:51 2017 +0100

    mfe_MU, miq_NI locales: Escape slashes in d_fmt [BZ #22403]
    
    	[BZ #22403]
    	* localedata/locales/mfe_MU (LC_TIME): Fix wrong d_fmt, / needs
    	to be escaped.
    	* localedata/locales/miq_NI (LC_TIME): Fix wrong d_fmt, / needs
    	to be escaped.

diff --git a/ChangeLog b/ChangeLog
index a75c9a2..fcc077e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-11-07  Mike FABIAN  <mfabian@redhat.com>
+
+	[BZ #22403]
+	* localedata/locales/mfe_MU (LC_TIME): Fix wrong d_fmt, / needs
+	to be escaped.
+	* localedata/locales/miq_NI (LC_TIME): Fix wrong d_fmt, / needs
+	to be escaped.
+
 2017-11-07  Claude Paroz <claude@2xlibre.net>
 
 	[BZ #22403]
diff --git a/localedata/locales/mfe_MU b/localedata/locales/mfe_MU
index efc3376..7415e92 100644
--- a/localedata/locales/mfe_MU
+++ b/localedata/locales/mfe_MU
@@ -91,7 +91,7 @@ mon     "zanvie";/
 	"desam"
 %
 d_t_fmt     "%a %d %b %Y %T %Z"
-d_fmt       "%d/%m/%y"
+d_fmt       "%d//%m//%y"
 t_fmt       "%T"
 am_pm       "AM";"PM"
 t_fmt_ampm  "%l:%M:%S %P %Z"
diff --git a/localedata/locales/miq_NI b/localedata/locales/miq_NI
index 8109a46..c79c5f7 100644
--- a/localedata/locales/miq_NI
+++ b/localedata/locales/miq_NI
@@ -116,7 +116,7 @@ d_t_fmt "%a %d %b %Y %T %Z"
 
 % Date representation to be referenced by the "%x" field descriptor -
 % day/month/year as decimal numbers (01/01/2000).
-d_fmt "%d/%m/%y"
+d_fmt "%d//%m//%y"
 
 % Time representation to be referenced by the "%X" field descriptor -
 % 24-hour clock time in format HH:MM:SS

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d8301314bca5cd46ff157958d367df41939eaf6b

commit d8301314bca5cd46ff157958d367df41939eaf6b
Author: Claude Paroz <claude@2xlibre.net>
Date:   Mon Nov 6 14:14:28 2017 +0100

    an_ES, kab_DZ, om_ET locales: Escape slashes in d_fmt [BZ #22403]
    
    	[BZ #22403]
    	* localedata/locales/an_ES (LC_TIME): Fix wrong d_fmt, / needs
    	to be escaped.
    	* localedata/locales/kab_DZ (LC_TIME): Fix wrong d_fmt, / needs
    	to be escaped.
    	* localedata/locales/om_ET (LC_TIME): Fix wrong d_fmt, / needs
    	to be escaped.

diff --git a/ChangeLog b/ChangeLog
index 5d3260b..a75c9a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-11-07  Claude Paroz <claude@2xlibre.net>
+
+	[BZ #22403]
+	* localedata/locales/an_ES (LC_TIME): Fix wrong d_fmt, / needs
+	to be escaped.
+	* localedata/locales/kab_DZ (LC_TIME): Fix wrong d_fmt, / needs
+	to be escaped.
+	* localedata/locales/om_ET (LC_TIME): Fix wrong d_fmt, / needs
+	to be escaped.
+
 2017-11-07  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	[BZ #22298]
diff --git a/localedata/locales/an_ES b/localedata/locales/an_ES
index 172f632..7929402 100644
--- a/localedata/locales/an_ES
+++ b/localedata/locales/an_ES
@@ -105,7 +105,7 @@ mon     "chinero";/
         "nobiembre";/
         "abiento"
 d_t_fmt "%a %d %b %Y %T %Z"
-d_fmt   "%d/%m/%y"
+d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
 t_fmt_ampm ""
diff --git a/localedata/locales/kab_DZ b/localedata/locales/kab_DZ
index ced3402..a165f53 100644
--- a/localedata/locales/kab_DZ
+++ b/localedata/locales/kab_DZ
@@ -91,7 +91,7 @@ abday "Ace";/
 % Appropriate date and time representation
 d_t_fmt        "%a %d %b %Y %T %Z"
 % Appropriate date representation
-d_fmt         "%d/%m/%Y"
+d_fmt         "%d//%m//%Y"
 % Appropriate time representation
 t_fmt         "%T"
 % Appropriate 12 h time representation
diff --git a/localedata/locales/om_ET b/localedata/locales/om_ET
index 1c8ed6e..7c81c17 100644
--- a/localedata/locales/om_ET
+++ b/localedata/locales/om_ET
@@ -214,7 +214,7 @@ mon      "Amajjii";/
 am_pm    "WD";"WB"
 %
 % Appropriate date representation (%x)
-d_fmt   "%d/%m/%Y"
+d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
 t_fmt "%l:%M:%S"

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

Summary of changes:
 ChangeLog                 |   18 ++++++++++++++++++
 localedata/locales/an_ES  |    2 +-
 localedata/locales/kab_DZ |    2 +-
 localedata/locales/mfe_MU |    2 +-
 localedata/locales/miq_NI |    2 +-
 localedata/locales/om_ET  |    2 +-
 6 files changed, 23 insertions(+), 5 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]