From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20128 invoked by alias); 12 Jan 2018 08:12:44 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 13013 invoked by uid 89); 12 Jan 2018 08:12:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=French, french, month X-HELO: aev204.rev.netart.pl X-Spam-Score: 0 Date: Fri, 12 Jan 2018 08:12:00 -0000 From: Rafal Luzynski Reply-To: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <1802414843.37687.1515744747279@poczta.nazwa.pl> Subject: [PATCH v12 0/6][BZ 10871] Month names in alternative grammatical case MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Originating-Client: com.openexchange.ox.gui.dhtml X-SW-Source: 2018-01/txt/msg00433.txt.bz2 [PATCH v12 0/6][BZ 10871] Month names in alternative grammatical case Thank you Zack, Carlos, and Dmitry for your reviews. For completeness, this is the 12th version of my patches. Not much has been changed, mostly changelog and commit messages. More details of the changes since the version 11, [1] except the commit messages: Patch 1/6: More tests for strptime() added, in English, German, and French. Patch 3/6: A test for strptime() in Spanish added. A test in Russian uses the Unicode (UTF-8) characters directly rather than hexadecimal sequences. Patch 5/6: Minor reword. Patch 6/6: This patch previously has not been numbered. It can be treated as part of this series or as a separate patch. This new version adds a test for strptime() actually using a nominative case of a month name. The missing patches are available in my github repo [2] which is up to date this time. I'd like to receive at least one "OK" review before I push to stable. Regards, Rafal [1] https://sourceware.org/ml/libc-alpha/2018-01/msg00258.html [2] https://github.com/rluzynski/glibc