Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2010 06:53:46 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/tzcode/zic Makefile Makefile.inc README Theory ialloc.c private.h scheck.c zdump.8 zdump.c zic.8 zic.c src/contrib/tzcode/zic/zdump Makefile src/contrib/tzcode/zic/zic Makefile
Message-ID:  <201002250654.o1P6s1WW014307@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

edwin       2010-02-25 06:53:46 UTC

  FreeBSD src repository

  Added files:
    contrib/tzcode/zic   Makefile Makefile.inc README Theory 
                         ialloc.c private.h scheck.c zdump.8 
                         zdump.c zic.8 zic.c 
    contrib/tzcode/zic/zdump Makefile 
    contrib/tzcode/zic/zic Makefile 
  Log:
  SVN rev 204302 on 2010-02-25 06:53:46Z by edwin
  
  Copy usr.sbin/zic to contrib/tzcode/zic for the proper split of
  contributed code and FreeBSD specific code.
  
  Revision  Changes    Path
  1.1       +8 -0      src/contrib/tzcode/zic/Makefile (new)
  1.1       +3 -0      src/contrib/tzcode/zic/Makefile.inc (new)
  1.1       +88 -0     src/contrib/tzcode/zic/README (new)
  1.1       +570 -0    src/contrib/tzcode/zic/Theory (new)
  1.1       +91 -0     src/contrib/tzcode/zic/ialloc.c (new)
  1.1       +272 -0    src/contrib/tzcode/zic/private.h (new)
  1.1       +68 -0     src/contrib/tzcode/zic/scheck.c (new)
  1.1       +63 -0     src/contrib/tzcode/zic/zdump.8 (new)
  1.1       +675 -0    src/contrib/tzcode/zic/zdump.c (new)
  1.1       +15 -0     src/contrib/tzcode/zic/zdump/Makefile (new)
  1.1       +465 -0    src/contrib/tzcode/zic/zic.8 (new)
  1.1       +2723 -0   src/contrib/tzcode/zic/zic.c (new)
  1.1       +16 -0     src/contrib/tzcode/zic/zic/Makefile (new)



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