From owner-cvs-src-old@FreeBSD.ORG Sat May 23 06:36:04 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA0C51065673 for ; Sat, 23 May 2009 06:36:04 +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 B92A68FC1B for ; Sat, 23 May 2009 06:36:04 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4N6a4iL081397 for ; Sat, 23 May 2009 06:36:04 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4N6a4Fu081396 for cvs-src-old@freebsd.org; Sat, 23 May 2009 06:36:04 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200905230636.n4N6a4Fu081396@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Sat, 23 May 2009 06:31:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING src/lib/libc/stdtime asctime.c difftime.c localtime.c private.h strftime.c time2posix.3 tzfile.5 tzfile.h src/usr.sbin/zic Arts.htm README Theory ialloc.c private.h scheck.c tz-art.htm tz-link.htm zdump.8 zdump.c zic.8 zic.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 06:36:05 -0000 edwin 2009-05-23 06:31:50 UTC FreeBSD src repository Modified files: . UPDATING lib/libc/stdtime asctime.c difftime.c localtime.c private.h strftime.c time2posix.3 tzfile.5 tzfile.h usr.sbin/zic README Theory ialloc.c private.h scheck.c zdump.8 zdump.c zic.8 zic.c Removed files: usr.sbin/zic Arts.htm tz-art.htm tz-link.htm Log: SVN rev 192625 on 2009-05-23 06:31:50Z by edwin MFV of tzcode2009e: Upgrade of the tzcode from 2004a to 2009e. Changes are numerous, but include... - New format of the output of zic, which supports both 32 and 64 bit time_t formats. - zdump on 64 bit platforms will actually produce some output instead of doing nothing for a looooooooong time. - linux_base-fX, with X >= at least 8, will work without problems related to the local time again. The original patch, based on the 2008e, has been running for a long time on both my laptop and desktop machine and have been tested by other people. After the installation of this code and the running of zic(8), you need to run tzsetup(8) again to install the new datafile. Approved by: wollman@ for usr.sbin/zic MFC after: 1 month Revision Changes Path 1.601 +4 -0 src/UPDATING 1.13 +85 -21 src/lib/libc/stdtime/asctime.c 1.9 +40 -58 src/lib/libc/stdtime/difftime.c 1.44 +563 -180 src/lib/libc/stdtime/localtime.c 1.11 +112 -46 src/lib/libc/stdtime/private.h 1.43 +76 -34 src/lib/libc/stdtime/strftime.c 1.16 +3 -0 src/lib/libc/stdtime/time2posix.3 1.11 +19 -5 src/lib/libc/stdtime/tzfile.5 1.9 +28 -36 src/lib/libc/stdtime/tzfile.h 1.3 +0 -178 src/usr.sbin/zic/Arts.htm (dead) 1.2 +31 -18 src/usr.sbin/zic/README 1.2 +497 -48 src/usr.sbin/zic/Theory 1.7 +7 -2 src/usr.sbin/zic/ialloc.c 1.8 +109 -30 src/usr.sbin/zic/private.h 1.8 +10 -6 src/usr.sbin/zic/scheck.c 1.2 +0 -278 src/usr.sbin/zic/tz-art.htm (dead) 1.2 +0 -443 src/usr.sbin/zic/tz-link.htm (dead) 1.11 +15 -3 src/usr.sbin/zic/zdump.8 1.11 +410 -115 src/usr.sbin/zic/zdump.c 1.22 +87 -18 src/usr.sbin/zic/zic.8 1.19 +786 -317 src/usr.sbin/zic/zic.c