glibc/timezone
Ulrich Drepper fa76dde2cf * include/time.h: Declare __tzset_parse_tz and __tzset_compute.
* time/tzset.c (tzset_internal): Break TZ string parsing out into
	__tzset_parse_tz and updating of daylight, timezone, tzname into
	update_vars.
	(__tz_compute): Renamed from tz_compute.  Take additional parameters.
	(__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
	happens in __tz_compute.
	* time/tzfile.c (__tzfile_read): Also read TZ string.
	(find_transition): Fold into __tzfile_compute.
	(__tzfile_compute): For times beyond the last transition try to
	use the TZ string.
	* timezone/tst-timezone.c: Information in daylight and tzname does
	change for Asia/Tokyo timezone with more concrete information.
	Remove the test.

	* include/stdio.h: Add libc_hidden_proto for ftello.
	* libio/ftello.c: Add libc_hidden_def.
2007-10-14 09:15:45 +00:00
..
Makefile * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to 2007-07-28 20:36:21 +00:00
README Update. 1999-10-04 07:34:53 +00:00
africa [BZ #5063] 2007-10-05 21:58:14 +00:00
antarctica [BZ #5063] 2007-10-05 21:58:14 +00:00
asia [BZ #5063] 2007-10-05 21:58:14 +00:00
australasia [BZ #5063] 2007-10-05 21:58:14 +00:00
backward [BZ #4276] 2007-03-26 12:57:50 +00:00
checktab.awk . 2007-07-31 13:33:18 +00:00
etcetera 2006-02-26 Roland McGrath <roland@redhat.com> 2006-02-26 23:39:30 +00:00
europe [BZ #5063] 2007-10-05 21:58:14 +00:00
factory 2006-02-26 Roland McGrath <roland@redhat.com> 2006-02-26 23:39:30 +00:00
ialloc.c . 2007-07-31 13:33:18 +00:00
iso3166.tab [BZ #4276] 2007-03-26 12:57:50 +00:00
leapseconds [BZ #5063] 2007-10-05 21:58:14 +00:00
northamerica [BZ #5063] 2007-10-05 21:58:14 +00:00
pacificnew 2006-02-26 Roland McGrath <roland@redhat.com> 2006-02-26 23:39:30 +00:00
private.h [BZ #4276] 2007-03-26 12:57:50 +00:00
scheck.c . 2007-07-31 13:33:18 +00:00
simplebackw Update. 1998-02-15 23:23:43 +00:00
solar87 2006-02-26 Roland McGrath <roland@redhat.com> 2006-02-26 23:39:30 +00:00
solar88 2006-02-26 Roland McGrath <roland@redhat.com> 2006-02-26 23:39:30 +00:00
solar89 2006-02-26 Roland McGrath <roland@redhat.com> 2006-02-26 23:39:30 +00:00
southamerica [BZ #5063] 2007-10-05 21:58:14 +00:00
systemv 2006-02-26 Roland McGrath <roland@redhat.com> 2006-02-26 23:39:30 +00:00
test-tz.c 2006-01-10 Roland McGrath <roland@redhat.com> 2006-01-10 20:37:36 +00:00
tst-timezone.c * include/time.h: Declare __tzset_parse_tz and __tzset_compute. 2007-10-14 09:15:45 +00:00
tzfile.h . 2007-07-31 13:33:18 +00:00
tzselect.ksh . 2007-07-31 13:33:18 +00:00
yearistype * timezone/africa: Update from tzdata2005i. 2005-04-30 05:40:51 +00:00
zdump.c [BZ #4276] 2007-03-26 12:57:50 +00:00
zic.c [BZ #5063] 2007-10-05 21:58:14 +00:00
zone.tab [BZ #5063] 2007-10-05 21:58:14 +00:00

README

The files
	zic.c zdump.c ialloc.c scheck.c tzfile.h
	private.h tzselect.ksh checktab.awk
come from the tzcode package by Arthur David Olson et.al.

The files
	africa antarctica asia australasia europe
	northamerica southamerica pacificnew etcetera factory
	backward systemv solar87 solar88 solar89
	iso3166.tab zone.tab leapseconds yearistype
come from the tzdata package by Arthur David Olson et.al.

Please check the ChangeLog files in the top level directory for the
version of the tzcode and tzdata packages.

These packages may be found at ftp://elsie.nci.nih.gov/pub/.  Commentary
should be addressed to tz@elsie.nci.nih.gov.