This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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/17293] UKR-IE should follow CYR-IE in uk_UA locale


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.

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