From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by sourceware.org (Postfix) with ESMTP id 178A0385783A for ; Tue, 8 Sep 2020 18:30:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 178A0385783A Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-124-mm87GxqtNpGlqbFhZBBUkg-1; Tue, 08 Sep 2020 14:30:09 -0400 X-MC-Unique: mm87GxqtNpGlqbFhZBBUkg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7C59E1084C92; Tue, 8 Sep 2020 18:30:08 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-112-18.ams2.redhat.com [10.36.112.18]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 42B631002D5E; Tue, 8 Sep 2020 18:30:08 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 41DC8A83A97; Tue, 8 Sep 2020 20:30:06 +0200 (CEST) Date: Tue, 8 Sep 2020 20:30:06 +0200 From: Corinna Vinschen To: Joseph Myers Cc: newlib@sourceware.org Subject: Re: [PATCH] libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code. Message-ID: <20200908183006.GP4127@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: Joseph Myers , newlib@sourceware.org References: <20200903212246.2121028-1-keithp@keithp.com> <20200904131942.GV4127@calimero.vinschen.de> <20200908074253.GM4127@calimero.vinschen.de> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2020 18:30:14 -0000 On Sep 8 15:59, Joseph Myers wrote: > On Tue, 8 Sep 2020, Corinna Vinschen via Newlib wrote: > > > Unfortunately, having touched the refs/meta/config stuff exactly once, > > way back when, I completely forgot how to do that. Do you have a > > very brief howto for me, perhaps? > > See "Configure File Update Procedure" at > . Great, thank you! I added the no-rh-character-range-check setting to the newlib-cygwin repo. Corinna