From patchwork Fri Jul 1 09:58:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Alves X-Patchwork-Id: 13546 Received: (qmail 26569 invoked by alias); 1 Jul 2016 09:58:26 -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 26485 invoked by uid 89); 1 Jul 2016 09:58:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=s_clog10fc, s_clog10f.c, UD:b_clog10.c, b_clog10.c X-HELO: mx1.redhat.com Subject: Re: [PATCH 0/6] Generate Complex functions from a common template. To: "Paul E. Murphy" , libc-alpha@sourceware.org References: From: Pedro Alves Message-ID: Date: Fri, 1 Jul 2016 10:58:21 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: I got curious here and used "git diff -B -M30%" to (much) more clearly see the real differences in the patches that mostly do conversion to generated code, and spotted this funny change: similarity index 37% rename from math/s_clog10f.c rename to math/b_clog10.c index 485625e..eeb2d65 100644 :-) (there are likely others, I stopped looking here.) (I'd suggest considering posting the next revision of the series with -M30% or some such threshold that catches all renames, to ease review, but that's up to Joseph). Thanks, Pedro Alves --- c/math/s_clog10f.c +++ w/math/b_clog10.c @@ -6,9 +6,8 @@ The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, + version M_LIT (2.1) of the License, or (at your option) any later version. +The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.