glibc/timezone
Paul Eggert e69897bf20 timezone: pacify GCC -Wstringop-truncation
Problem reported by Martin Sebor in:
https://sourceware.org/ml/libc-alpha/2017-11/msg00336.html
* timezone/zic.c (writezone): Use memcpy, not strncpy.
2017-11-12 22:00:28 -08:00
..
testdata
Makefile Update timezone code from tzcode 2017b. 2017-06-16 11:09:21 +00:00
README
africa
antarctica
asia
australasia
backward
etcetera
europe
factory
iso3166.tab
leapseconds
northamerica
pacificnew
private.h Update timezone code from tzcode 2017b. 2017-06-16 11:09:21 +00:00
simplebackw
solar87
solar88
solar89
southamerica
systemv
test-tz.c
tst-timezone.c Add missing header files throughout the testsuite. 2017-02-16 17:33:18 -05:00
tst-tzset.c
tzfile.h Update timezone code from tzcode 2017b. 2017-06-16 11:09:21 +00:00
tzselect.ksh Update timezone code from tzcode 2017b. 2017-06-16 11:09:21 +00:00
yearistype
zdump.c Update timezone code from tzcode 2017b. 2017-06-16 11:09:21 +00:00
zic.c timezone: pacify GCC -Wstringop-truncation 2017-11-12 22:00:28 -08:00
zone.tab

README

The files
	zic.c zdump.c tzfile.h private.h tzselect.ksh
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.

Please also see: https://sourceware.org/glibc/wiki/SharedSourceFiles

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.