From owner-svn-src-all@FreeBSD.ORG Tue Dec 29 10:05:20 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAFCB106568B; Tue, 29 Dec 2009 10:05:20 +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 903C78FC20; Tue, 29 Dec 2009 10:05:20 +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 nBTA5KkO018992; Tue, 29 Dec 2009 10:05:20 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nBTA5KW2018989; Tue, 29 Dec 2009 10:05:20 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <200912291005.nBTA5KW2018989@svn.freebsd.org> From: Edwin Groothuis Date: Tue, 29 Dec 2009 10:05:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r201183 - in stable/8: lib/libc/stdtime usr.sbin/zic X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 29 Dec 2009 10:05:20 -0000 Author: edwin Date: Tue Dec 29 10:05:20 2009 New Revision: 201183 URL: http://svn.freebsd.org/changeset/base/201183 Log: MFC of r200832, tzdata2009t zic: - Fix URL / reference to Calendrical Calculations: Third Edition libc/stdtime: - Fix typo in tzfile.5 (no changes in our part) Modified: stable/8/lib/libc/stdtime/tzfile.5 stable/8/usr.sbin/zic/Theory Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/stdtime/ (props changed) stable/8/usr.sbin/zic/ (props changed) Modified: stable/8/lib/libc/stdtime/tzfile.5 ============================================================================== --- stable/8/lib/libc/stdtime/tzfile.5 Tue Dec 29 09:13:20 2009 (r201182) +++ stable/8/lib/libc/stdtime/tzfile.5 Tue Dec 29 10:05:20 2009 (r201183) @@ -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: stable/8/usr.sbin/zic/Theory ============================================================================== --- stable/8/usr.sbin/zic/Theory Tue Dec 29 09:13:20 2009 (r201182) +++ stable/8/usr.sbin/zic/Theory Tue Dec 29 10:05:20 2009 (r201183) @@ -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.