From owner-cvs-src-old@FreeBSD.ORG Mon Aug 31 02:24:16 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 67FDE106568D for ; Mon, 31 Aug 2009 02:24:16 +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 4DD4C8FC30 for ; Mon, 31 Aug 2009 02:24:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7V2OGDP099788 for ; Mon, 31 Aug 2009 02:24:16 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7V2OGJR099787 for cvs-src-old@freebsd.org; Mon, 31 Aug 2009 02:24:16 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200908310224.n7V2OGJR099787@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Mon, 31 Aug 2009 02:22:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: 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: Mon, 31 Aug 2009 02:24:16 -0000 edwin 2009-08-31 02:22:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) 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: (Branch: RELENG_7) usr.sbin/zic Arts.htm tz-art.htm tz-link.htm Log: SVN rev 196683 on 2009-08-31 02:22:18Z by edwin MFC of r192625, r192890, r194783, r196587: r192625: MFC 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. r192890: MFC of tzcode2009h - Clarify the license for the tzcode: public domain r194783: Remove duplicate if-statement on gmt_is_set in gmtsub(). r196587: MFC of tzcode2009k zic.c: Do not end a binary file with a POSIX-style time zone string for locations that end up in permanent DST (thanks to Andreas Schwab). Revision Changes Path 1.12.18.1 +85 -21 src/lib/libc/stdtime/asctime.c 1.8.18.1 +40 -58 src/lib/libc/stdtime/difftime.c 1.41.2.2 +563 -180 src/lib/libc/stdtime/localtime.c 1.10.18.1 +112 -46 src/lib/libc/stdtime/private.h 1.41.10.1 +76 -34 src/lib/libc/stdtime/strftime.c 1.15.2.1 +3 -0 src/lib/libc/stdtime/time2posix.3 1.10.24.1 +19 -5 src/lib/libc/stdtime/tzfile.5 1.8.24.1 +28 -36 src/lib/libc/stdtime/tzfile.h 1.2.24.1 +0 -178 src/usr.sbin/zic/Arts.htm (dead) 1.1.1.4.18.1 +12 -4 src/usr.sbin/zic/README 1.1.1.4.18.1 +66 -48 src/usr.sbin/zic/Theory 1.6.24.1 +7 -2 src/usr.sbin/zic/ialloc.c 1.7.18.1 +109 -30 src/usr.sbin/zic/private.h 1.7.24.1 +10 -6 src/usr.sbin/zic/scheck.c 1.1.1.1.18.1 +0 -278 src/usr.sbin/zic/tz-art.htm (dead) 1.1.1.1.18.1 +0 -443 src/usr.sbin/zic/tz-link.htm (dead) 1.10.18.1 +18 -4 src/usr.sbin/zic/zdump.8 1.9.18.1 +414 -114 src/usr.sbin/zic/zdump.c 1.19.10.1 +82 -11 src/usr.sbin/zic/zic.8 1.17.10.2 +786 -317 src/usr.sbin/zic/zic.c