From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id CC6A91F453 for ; Fri, 18 Jan 2019 15:36:39 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=qV+m3AdgqgkTAjgu 9bv6jT/RQDOGARFI37VFo4bGMJBHziWbclmFyhYf4smbDAy1ZCgz/enb1QoBf+sw OLGaVaj7wc5olbb8TR8HYGPujttFPPN/5m9UIRVQb8QP8tBP/q97AOlPi4lONakY ozamWFdl6Szqf6H2REi3E9bEwwY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=LzmG6Cs7LXFKzQFDz+zlkj nSPko=; b=YiJdI4eNr0vfM+NVojgr/+wzixK0gcE5jHbY1mC7kSYppd9xwLthDt wVAqX3TAEs8VRw2PgZw0l8a4PJP4VMWlVj7wub7l9apnbX7HJ8WcRK4RMOC7JnZw eMgHgljSPEoQS7a4oArEoWa4/nsvzZO4IXA2KqDeMbiSPxhgXgeF8= Received: (qmail 123996 invoked by alias); 18 Jan 2019 15:36:36 -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 Received: (qmail 123064 invoked by uid 89); 18 Jan 2019 15:36:36 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: shared-ano163.rev.nazwa.pl Date: Fri, 18 Jan 2019 16:35:13 +0100 (CET) From: Rafal Luzynski To: TAMUKI Shoichi , libc-alpha@sourceware.org Cc: Siddhesh Poyarekar , Carlos O'Donell , Joseph Myers Message-ID: <1487907897.434044.1547825713484@poczta.nazwa.pl> In-Reply-To: <201901181358.AA04193@tamuki.linet.gr.jp> References: <1865205043.400427.1547757143966@poczta.nazwa.pl> <201901181358.AA04193@tamuki.linet.gr.jp> Subject: Re: 2.29 freeze update: Last fortnight MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 18.01.2019 14:58 TAMUKI Shoichi wrote: > [...] > I checked carefully and confirmed that using yr_spec as a simple int > is no problem. In addition, I also found that "yr_spec = 0" after > __strftime_internal function call is unnecessary. Based on this, I > will fix the next patch. Yes, please prepare the next patch with that change. It will be less confusing, easier to understand and maintain, and less error prone. Thank you. Regards, Rafal