From owner-svn-src-head@FreeBSD.ORG Sat Sep 27 13:00:59 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCF80E1E for ; Sat, 27 Sep 2014 13:00:59 +0000 (UTC) Received: from o3.shared.sendgrid.net (o3.shared.sendgrid.net [208.117.48.85]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C6C3B63 for ; Sat, 27 Sep 2014 13:00:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.info; h=from:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; s=smtpapi; bh=EyoMcjgPSr7SAdz58Bcmip3NE7A=; b=dJZQHdZ2NtBSJSBXmz 71fCXWlO00Xv5wv3tu49KGMUhLbKWy+fZaKxPeRbsZQS5B2ExTfNseITw89c47ZV FXNlWMT3ZT8n1IGW2nIs7e/dRBvkOTC/mf/cr6/XXmNqcD92tY8YubJv1aRV0LxL nd+UdRlpUgoo/t7S5jlzpGok8= Received: by mf238.sendgrid.net with SMTP id mf238.10070.5426B4FB4F 2014-09-27 13:00:44.589095276 +0000 UTC Received: from mail.tarsnap.com (unknown [10.100.60.108]) by ismtpd-029.iad1.sendgrid.net (SG) with ESMTP id 148b732fa48.65c1.13e3c5d for ; Sat, 27 Sep 2014 13:00:44 +0000 (GMT) Received: (qmail 24778 invoked from network); 27 Sep 2014 13:00:43 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by ec2-107-20-205-189.compute-1.amazonaws.com with ESMTP; 27 Sep 2014 13:00:43 -0000 Received: (qmail 13999 invoked from network); 27 Sep 2014 13:00:28 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by clamshell.daemonology.net with SMTP; 27 Sep 2014 13:00:28 -0000 Message-ID: <5426B4EC.9040102@freebsd.org> Date: Sat, 27 Sep 2014 06:00:28 -0700 From: Colin Percival User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: John Baldwin Subject: Re: svn commit: r272207 - in head/games: factor primes References: <201409270900.s8R90dWl029070@svn.freebsd.org> <1576403.4iOOFWFkUs@ralph.baldwin.cx> In-Reply-To: <1576403.4iOOFWFkUs@ralph.baldwin.cx> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SG-EID: EvYvoie/qnEezyq2t4eRKjDm9X7ZKbCMt75WvXA+XNF4MoDTxzRWJMGD9NgQz2MtJoCa+LKqYt+W6vFF0AD69q425ec0zo/2FRbrmkTfqxx0NCYb6i+2dHX7CyOFUWEA010gjJ6o02ulCihzoQ4cczolz0UNfG5/TrOMe6umKb4= Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 13:00:59 -0000 On 09/27/14 05:52, John Baldwin wrote: > On Saturday, September 27, 2014 09:00:39 AM Colin Percival wrote: >> #define BIG ULONG_MAX /* largest value will sieve */ > > Should this be UINT64_MAX (or however that is spelled) instead of ULONG_MAX > now? (or is it even still used? I know your change removed its use in at > least one place.) It's not used any more. I was resisting the urge to spend time going through and removing ancient history (which is why I kept ubig instead of changing it to uint64_t everywhere). -- Colin Percival Security Officer Emeritus, FreeBSD | The power to serve Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid