public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/21844] New: Fix Latin characters and Months Sequence.
@ 2017-07-27  3:25 akhilesh.k at samsung dot com
  2017-07-27  7:52 ` [Bug localedata/21844] " akhilesh.k at samsung dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: akhilesh.k at samsung dot com @ 2017-07-27  3:25 UTC (permalink / raw)
  To: libc-locales

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

            Bug ID: 21844
           Summary: Fix Latin characters and Months Sequence.
           Product: glibc
           Version: 2.25
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: akhilesh.k at samsung dot com
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

Fixed [BZ #21822] With commit id 832f8e048773da9aac99cd1ee57f2ccbd40860f6

-- 
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/21844] Fix Latin characters and Months Sequence.
  2017-07-27  3:25 [Bug localedata/21844] New: Fix Latin characters and Months Sequence akhilesh.k at samsung dot com
@ 2017-07-27  7:52 ` akhilesh.k at samsung dot com
  2017-07-27  8:04 ` maiku.fabian at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: akhilesh.k at samsung dot com @ 2017-07-27  7:52 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #1 from Akhilesh Kumar <akhilesh.k at samsung dot com> ---
Fixed my previous patch 

Thanks to Rafal Pointing this Bug 

https://sourceware.org/ml/libc-alpha/2017-07/msg00906.html

-- 
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/21844] Fix Latin characters and Months Sequence.
  2017-07-27  3:25 [Bug localedata/21844] New: Fix Latin characters and Months Sequence akhilesh.k at samsung dot com
  2017-07-27  7:52 ` [Bug localedata/21844] " akhilesh.k at samsung dot com
@ 2017-07-27  8:04 ` maiku.fabian at gmail dot com
  2017-07-27  8:04 ` cvs-commit at gcc dot gnu.org
  2017-07-27  9:47 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-07-27  8:04 UTC (permalink / raw)
  To: libc-locales

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maiku.fabian at gmail dot com
           Assignee|unassigned at sourceware dot org   |maiku.fabian at gmail dot com
   Target Milestone|---                         |2.26

-- 
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/21844] Fix Latin characters and Months Sequence.
  2017-07-27  3:25 [Bug localedata/21844] New: Fix Latin characters and Months Sequence akhilesh.k at samsung dot com
  2017-07-27  7:52 ` [Bug localedata/21844] " akhilesh.k at samsung dot com
  2017-07-27  8:04 ` maiku.fabian at gmail dot com
@ 2017-07-27  8:04 ` cvs-commit at gcc dot gnu.org
  2017-07-27  9:47 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2017-07-27  8:04 UTC (permalink / raw)
  To: libc-locales

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

--- Comment #2 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  3632e5912b16421bea6415ff4d98c5039adc3e3c (commit)
       via  90880d384c28bf0ad865fd9ab27084b310855218 (commit)
      from  1086114ba13645c7d97b3387338f3d88865869ad (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=3632e5912b16421bea6415ff4d98c5039adc3e3c

commit 3632e5912b16421bea6415ff4d98c5039adc3e3c
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Thu Jul 27 09:33:56 2017 +0200

    Fix country_name in nds_NL

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=90880d384c28bf0ad865fd9ab27084b310855218

commit 90880d384c28bf0ad865fd9ab27084b310855218
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Thu Jul 27 08:48:04 2017 +0530

    Fix Latin characters and month sequence in mai_IN

    Fixes [BZ #21822] with commit id 832f8e048773da9aac99cd1ee57f2ccbd40860f6

        [BZ #21844]
        * locales/mai_IN (LC_TIME): Fix Latin characters and month sequence.

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

Summary of changes:
 localedata/ChangeLog      |    9 +++++++++
 localedata/locales/mai_IN |   12 ++++++------
 localedata/locales/nds_NL |    4 ++--
 3 files changed, 17 insertions(+), 8 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/21844] Fix Latin characters and Months Sequence.
  2017-07-27  3:25 [Bug localedata/21844] New: Fix Latin characters and Months Sequence akhilesh.k at samsung dot com
                   ` (2 preceding siblings ...)
  2017-07-27  8:04 ` cvs-commit at gcc dot gnu.org
@ 2017-07-27  9:47 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: maiku.fabian at gmail dot com @ 2017-07-27  9:47 UTC (permalink / raw)
  To: libc-locales

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Mike FABIAN <maiku.fabian at gmail dot com> ---
FIXED.

-- 
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-07-27  8:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-27  3:25 [Bug localedata/21844] New: Fix Latin characters and Months Sequence akhilesh.k at samsung dot com
2017-07-27  7:52 ` [Bug localedata/21844] " akhilesh.k at samsung dot com
2017-07-27  8:04 ` maiku.fabian at gmail dot com
2017-07-27  8:04 ` cvs-commit at gcc dot gnu.org
2017-07-27  9:47 ` 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).