Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2009 02:22:18 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
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
Message-ID:  <200908310224.n7V2OGJR099787@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908310224.n7V2OGJR099787>