From owner-svn-src-head@FreeBSD.ORG Tue Dec 22 11:17:10 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D72D8106568D; Tue, 22 Dec 2009 11:17:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id ACD9C8FC0C; Tue, 22 Dec 2009 11:17:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nBMBHAar062257; Tue, 22 Dec 2009 11:17:10 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nBMBHAWC062254; Tue, 22 Dec 2009 11:17:10 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <200912221117.nBMBHAWC062254@svn.freebsd.org> From: Edwin Groothuis Date: Tue, 22 Dec 2009 11:17:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r200832 - in head: lib/libc/stdtime usr.sbin/zic X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 22 Dec 2009 11:17:10 -0000 Author: edwin Date: Tue Dec 22 11:17:10 2009 New Revision: 200832 URL: http://svn.freebsd.org/changeset/base/200832 Log: MFV of tzdata2009t, r200831 zic: - Fix URL / reference to Calendrical Calculations: Third Edition libc/stdtime: - Fix typo in tzfile.5 (no changes in our part) MFC after: 1 week Modified: head/lib/libc/stdtime/tzfile.5 head/usr.sbin/zic/Theory Directory Properties: head/lib/libc/ (props changed) head/lib/libc/stdtime/ (props changed) head/usr.sbin/zic/ (props changed) Modified: head/lib/libc/stdtime/tzfile.5 ============================================================================== --- head/lib/libc/stdtime/tzfile.5 Tue Dec 22 11:09:00 2009 (r200831) +++ head/lib/libc/stdtime/tzfile.5 Tue Dec 22 11:17:10 2009 (r200832) @@ -147,6 +147,6 @@ such instants). .Xr ctime 3 , .Xr time2posix 3 , .Xr zic 8 -.\" @(#)tzfile.5 8.2 +.\" @(#)tzfile.5 8.3 .\" This file is in the public domain, so clarified as of .\" 1996-06-05 by Arthur David Olson. Modified: head/usr.sbin/zic/Theory ============================================================================== --- head/usr.sbin/zic/Theory Tue Dec 22 11:09:00 2009 (r200831) +++ head/usr.sbin/zic/Theory Tue Dec 22 11:17:10 2009 (r200832) @@ -1,4 +1,4 @@ -@(#)Theory 8.3 +@(#)Theory 8.4 This file is in the public domain, so clarified as of 2009-05-17 by Arthur David Olson. $FreeBSD$ @@ -361,10 +361,10 @@ abbreviations like `EST'; this avoids th Calendrical issues are a bit out of scope for a time zone database, but they indicate the sort of problems that we would run into if we extended the time zone database further into the past. An excellent -resource in this area is Edward M. Reingold and Nachum Dershowitz, - -Calendrical Calculations: The Millennium Edition -, Cambridge University Press (2001). Other information and +resource in this area is Nachum Dershowitz and Edward M. Reingold, + +Calendrical Calculations: Third Edition +, Cambridge University Press (2008). Other information and sources are given below. They sometimes disagree.