glibc/timezone
Steve Ellcey 939e092a9e Update timezone/Makefile to use -Wno-unused-variable
GCC 6.0 (prelease) complains about time_t_min and time_t_max
    not being used.  These variables are not used in glibc but
    are needed in other packages.

	* timezone/Makefile (CFLAGS-zic.c): Add -Wno-unused-variable.
	(CFLAGS-ialloc.c): Ditto.
	(CFLAGS-scheck.c): Ditto.
2015-10-07 15:04:49 -07:00
..
testdata Make time zone file parser more robust [BZ #17715] 2015-04-24 17:34:48 +02:00
Makefile Update timezone/Makefile to use -Wno-unused-variable 2015-10-07 15:04:49 -07:00
README Make time zone file parser more robust [BZ #17715] 2015-04-24 17:34:48 +02:00
africa
antarctica
asia
australasia
backward
checktab.awk Update timezone code from tzcode 2014e. 2014-06-25 16:51:17 +00:00
etcetera
europe
factory
ialloc.c
iso3166.tab
leapseconds
northamerica
pacificnew
private.h Undo build error fixes to timezone/private.h, change makefile instead to 2015-09-18 21:43:43 +01:00
scheck.c
simplebackw
solar87
solar88
solar89
southamerica
systemv
test-tz.c
tst-timezone.c Modify several tests to use test-skeleton.c 2015-08-06 02:59:04 -04:00
tst-tzset.c tst-tzset: raise timeout to 5 seconds 2015-07-15 03:46:03 -04:00
tzfile.h Update timezone code from tzcode 2014e. 2014-06-25 16:51:17 +00:00
tzselect.ksh tzselect: stop requiring ksh 2014-02-08 06:47:58 -05:00
yearistype
zdump.c Update timezone code from tzcode 2014e. 2014-06-25 16:51:17 +00:00
zic.c Update timezone code from tzcode 2014e. 2014-06-25 16:51:17 +00:00
zone.tab

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://ftp.iana.org/tz/releases/.  Commentary
should be addressed to tz@iana.org.

The subdirectory testdata contains manually edited data files for
regression testing purposes.