From owner-svn-src-all@FreeBSD.ORG Sat Sep 27 13:00:54 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 954FEDD3 for ; Sat, 27 Sep 2014 13:00:54 +0000 (UTC) Received: from o1.l99.sendgrid.net (o1.l99.sendgrid.net [198.37.153.74]) (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 52DFDB62 for ; Sat, 27 Sep 2014 13:00:54 +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 mf173.sendgrid.net with SMTP id mf173.20664.5426B4FB3 2014-09-27 13:00:43.316659092 +0000 UTC Received: from mail.tarsnap.com (unknown [10.100.60.97]) by ismtpd-020.iad1.sendgrid.net (SG) with ESMTP id 148b732f547.1a12.720da2 for ; Sat, 27 Sep 2014 13:00:43 +0000 (GMT) Received: (qmail 24773 invoked from network); 27 Sep 2014 13:00:42 -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:42 -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: A6W2xSVPHetogaU8rnzccWwgBYtN+QvIzXyjfe/10PGv3fbB8yO0hMPsYZk8oQgEXQnCCzq2pA76c/a23zhi5oO2QeF0sjKvInkSJTq3Up8hhqld9JAhYqBtM4c4116Y9TFRUeK0I4Bm5xqX7b4O/UL5uvFKkK0EfY4OqqrYZg0= Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 13:00:54 -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