This is the mail archive of the glibc-bugs@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]

[Bug localedata/22403] Slash needs escaping in some locales


https://sourceware.org/bugzilla/show_bug.cgi?id=22403

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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 -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;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.

https://sourceware.org/git/gitweb.cgi?p=glibc.git;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.

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

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(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]