From owner-svn-src-stable-10@FreeBSD.ORG Sat Oct 11 06:43:14 2014 Return-Path: Delivered-To: svn-src-stable-10@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82604C26; Sat, 11 Oct 2014 06:43:14 +0000 (UTC) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A1BBDF9; Sat, 11 Oct 2014 06:43:13 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hi2so3771875wib.8 for ; Fri, 10 Oct 2014 23:43:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=hSll+idKbYCypT7u0y0yMKPzJGKp77ToLN7pPxsXU54=; b=pRADBYOoZ3y++OqWVUkFfw33oJSrNcbPvATWvYzliOI3F/OWVQwpx/EXCP54s3BXa2 pV/ct9+wbID6APa9e97hXgmw8D/WOwM5KlulkZDdraykhPv9YFKM+JAx8E5HLOi4c/2F 5sM69fIkyH/R1zzXx5qlvps/H/Iy529XnxDaNBuDZf6paywExYVmYpVBTHZYlaWqT/gV VeURadUtoVF4b5P7wDkuzfxyYobvGz8VT9HxgLnb01HyXAtwwEsd8Ehxb10wYCNQm2QV A1mC6QPSln/0Io44IKnl+leCNuvtN0yupFgajv7/M0fjsH/kXBpnE85vy/y/okCbhn3t oVzg== X-Received: by 10.181.13.132 with SMTP id ey4mr8680313wid.33.1413009791603; Fri, 10 Oct 2014 23:43:11 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id wx3sm9193093wjc.19.2014.10.10.23.43.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Oct 2014 23:43:10 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 11 Oct 2014 08:43:08 +0200 From: Baptiste Daroussin To: "Pedro F. Giffuni" Subject: Re: svn commit: r272918 - stable/10/contrib/one-true-awk Message-ID: <20141011064308.GN19486@ivaldir.etoilebsd.net> References: <201410102318.s9ANIjps063160@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aIbcA3MSwnGacr4f" Content-Disposition: inline In-Reply-To: <201410102318.s9ANIjps063160@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-10@freebsd.org X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2014 06:43:14 -0000 --aIbcA3MSwnGacr4f Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 10, 2014 at 11:18:45PM +0000, Pedro F. Giffuni wrote: > Author: pfg > Date: Fri Oct 10 23:18:44 2014 > New Revision: 272918 > URL: https://svnweb.freebsd.org/changeset/base/272918 >=20 > Log: > MFC r271879: > awk: Use random(3) instead of rand(3) > =20 > While none of them is considered even near to cryptographic > level, random(3) is a better random generator than rand(3). > =20 > Use random(3) for awk as is done in other systems. > =20 > PR: 193147 >=20 > Modified: > stable/10/contrib/one-true-awk/awk.1 > stable/10/contrib/one-true-awk/main.c > stable/10/contrib/one-true-awk/run.c > Directory Properties: > stable/10/ (props changed) >=20 > Modified: stable/10/contrib/one-true-awk/awk.1 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- stable/10/contrib/one-true-awk/awk.1 Fri Oct 10 22:18:09 2014 (r27291= 7) > +++ stable/10/contrib/one-true-awk/awk.1 Fri Oct 10 23:18:44 2014 (r27291= 8) > @@ -208,7 +208,7 @@ or of > if no argument. > .TP > .B rand > -random number on (0,1) > +random number on [0,1) --------------------^ The above looks like a typo Bapt --aIbcA3MSwnGacr4f Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlQ40XwACgkQ8kTtMUmk6EzU0ACeM7jn8aMjuAHkfyZxn0p29m43 wH0An0Ee6w/zLDl8+53W+QChaJ0N9szl =VpaP -----END PGP SIGNATURE----- --aIbcA3MSwnGacr4f--