From patchwork Fri Jul 27 09:47:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 28646 Received: (qmail 74830 invoked by alias); 27 Jul 2018 09:48:15 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 74730 invoked by uid 89); 27 Jul 2018 09:48:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=H*x:Mailer, H*UA:Mailer, HImportance:Medium, H*x:Open-Xchange X-HELO: ano163.rev.netart.pl X-Spam-Score: 0 Date: Fri, 27 Jul 2018 11:47:52 +0200 (CEST) From: Rafal Luzynski Reply-To: Rafal Luzynski To: libc-alpha@sourceware.org Cc: Carlos O'Donell Message-ID: <1290992034.436125.1532684872492@poczta.nazwa.pl> In-Reply-To: <1656545809.435941.1532684630776@poczta.nazwa.pl> References: <1656545809.435941.1532684630776@poczta.nazwa.pl> Subject: [PATCH 1/1] NEWS: Avoid the words "nominative" and "genitive". MIME-Version: 1.0 Glibc supports two grammatical forms of month names and we keep adding the locale data which actually use this feature but those two forms are not necessarily nominative and genitive. It is better to use a more generic term. Reviewed-by: Carlos O'Donell --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b08fee6..c946ba2 100644 --- a/NEWS +++ b/NEWS @@ -48,13 +48,14 @@ Major new features: - fdiv, fdivl, ddivl and corresponding fMdivfN, fMdivfNx, fMxdivfN and fMxdivfNx functions. -* Nominative and genitive month names are now supported for the following +* Two grammatical forms of month names are now supported for the following languages: Armenian, Asturian, Catalan, Czech, Kashubian, Occitan, Ossetian, Scottish Gaelic, Upper Sorbian, and Walloon. The following languages now - support abbreviated alternative month names: Catalan, Greek, and Kashubian. + support two grammatical forms in abbreviated month names: Catalan, Greek, + and Kashubian. * Newly added locales: Lower Sorbian (dsb_DE) and Yakut (sah_RU) also - include the support of the nominative and genitive month names. + include the support for two grammatical forms of month names. * Building and running on GNU/Hurd systems now works without out-of-tree patches.