From owner-cvs-src@FreeBSD.ORG Thu Aug 14 01:47:52 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 DDC4B10656F5; Thu, 14 Aug 2008 01:47:52 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 887698FC1A; Thu, 14 Aug 2008 01:47:52 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7E1lqa4079471; Thu, 14 Aug 2008 01:47:52 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7E1lqIB079470; Thu, 14 Aug 2008 01:47:52 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200808140147.m7E1lqIB079470@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Thu, 14 Aug 2008 01:47:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: 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, 14 Aug 2008 01:47:53 -0000 edwin 2008-08-14 01:47:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/units units.lib Log: SVN rev 181710 on 2008-08-14 01:47:42Z by edwin MFC of r181352 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 Revision Changes Path 1.16.8.1 +195 -104 src/usr.bin/units/units.lib