Date: Tue, 22 Dec 2009 11:17:10 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r200832 - in head: lib/libc/stdtime usr.sbin/zic Message-ID: <200912221117.nBMBHAWC062254@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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, -<a href="http://emr.cs.uiuc.edu/home/reingold/calendar-book/second-edition/"> -Calendrical Calculations: The Millennium Edition -</a>, Cambridge University Press (2001). Other information and +resource in this area is Nachum Dershowitz and Edward M. Reingold, +<a href="http://emr.cs.iit.edu/home/reingold/calendar-book/third-edition/"> +Calendrical Calculations: Third Edition +</a>, Cambridge University Press (2008). Other information and sources are given below. They sometimes disagree.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912221117.nBMBHAWC062254>