From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36037 invoked by alias); 11 Jan 2018 22:26:48 -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 35877 invoked by uid 89); 11 Jan 2018 22:26:48 -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=month X-HELO: aev204.rev.netart.pl X-Spam-Score: 0 Date: Thu, 11 Jan 2018 22:26:00 -0000 From: Rafal Luzynski Reply-To: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <1602239776.488406.1515709602466@poczta.nazwa.pl> In-Reply-To: <309950992.675174.1515455961934@poczta.nazwa.pl> References: <382846926.675155.1515455688091@poczta.nazwa.pl> <309950992.675174.1515455961934@poczta.nazwa.pl> Subject: Re: [PATCH v11 1/5] Implement alternative month names (bug 10871). 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/msg00414.txt.bz2 9.01.2018 00:59 Rafal Luzynski wrote: > [...] > each month name. From now it is precised that nl_langinfo(MON_1) > series (up to MON_12) and strftime("%B") generate the month names in Following some old discussion with Zack it should be s/precised/specified/g. Applying locally. Regards, Rafal