public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/22403] New: Slash needs escaping in some locales
@ 2017-11-06 13:21 claude at 2xlibre dot net
  2017-11-07 11:03 ` [Bug localedata/22403] " maiku.fabian at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: claude at 2xlibre dot net @ 2017-11-06 13:21 UTC (permalink / raw)
  To: libc-locales

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

            Bug ID: 22403
           Summary: Slash needs escaping in some locales
           Product: glibc
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: claude at 2xlibre dot net
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

Created attachment 10575
  --> https://sourceware.org/bugzilla/attachment.cgi?id=10575&action=edit
Fixed slash escapes

Mike fixed slash escapes for the tpi_PG in commit a1c7cd3c72e500273.

The same issue affects an_ES, kab_DZ and om_ET.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/22403] Slash needs escaping in some locales
  2017-11-06 13:21 [Bug localedata/22403] New: Slash needs escaping in some locales claude at 2xlibre dot net
@ 2017-11-07 11:03 ` maiku.fabian at gmail dot com
  2017-11-07 14:30 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-11-07 11:03 UTC (permalink / raw)
  To: libc-locales

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

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2017-11-07
                 CC|                            |maiku.fabian at gmail dot com
           Assignee|unassigned at sourceware dot org   |maiku.fabian at gmail dot com
     Ever confirmed|0                           |1

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/22403] Slash needs escaping in some locales
  2017-11-06 13:21 [Bug localedata/22403] New: Slash needs escaping in some locales claude at 2xlibre dot net
  2017-11-07 11:03 ` [Bug localedata/22403] " maiku.fabian at gmail dot com
@ 2017-11-07 14:30 ` cvs-commit at gcc dot gnu.org
  2017-11-13 13:03 ` claude at 2xlibre dot net
  2017-11-14 10:11 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2017-11-07 14:30 UTC (permalink / raw)
  To: libc-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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/22403] Slash needs escaping in some locales
  2017-11-06 13:21 [Bug localedata/22403] New: Slash needs escaping in some locales claude at 2xlibre dot net
  2017-11-07 11:03 ` [Bug localedata/22403] " maiku.fabian at gmail dot com
  2017-11-07 14:30 ` cvs-commit at gcc dot gnu.org
@ 2017-11-13 13:03 ` claude at 2xlibre dot net
  2017-11-14 10:11 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: claude at 2xlibre dot net @ 2017-11-13 13:03 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #2 from Claude Paroz <claude at 2xlibre dot net> ---
Should we close this issue?

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/22403] Slash needs escaping in some locales
  2017-11-06 13:21 [Bug localedata/22403] New: Slash needs escaping in some locales claude at 2xlibre dot net
                   ` (2 preceding siblings ...)
  2017-11-13 13:03 ` claude at 2xlibre dot net
@ 2017-11-14 10:11 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-11-14 10:11 UTC (permalink / raw)
  To: libc-locales

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

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.27

--- Comment #3 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Fixed in glibc master.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-14 10:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-06 13:21 [Bug localedata/22403] New: Slash needs escaping in some locales claude at 2xlibre dot net
2017-11-07 11:03 ` [Bug localedata/22403] " maiku.fabian at gmail dot com
2017-11-07 14:30 ` cvs-commit at gcc dot gnu.org
2017-11-13 13:03 ` claude at 2xlibre dot net
2017-11-14 10:11 ` maiku.fabian at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).