From owner-cvs-src@FreeBSD.ORG Thu Aug 7 01:06:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDCF21065677; Thu, 7 Aug 2008 01:06:16 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 477628FC19; Thu, 7 Aug 2008 01:06:15 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <489A4A86.7040202@FreeBSD.org> Date: Thu, 07 Aug 2008 03:06:14 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Edwin Groothuis References: <200808070015.m770F7fF024727@repoman.freebsd.org> <489A4332.7060809@FreeBSD.org> <20080807010008.GQ3285@k7.mavetju> In-Reply-To: <20080807010008.GQ3285@k7.mavetju> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/units units.lib X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 01:06:17 -0000 Edwin Groothuis wrote: > On Thu, Aug 07, 2008 at 02:34:58AM +0200, Kris Kennaway wrote: >> Edwin Groothuis wrote: >>> edwin 2008-08-07 00:14:56 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> usr.bin/units units.lib >>> Log: >>> SVN rev 181352 on 2008-08-07 00:14:56Z by edwin >>> >>> Update the units library file. >>> >>> - Merge changes from NetBSD and OpenBSD. >>> - Add the Euro as a primitive unit, add old converted currency and >>> pegged currency (Obtained from Wikipedia) >>> - Rename "dollar" to "usdollar" as primitive unit, remove non-pegged >>> currency and add pegged currency (Obtained from Wikipedia) >>> - Updated the accuracy of a lot of constants (Obtained from Wikipedia) >>> >>> PR: bin/106545 bin/88252 >>> Submitted by: trasz, J Vinopal >>> >>> Approved by: bde@ (mentor) >>> MFC after: 1 week >> Am I the only one concerned that you used Wikipedia as a primary and >> sole source for quantitative facts? > > I'll check them with others. Thanks. Chances are they are fine of course, but one can never be sure. Kris