From owner-freebsd-numerics@freebsd.org Sun Nov 19 09:22:25 2017 Return-Path: Delivered-To: freebsd-numerics@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D24EDF0479 for ; Sun, 19 Nov 2017 09:22:25 +0000 (UTC) (envelope-from dimpase@gmail.com) Received: from mail-lf0-x22c.google.com (mail-lf0-x22c.google.com [IPv6:2a00:1450:4010:c07::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F215F718E2; Sun, 19 Nov 2017 09:22:24 +0000 (UTC) (envelope-from dimpase@gmail.com) Received: by mail-lf0-x22c.google.com with SMTP id w23so6908420lfd.11; Sun, 19 Nov 2017 01:22:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=8nFHHk7o9C7E8jvZCsi3I8n5G+Ml2nYoDRtkOL+2M2A=; b=sWEQrblKNDHA7/HFRoSbP0h5voZWaYmmHBqoLbamEsFJwuUSsQA4ekEOb/EdAdI4QQ WA4/RQTQRwLHxrRlbQAwCyZ6a5GtfCqY9hHKSFwV6JWs+eJ9BaJquPwOlcTMgfpN8gkj nzIx1wwgH44QTpFzT7tJZOMd8hY72cHeuo6leGDD5V5ytbUhf/ncoqTSg7c27Npy2I0k GG5MPYPuai3+FO367j7BTyXSyg5GQpyOMXolOiCgQ3DBqnLwJw6Zts0qxh8kIOubLP/m Fr+AeAG3ZApKQPo4oboGS72uNMV/TnIhrRH6Xcl3HRGSaQ/+1p1oikgIjkmIMq4deS5K bawA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=8nFHHk7o9C7E8jvZCsi3I8n5G+Ml2nYoDRtkOL+2M2A=; b=Ajf3yRgRkD0ISjvpTBEgbDr84uY+Z19VsoKngUgDWuJcc9qdNEymWC7P2j7luM8h0F GMG34nvHOuVp8YdWC57bDmGPQU6UkKS2MV5ShHATfuYhwMGS4REhKCTM5L1uzi5ZyHnD QXMVIfnUL1JN9TOmYgaOplq9ztcVlzbS14XqkWaTaA8nYER5907YpXix1I8iGRykAHMg unvdwXqXoHjh+bBDyefnkLNsjtDXlPA7EqAcrQdO/anuU9RhxwyErPHHE7ZOsrJiO/Fh M7zopO79+mu5X/gfiXev6+Lv385YMmuEsmhXVt34wDMKBYxLgmLAxyq7qDnn09OkYQhx yufw== X-Gm-Message-State: AJaThX461Cl/lXsx6XkTWA8jE3AAKbJY5uxol1HZbJfiI1uTyUFFOoiZ 5rmv9PU4zQ+nuv2Do+jYq1zUndMUx/awOwfv7ZM= X-Google-Smtp-Source: AGs4zMaRJMz8esG6P82s6NDCqVHb/rf88VmHGVhINC+tqRuWNXBZe7Kn7bQb2heSaFuzDB4lZbWPOAlurxgz1gUe+fE= X-Received: by 10.25.215.36 with SMTP id o36mr2816059lfg.223.1511083342913; Sun, 19 Nov 2017 01:22:22 -0800 (PST) MIME-Version: 1.0 Sender: dimpase@gmail.com Received: by 10.46.4.129 with HTTP; Sun, 19 Nov 2017 01:22:22 -0800 (PST) In-Reply-To: <20171108163052.GA55224@troutmask.apl.washington.edu> References: <20171106194937.GA87725@freebird> <20171106204121.GB37361@troutmask.apl.washington.edu> <20171106213308.GA73787@troutmask.apl.washington.edu> <20171108061501.GA51059@troutmask.apl.washington.edu> <20171108150302.GA53567@troutmask.apl.washington.edu> <20171108163052.GA55224@troutmask.apl.washington.edu> From: Dima Pasechnik Date: Sun, 19 Nov 2017 09:22:22 +0000 X-Google-Sender-Auth: rEtT02ksBlxVe-OwaqeMATnaj7A Message-ID: Subject: Re: cpow and clog To: Steve Kargl Cc: Li-Wen Hsu , Eitan Adler , "Montgomery-Smith, Stephen" , "freebsd-numerics@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-numerics@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Discussions of high quality implementation of libm functions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Nov 2017 09:22:25 -0000 On Wed, Nov 8, 2017 at 4:30 PM, Steve Kargl wrote: > On Wed, Nov 08, 2017 at 03:58:10PM +0000, Li-Wen Hsu wrote: >> On 2017=E5=B9=B411=E6=9C=888=E6=97=A5 =E9=80=B1=E4=B8=89 at 23:03 Steve = Kargl >> wrote: >> >> > On Wed, Nov 08, 2017 at 11:00:40AM +0000, Dima Pasechnik wrote: >> > > >> > > A patch not tagged by a version control system surely rots very qui= ckly, >> > > as noone except the submitter knows the exact state of the source tr= ee it >> > > is made against, especially if the tree is also not under a revision >> > > control system. >> > > And surely the submitter's memory is not perfect, either. >> > >> > The patch is against trunk on the day it was submitted. >> > The patch was created under the officical revision control >> > system used by FreeBSD. >> >> >> We also have an official patch review system: https://reviews.freebsd.or= g , >> which is not perfect, but still useable. This might help Dima's concern= . >> > > Looks like it requires "yet another account". At least it is possible and easy to create one. reviews.freebsd.org looks like yet another clone of a part of trac or github, except as it ts totally disconnected from the bug tracker or from the wiki. By the way, account creation on wiki.freebsd.org appears to be dead. Thus editing https://wiki.freebsd.org/Numerics is the domain of the chosen few... Dima > > -- > Steve