History log of /openbsd-src/lib/libc/time/README (Results 1 – 10 of 10)
Revision Date Author Comments
# b7bd7dbe 13-Sep-2012 millert <millert@openbsd.org>

Update to tzcode2012f. Now that tzcode is in git there are no moe
SCCS ids. No actual code changes.


# a24688ac 01-Mar-2012 millert <millert@openbsd.org>

Update to tzcode2012a from munnari.oz.au


# fe1566e0 23-Aug-2010 millert <millert@openbsd.org>

update to tzcode2010k from elsie.nci.nih.gov; OK miod@


# a3ac0a54 31-Mar-2008 millert <millert@openbsd.org>

Update to tzcode 2008a from elsie.nci.nih.gov


# 6ee5f097 06-Feb-2007 millert <millert@openbsd.org>

Update to tzcode2007a. This adds support for 64bit time_t in case
we need it in the future. All of our platforms currently have 32bit
time_t types. This also extends the timezone data file format

Update to tzcode2007a. This adds support for 64bit time_t in case
we need it in the future. All of our platforms currently have 32bit
time_t types. This also extends the timezone data file format to
support both 32bit and 64bit data. The 64bit data is located after
the 32bit data so binaries linked with the older tzcode simply won't
look at it. A version field in the file header is used to determine
whether the data file is the old or extended format. OK miod@

show more ...


# 3f56448e 05-Jul-2005 millert <millert@openbsd.org>

Update to tzcode2005j.


# d79de7ff 04-Apr-2002 millert <millert@openbsd.org>

Minor updates from tzcode2002c


# 7c79c202 18-Jan-1998 millert <millert@openbsd.org>

tzcode1998b from ftp://elsie.nci.nih.gov/pub


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree