mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 10:22:41 +08:00
670a687dea
This patch updates the timezone code from tzcode 2015g. The Makefile and README changes are based on those in Paul's patch <https://sourceware.org/ml/libc-alpha/2015-05/msg00553.html>. Tested for x86_64 and x86. 2016-01-06 Paul Eggert <eggert@cs.ucla.edu> Joseph Myers <joseph@codesourcery.com> * timezone/private.h: Update from tzcode 2015g. * timezone/tzfile.h: Likewise. * timezone/tzselect.ksh: Likewise. * timezone/zdump.c: Likewise. * timezone/zic.c: Likewise. * timezone/ialloc.c: Remove file. * timezone/scheck.c: Likewise. * timezone/Makefile (extra-objs): Remove variable. ($(objpfx)zic): Do not depend on scheck.o and ialloc.o. (tz-cflags): Add -DHAVE_GETTEXT -DUSE_LTZ=0 -Wno-maybe-uninitialized. (CFLAGS-zdump.c): Remove -fwrapv -DNOID -DHAVE_GETTEXT. (CFLAGS-zic.c): Remove -DNOID -DHAVE_GETTEXT. (CFLAGS-ialloc.c): Remove variable. (CFLAGS-scheck.c): Likewise. * timezone/README: Update list of files from tzcode.
21 lines
704 B
Plaintext
21 lines
704 B
Plaintext
The files
|
|
zic.c zdump.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.
|