-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tzdata and zoneinfo to version 2015f.
- Loading branch information
GitHub Actions
committed
Oct 31, 2022
1 parent
a979b7d
commit 9fe2f81
Showing
18 changed files
with
583 additions
and
466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
PACKAGE= tzcode | ||
|
||
# Version numbers of the code and data distributions. | ||
VERSION= 2015e | ||
VERSION= 2015f | ||
|
||
# Email address for bug reports. | ||
BUGEMAIL= [email protected] | ||
|
@@ -102,7 +102,6 @@ LDLIBS= | |
|
||
# Add the following to the end of the "CFLAGS=" line as needed. | ||
# -DBIG_BANG=-9999999LL if the Big Bang occurred at time -9999999 (see zic.c) | ||
# -DHAVE_ADJTIME=0 if 'adjtime' does not exist (SVR0?) | ||
# -DHAVE_DOS_FILE_NAMES if file names have drive specifiers etc. (MS-DOS) | ||
# -DHAVE_GETTEXT=1 if 'gettext' works (GNU, Linux, Solaris); also see LDLIBS | ||
# -DHAVE_INCOMPATIBLE_CTIME_R=1 if your system's time.h declares | ||
|
@@ -113,10 +112,6 @@ LDLIBS= | |
# -DHAVE_LOCALTIME_RZ=0 if you do not want zdump to use localtime_rz | ||
# This defaults to 1 if a working localtime_rz seems to be available. | ||
# localtime_rz can make zdump significantly faster, but is nonstandard. | ||
# -DHAVE_SETTIMEOFDAY=0 if settimeofday does not exist (SVR0?) | ||
# -DHAVE_SETTIMEOFDAY=1 if settimeofday has just 1 arg (SVR4) | ||
# -DHAVE_SETTIMEOFDAY=2 if settimeofday uses 2nd arg (4.3BSD) | ||
# -DHAVE_SETTIMEOFDAY=3 if settimeofday ignores 2nd arg (4.4BSD) | ||
# -DHAVE_STDINT_H=1 if you have a pre-C99 compiler with "stdint.h" | ||
# -DHAVE_STRFTIME_L=1 if <time.h> declares locale_t and strftime_l | ||
# This defaults to 0 if _POSIX_VERSION < 200809, 1 otherwise. | ||
|
@@ -126,7 +121,6 @@ LDLIBS= | |
# -DHAVE_SYS_WAIT_H=0 if your compiler lacks a "sys/wait.h" | ||
# -DHAVE_TZSET=0 if your system lacks a tzset function | ||
# -DHAVE_UNISTD_H=0 if your compiler lacks a "unistd.h" (Microsoft C++ 7?) | ||
# -DHAVE_UTMPX_H=1 if your compiler has a "utmpx.h" | ||
# -DNO_RUN_TIME_WARNINGS_ABOUT_YEAR_2000_PROBLEMS_THANK_YOU=1 | ||
# if you do not want run time warnings about formats that may cause | ||
# year 2000 grief | ||
|
@@ -147,7 +141,7 @@ LDLIBS= | |
# -DZIC_MAX_ABBR_LEN_WO_WARN=3 | ||
# (or some other number) to set the maximum time zone abbreviation length | ||
# that zic will accept without a warning (the default is 6) | ||
# $(GCC_DEBUG_FLAGS) if you are using GCC and want lots of checking | ||
# $(GCC_DEBUG_FLAGS) if you are using recent GCC and want lots of checking | ||
GCC_DEBUG_FLAGS = -Dlint -g3 -O3 -fno-common -fstrict-aliasing \ | ||
-Wall -Wextra \ | ||
-Wbad-function-cast -Wcast-align -Wdate-time \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.