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 locale/10871] 'mon' array should contain both nominative and genitive cases


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

--- Comment #140 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  8b406f8776d84d6697bca7d1da7bbfae6cfb8f85 (commit)
       via  105e90bd830bfd553773729690b1a71f36de345f (commit)
       via  561cb41473be080c4569c2bceae30b5301d15b89 (commit)
       via  f7bdf30d1549f9b9e7d47f5314215eeb7116c47f (commit)
      from  1f89ac719018bf7cd372c4f73aa067ced5f7ecd4 (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=8b406f8776d84d6697bca7d1da7bbfae6cfb8f85

commit 8b406f8776d84d6697bca7d1da7bbfae6cfb8f85
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Mon Jan 29 13:00:43 2018 +0100

    lt_LT: Add alternative month names (bug 10871).

        [BZ #10871]
        * localedata/locales/lt_LT (alt_mon): Import from CLDR (nominative
        case).

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

commit 105e90bd830bfd553773729690b1a71f36de345f
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Sun Jan 28 01:23:45 2018 +0100

    be_BY, be_BY@latin: Add alternative month names (bug 10871).

    This patch also fixes spelling of lang_name in be_BY@latin, as reported
    by Ihar Hrachyshka.

        [BZ #10871]
        * localedata/locales/be_BY (mon): Rename to...
        (alt_mon): This, then synchronize with CLDR (nominative case).
        (abmon): Rename to...
        (ab_alt_mon): This, then synchronize with CLDR (nominative case).
        (mon): Import from CLDR (genitive case).
        (abmon): Likewise.
        * localedata/locales/be_BY@latin (mon): Rename to...
        (alt_mon): This.
        (mon): Add, proper genitive forms provided by Viktar Siarheichyk.

        * localedata/locales/be_BY@latin (lang_name): Reworded to
        "biełaruskaja mova".

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

commit 561cb41473be080c4569c2bceae30b5301d15b89
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Sat Jan 27 01:33:38 2018 +0100

    el_CY, el_GR: Add alternative month names (bug 10871).

        [BZ #10871]
        * localedata/locales/el_CY (mon): Renamed to...
        (alt_mon): This.
        (mon): Import from CLDR (genitive case).
        * localedata/locales/el_GR: Likewise.

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

commit f7bdf30d1549f9b9e7d47f5314215eeb7116c47f
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Tue Jan 5 03:04:41 2016 +0100

    ru_RU, ru_UA: Add alternative month names (bug 10871).

        [BZ #10871]
        * localedata/locales/ru_RU (mon): Rename to...
        (alt_mon): This.
        (abmon): Rename to...
        (ab_alt_mon): This.
        (mon): Import from CLDR (genitive case).
        (abmon): Copy from the old content except the 5th month which is
        now in the genitive case, even when abbreviated.
        * localedata/locales/ru_UA: Likewise.
        * time/tst-strptime.c (day_tests): Add an actual example of
        a difference between %b and %Ob in Russian.

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

Summary of changes:
 ChangeLog                      |   44 ++++++++++++++++++++++++
 localedata/locales/be_BY       |   72 ++++++++++++++++++++++++++-------------
 localedata/locales/be_BY@latin |   16 ++++++++-
 localedata/locales/el_CY       |   14 +++++++-
 localedata/locales/el_GR       |   14 +++++++-
 localedata/locales/lt_LT       |   12 +++++++
 localedata/locales/ru_RU       |   28 ++++++++++++++-
 localedata/locales/ru_UA       |   28 ++++++++++++++-
 time/tst-strptime.c            |   12 ++++---
 9 files changed, 203 insertions(+), 37 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]