From owner-svn-src-all@FreeBSD.ORG Mon Mar 22 21:48:40 2010 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 64912106564A; Mon, 22 Mar 2010 21:48:40 +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 537B88FC15; Mon, 22 Mar 2010 21:48:40 +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 o2MLme6o049861; Mon, 22 Mar 2010 21:48:40 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o2MLmeuX049856; Mon, 22 Mar 2010 21:48:40 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <201003222148.o2MLmeuX049856@svn.freebsd.org> From: Edwin Groothuis Date: Mon, 22 Mar 2010 21:48:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r205480 - in vendor/tzcode/dist: unused 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: Mon, 22 Mar 2010 21:48:40 -0000 Author: edwin Date: Mon Mar 22 21:48:40 2010 New Revision: 205480 URL: http://svn.freebsd.org/changeset/base/205480 Log: Vendor import of tzcode2010f: - Updated quotes and links. - Put warning about case insensitivity of names, but not always in abbreviations. Modified: vendor/tzcode/dist/unused/tz-art.htm vendor/tzcode/dist/unused/tz-link.htm vendor/tzcode/dist/unused/zic.8.txt vendor/tzcode/dist/zic/zic.8 Modified: vendor/tzcode/dist/unused/tz-art.htm ============================================================================== --- vendor/tzcode/dist/unused/tz-art.htm Mon Mar 22 21:40:00 2010 (r205479) +++ vendor/tzcode/dist/unused/tz-art.htm Mon Mar 22 21:48:40 2010 (r205480) @@ -9,7 +9,7 @@ PUBLIC "-//W3C//DTD HTML 4.01//EN"

Time and the Arts

-@(#)tz-art.htm 8.16 +@(#)tz-art.htm 8.17

This file is in the public domain, so clarified as of @@ -417,6 +417,18 @@ Now that's pretty near 100 years, daylig as noted by Will Fitzerald)

  • +Brady: "...[Bishop Usher] determined that the Lord began the Creation +on the 23rd of October in the Year 4004 B.C. at -- uh, at 9 A.M.!" +
    +Drummond: "That Eastern Standard Time? (Laughter) Or Rocky Mountain +Time? (More laughter) It wasn't daylight-saving time, was it? Because +the Lord didn't make the sun until the fourth day!" +
    +(From the play "Inherit the Wind" by Jerome Lawrence and Robert E. Lee, +filmed in 1960 with Spencer Tracy as Drummond and Fredric March as +Brady, and several other times. Thanks to Mark Brader.) +
  • +
  • "Good news." "What did they do? Extend Daylight Saving Time year round?" (Professional tanner George Hamilton, in dialog from a Modified: vendor/tzcode/dist/unused/tz-link.htm ============================================================================== --- vendor/tzcode/dist/unused/tz-link.htm Mon Mar 22 21:40:00 2010 (r205479) +++ vendor/tzcode/dist/unused/tz-link.htm Mon Mar 22 21:48:40 2010 (r205480) @@ -18,7 +18,7 @@

    Sources for Time Zone and Daylight Saving Time Data

    -@(#)tz-link.htm 8.24 +@(#)tz-link.htm 8.26

    This file is in the public domain, so clarified as of @@ -40,8 +40,8 @@ href="http://en.wikipedia.org/wiki/Coord title="Coordinated Universal Time">UTC offsets, and daylight-saving rules. -This database (often called tz or zoneinfo) +This database (often called zoneinfo or tz) is used by several implementations, including the Modified: vendor/tzcode/dist/unused/zic.8.txt ============================================================================== --- vendor/tzcode/dist/unused/zic.8.txt Mon Mar 22 21:40:00 2010 (r205479) +++ vendor/tzcode/dist/unused/zic.8.txt Mon Mar 22 21:48:40 2010 (r205480) @@ -68,6 +68,10 @@ DESCRIPTION expected to be of one of three types: rule lines, zone lines, and link lines. + Names (such as month names) must be in English and are case + insensitive. Abbreviations, if used, must be unambiguous in + context. + A rule line has the form Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S @@ -122,6 +126,7 @@ DESCRIPTION Names of days of the week may be abbreviated or spelled out in full. Note that there must be no spaces within the ON field. + AT Gives the time of day at which the rule takes effect. Recognized forms include: Modified: vendor/tzcode/dist/zic/zic.8 ============================================================================== --- vendor/tzcode/dist/zic/zic.8 Mon Mar 22 21:40:00 2010 (r205479) +++ vendor/tzcode/dist/zic/zic.8 Mon Mar 22 21:48:40 2010 (r205480) @@ -109,6 +109,9 @@ Any line that is blank (after comment st Non-blank lines are expected to be of one of three types: rule lines, zone lines, and link lines. .PP +Names (such as month names) must be in English and are case insensitive. +Abbreviations, if used, must be unambiguous in context. +.PP A rule line has the form .nf .ti +.5i @@ -490,6 +493,6 @@ specifying transition instants using uni /usr/local/etc/zoneinfo standard directory used for created files .SH "SEE ALSO" newctime(3), tzfile(5), zdump(8) -.\" @(#)zic.8 8.5 +.\" @(#)zic.8 8.6 .\" This file is in the public domain, so clarified as of .\" 2009-05-17 by Arthur David Olson.