public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug localedata/17293] UKR-IE should follow CYR-IE in uk_UA locale
Date: Tue, 26 May 2015 18:24:00 -0000	[thread overview]
Message-ID: <bug-17293-131-8pTsJE8Nyo@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-17293-131@http.sourceware.org/bugzilla/>

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

--- Comment #9 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  6afb9c0175006c8060928537842364f83df6fc15 (commit)
       via  f09b8615418a02357eb8b1fcba88313aebcb53bf (commit)
       via  a06b40cdf5ba0d2ab4f9b4c77d21e45ff284fac7 (commit)
      from  f534255e4d276ee7b20b45637d16a00b122e5df3 (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=6afb9c0175006c8060928537842364f83df6fc15

commit 6afb9c0175006c8060928537842364f83df6fc15
Author: Andriy Rysin <arysin@gmail.com>
Date:   Tue May 26 23:51:18 2015 +0530

    Fix sorting order for Ukrainian locale (BZ 17293)

    In the introduction for the official orthography rules for Ukrainian
    language (http://spelling.ulif.org.ua/peredmova.htm) there's a note
    that only apostrophe does not affect order of the words when sorting.
    As could be seen from the official alphabet the soft sign
    (U+044C/U+042C) has its hard position and thus affects the order and
    also letters "е" and "є" (CYR-IE: U+0435/U+0415 and UKR-IE:
    U+0454/U+0404) have their own positions and should have separate place
    when sorting.
    This also corresponds to official Unicode collation chart for these
    letters: http://unicode.org/charts/collation/chart_Cyrillic.html

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

commit f09b8615418a02357eb8b1fcba88313aebcb53bf
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Tue May 26 23:38:17 2015 +0530

    Fix monetary.h comment

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

commit a06b40cdf5ba0d2ab4f9b4c77d21e45ff284fac7
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Tue May 26 22:27:23 2015 +0530

    struct stat is not posix conform

    On 21/05/15 05:29, Siddhesh Poyarekar wrote:
    > On Wed, May 20, 2015 at 06:55:02PM +0100, Szabolcs Nagy wrote:
    >> i guess it's ok for consistency if i fix struct stat64
    >> too to use __USE_XOPEN2K8.
    >>
    >> i will run some tests and come back with a patch
    >
    > I also think it would be appropriate to change this code in other
    > architectures (microblaze and nacl IIRC) to make all of them
    > consistent.  It is a mechanical enough change IMO that all arch
    > maintainer acks is not necessary.
    >

    here is the patch with consistent __USE_XOPEN2K8

    ok to commit?

    2015-05-21  Szabolcs Nagy  <szabolcs.nagy@arm.com>

        [BZ #18234]
        * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
        st_mtim and st_ctim members.

        * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
        st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.

        * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
        (struct stat64): Likewise.

        * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
        (struct stat64): Likewise.

        * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
        (struct stat64): Likewise.

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

Summary of changes:
 ChangeLog                                      |   23 ++++++++
 NEWS                                           |   18 +++---
 conform/data/sys/stat.h-data                   |    5 ++
 localedata/Makefile                            |    4 +-
 localedata/locales/uk_UA                       |   66 ++----------------------
 localedata/uk_UA.in                            |   56 ++++++++++++++++++++
 stdlib/monetary.h                              |    2 +-
 sysdeps/nacl/bits/stat.h                       |    4 +-
 sysdeps/unix/sysv/linux/generic/bits/stat.h    |    4 +-
 sysdeps/unix/sysv/linux/ia64/bits/stat.h       |    4 +-
 sysdeps/unix/sysv/linux/microblaze/bits/stat.h |    4 +-
 11 files changed, 108 insertions(+), 82 deletions(-)
 create mode 100644 localedata/uk_UA.in

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From glibc-bugs-return-28353-listarch-glibc-bugs=sources.redhat.com@sourceware.org Tue May 26 18:24:13 2015
Return-Path: <glibc-bugs-return-28353-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 32659 invoked by alias); 26 May 2015 18:24:12 -0000
Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: glibc-bugs-owner@sourceware.org
Delivered-To: mailing list glibc-bugs@sourceware.org
Received: (qmail 32108 invoked by uid 55); 26 May 2015 18:24:08 -0000
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug libc/18234] st_atim, st_mtim, st_ctim stat struct members are missing on aarch64
Date: Tue, 26 May 2015 18:24:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: glibc
X-Bugzilla-Component: libc
X-Bugzilla-Version: unspecified
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: cvs-commit at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Resolution:
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: unassigned at sourceware dot org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: security-
X-Bugzilla-Changed-Fields:
Message-ID: <bug-18234-131-c75NN7MZV2@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-18234-131@http.sourceware.org/bugzilla/>
References: <bug-18234-131@http.sourceware.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-05/txt/msg00218.txt.bz2
Content-length: 4549

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

--- 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  6afb9c0175006c8060928537842364f83df6fc15 (commit)
       via  f09b8615418a02357eb8b1fcba88313aebcb53bf (commit)
       via  a06b40cdf5ba0d2ab4f9b4c77d21e45ff284fac7 (commit)
      from  f534255e4d276ee7b20b45637d16a00b122e5df3 (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=6afb9c0175006c8060928537842364f83df6fc15

commit 6afb9c0175006c8060928537842364f83df6fc15
Author: Andriy Rysin <arysin@gmail.com>
Date:   Tue May 26 23:51:18 2015 +0530

    Fix sorting order for Ukrainian locale (BZ 17293)

    In the introduction for the official orthography rules for Ukrainian
    language (http://spelling.ulif.org.ua/peredmova.htm) there's a note
    that only apostrophe does not affect order of the words when sorting.
    As could be seen from the official alphabet the soft sign
    (U+044C/U+042C) has its hard position and thus affects the order and
    also letters "е" and "є" (CYR-IE: U+0435/U+0415 and UKR-IE:
    U+0454/U+0404) have their own positions and should have separate place
    when sorting.
    This also corresponds to official Unicode collation chart for these
    letters: http://unicode.org/charts/collation/chart_Cyrillic.html

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

commit f09b8615418a02357eb8b1fcba88313aebcb53bf
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Tue May 26 23:38:17 2015 +0530

    Fix monetary.h comment

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

commit a06b40cdf5ba0d2ab4f9b4c77d21e45ff284fac7
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Tue May 26 22:27:23 2015 +0530

    struct stat is not posix conform

    On 21/05/15 05:29, Siddhesh Poyarekar wrote:
    > On Wed, May 20, 2015 at 06:55:02PM +0100, Szabolcs Nagy wrote:
    >> i guess it's ok for consistency if i fix struct stat64
    >> too to use __USE_XOPEN2K8.
    >>
    >> i will run some tests and come back with a patch
    >
    > I also think it would be appropriate to change this code in other
    > architectures (microblaze and nacl IIRC) to make all of them
    > consistent.  It is a mechanical enough change IMO that all arch
    > maintainer acks is not necessary.
    >

    here is the patch with consistent __USE_XOPEN2K8

    ok to commit?

    2015-05-21  Szabolcs Nagy  <szabolcs.nagy@arm.com>

        [BZ #18234]
        * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim,
        st_mtim and st_ctim members.

        * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make
        st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only.

        * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,):
        (struct stat64): Likewise.

        * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,):
        (struct stat64): Likewise.

        * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,):
        (struct stat64): Likewise.

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

Summary of changes:
 ChangeLog                                      |   23 ++++++++
 NEWS                                           |   18 +++---
 conform/data/sys/stat.h-data                   |    5 ++
 localedata/Makefile                            |    4 +-
 localedata/locales/uk_UA                       |   66 ++----------------------
 localedata/uk_UA.in                            |   56 ++++++++++++++++++++
 stdlib/monetary.h                              |    2 +-
 sysdeps/nacl/bits/stat.h                       |    4 +-
 sysdeps/unix/sysv/linux/generic/bits/stat.h    |    4 +-
 sysdeps/unix/sysv/linux/ia64/bits/stat.h       |    4 +-
 sysdeps/unix/sysv/linux/microblaze/bits/stat.h |    4 +-
 11 files changed, 108 insertions(+), 82 deletions(-)
 create mode 100644 localedata/uk_UA.in

-- 
You are receiving this mail because:
You are on the CC list for the bug.
>From glibc-bugs-return-28356-listarch-glibc-bugs=sources.redhat.com@sourceware.org Tue May 26 18:25:47 2015
Return-Path: <glibc-bugs-return-28356-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 39339 invoked by alias); 26 May 2015 18:25:47 -0000
Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: glibc-bugs-owner@sourceware.org
Delivered-To: mailing list glibc-bugs@sourceware.org
Received: (qmail 39298 invoked by uid 48); 26 May 2015 18:25:44 -0000
From: "siddhesh at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug libc/18234] st_atim, st_mtim, st_ctim stat struct members are missing on aarch64
Date: Tue, 26 May 2015 18:25:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: glibc
X-Bugzilla-Component: libc
X-Bugzilla-Version: unspecified
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: siddhesh at redhat dot com
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: unassigned at sourceware dot org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: security-
X-Bugzilla-Changed-Fields: bug_status cc resolution
Message-ID: <bug-18234-131-ImDzy0yzrH@http.sourceware.org/bugzilla/>
In-Reply-To: <bug-18234-131@http.sourceware.org/bugzilla/>
References: <bug-18234-131@http.sourceware.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2015-05/txt/msg00221.txt.bz2
Content-length: 603

https://sourceware.org/bugzilla/show_bug.cgi?id\x18234

Siddhesh Poyarekar <siddhesh at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |siddhesh at redhat dot com
         Resolution|---                         |FIXED

--- Comment #2 from Siddhesh Poyarekar <siddhesh at redhat dot com> ---
Fixed in master.

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


  parent reply	other threads:[~2015-05-26 18:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-20  2:55 [Bug localedata/17293] New: " arysin at gmail dot com
2014-08-20  6:42 ` [Bug localedata/17293] " pravin.d.s at gmail dot com
2014-08-20 15:09 ` yurchor at ukr dot net
2014-08-20 15:39 ` arysin at gmail dot com
2014-08-20 15:40 ` arysin at gmail dot com
2014-08-20 17:16 ` arysin at gmail dot com
2014-09-08 18:19 ` arysin at gmail dot com
2014-09-18 18:45 ` arysin at gmail dot com
2015-05-26 18:24 ` cvs-commit at gcc dot gnu.org [this message]
2015-05-26 18:25 ` siddhesh at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-17293-131-8pTsJE8Nyo@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).