Date: Sat, 23 May 2009 06:31:50 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: cvs-src-old@freebsd.org 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 Message-ID: <200905230636.n4N6a4Fu081396@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905230636.n4N6a4Fu081396>