Update.
1997-03-08 05:30 Ulrich Drepper <drepper@cygnus.com>
* argp/Makefile (routines): Add argp-eexst.
* argp/argp-ba.c (argp_program_bug_address): Make `const'.
* argp/argp-eexst.c: New file. Define exit status variable.
* argp/argp-help.c (__argp_state_help): Use argp_err_exit_status
variable instead of always exiting with value 1.
* argp/argp-pv.c (argp_program_version): Make `const'.
* argp/argp.h: Declare argp_err_exit_status.
Patches by Miles Bader <miles@gnu.ai.mit.edu>.
* locale/programs/localedef.c: Use argp_err_exit_status to
terminate with correct value.
* inet/rcmd.c (iruserok): Use euidaccess instead of half-hearted
switching of UID before opening .rhosts.
* libio/vsnprintf.c: Change implementation to follow ISO C 9X
proposal. The return value now is always the number of characters
which would be written if enough space is available.
* manual/stdio.texi: Update description for new behaviour.
* locale/locale.h (__locale_t): Don't use __locale_t for struct
name and pointer to struct since old gccs cannot keep the namespaces
apart. Rename struct to __locale_struct.
* locale/duplocale.h: Likewise.
* locale/newlocale.h: Likewise.
* math/Makefile (headers): Add complex.h and cmathcalls.h.
(routines): Remove w_cabs. Add conj, cimag, creal, and cabs.
* math/math.h: Undefine __MATHDECL_1, __MATHDECL, and __MATHCALL
after use.
(signgam): Move declaration to here from mathcalls.h.
* math/mathcalls.h (cabs, __cabs_complex, signgam): Remove definition.
Correct comment for fmin and fmax.
Start implementing complex math function from ISO C 9X.
* math/complex.h: New file.
* math/cmathcalls.h: New file.
* math/cabs.c: New file.
* math/cabsf.c: New file.
* math/cabsl.c: New file.
* math/cimag.c: New file.
* math/cimagf.c: New file.
* math/cimagl.c: New file.
* math/conj.c: New file.
* math/conjf.c: New file.
* math/conjl.c: New file.
* math/creal.c: New file.
* math/crealf.c: New file.
* math/creall.c: New file.
* sysdeps/libm-ieee754/w_cabs.c: Removed.
* sysdeps/libm-ieee754/w_cabsf.c: Removed.
* sysdeps/libm-ieee754/w_cabsl.c: Removed.
* posix/regex.c: Merge with regex sources from Arnold Robbins'
version in GNU awk.
* posix/regex.h: Likewise.
Add regex test suite by Tom Lord.
* posix/Makefile (distribute): Add TESTS, TESTS2C.sed, and testcases.h.
(tests): Add runtests.
(before-compile): Add testcases.h.
(testcases.h): New rule to generate header with tests.
* posix/TESTS: New file.
* posix/TESTS2C.sed.: New file.
* posix/runtests.c: New file.
* posix/testcases.h: New file.
* sysdeps/unix/sysv/linux/poll.c: Test whether poll syscall is
available and use fall-back implementation if not.
* sysdeps/unix/sysv/linux/syscalls.list: Sort entries.
* time/ialloc.c: Update from tzcode1997c.
* time/private.h: Likewise.
* time/scheck.c: Likewise.
* time/tzselect.ksh: Likewise.
* time/zdump.c: Likewise.
* time/zic.c: Likewise.
* time/tzfile.c: Pretty print.
1997-03-06 07:37 Geoff Keating <geoffk@ozemail.com.au>
Port to powerpc-*-linux-gnu. Slightly tested, under MkLinux,
on a 601.
* sysdeps/powerpc/Implies: Added.
* sysdeps/powerpc/__longjmp.S: Added.
* sysdeps/powerpc/__math.h: Added.
* sysdeps/powerpc/bsd-_setjmp.S: Added.
* sysdeps/powerpc/bsd-setjmp.S: Added.
* sysdeps/powerpc/dl-machine.h: Added.
* sysdeps/powerpc/ffs.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/powerpc/setjmp.S: Added.
* sysdeps/powerpc/strlen.s: Added.
* sysdeps/powerpc/elf/start.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/unix/sysv/linux/powerpc/Dist: Added.
* sysdeps/unix/sysv/linux/powerpc/_exit.S: Added.
* sysdeps/unix/sysv/linux/powerpc/brk.c: Added.
* sysdeps/unix/sysv/linux/powerpc/clone.S: Added.
* sysdeps/unix/sysv/linux/powerpc/init-first.h: Added.
* sysdeps/unix/sysv/linux/powerpc/ioctl-types.h: Added.
* sysdeps/unix/sysv/linux/powerpc/profil.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Added.
* sysdeps/unix/sysv/linux/powerpc/socket.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscall.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Added.
* sysdeps/unix/sysv/linux/powerpc/termbits.h: Added.
* sysdeps/unix/sysv/linux/powerpc/sys/syscall.h: Added.
1997-03-05 05:24 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-runtime.c (fixup): Add ELF_FIXUP_RETURNS_ADDRESS switch,
because knowing the first instruction of a PowerPC PLT trampoline
is not very helpful.
1997-03-04 08:04 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-load.c (ELF_PREFERRED_ADDRESS, ELF_PREFERRED_ADDRESS_DATA,
ELF_FIXED_ADDRESS): Added. These are for dl-machine.h to indicate
a preference as to where executables should be loaded.
1997-02-28 08:50 Geoff Keating <geoffk@ozemail.com.au>
* elf/elf.h: Add in all those PowerPC reloc types.
1997-02-24 07:12 Geoff Keating <geoffk@ozemail.com.au>
* stdio-common/vfscanf.c: Use __va_copy if available.
1997-03-06 13:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* malloc/malloc.c (mprotect) [_LIBC]: Define as __mprotect to
clean up namespace.
1997-03-07 14:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-ieee754/s_fpclassify.c (__fpclassify): Don't use
non-existing GET_WORDS macro, use EXTRACT_WORDS.
Reported by Andres Schwab <schwab@issan.informatik.uni-dortmund.de>.
1997-03-07 05:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/sigaction.c: The user- and
kernel-level sigaction structure is different. handle this
correctly.
Bug report by Andres Jaeger <jaeger@informatik.uni-kl.de>.
1997-03-06 05:55 David Engel <david@sw.ods.com>
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Also
recognize cache entries with flag == 3.
1997-03-06 01:05 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/netinet/in.h (INADDR_NONE): Cast to unsigned int.
(INADDR_LOOPBACK): Likewise.
* sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
* manual/socket.texi: Correct types of INADDR_* constants from
unsigned long to unsigned.
1997-03-05 23:14 Ulrich Drepper <drepper@cygnus.com>
* time/antarctica: Update from tzdata1997c.
* time/asia: Likewise.
* time/zone.tab: Likewise.
1997-03-05 00:43 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in (libc_cv_asm_symver_directive,
libc_cv_ld_version_script_option): Remove unknown instruction from
assembler test file.
1997-03-04 19:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/fpu/__math.h: Update feature tests to use
__USE_ISOC9X.
[__USE_ISOC9X]: Define __log2 and __exp2 inlines.
(fabs): Remove defininition, it is a gcc builtin.
(sqrt, __sqrt): Remove definition, they have wrappers in libm.
1997-03-04 10:11 H.J. Lu <hjl@lucon.org>
* sunrpc/Makefile ($(objpfx)rpc-proto.c): Create subdir before
generating file.
1997-03-05 03:59 Ulrich Drepper <drepper@cygnus.com>
* inet/rcmd.c (__ivaliduser): Don't use getline, but __getline
instead to avoid namespace problems.
Reported by David Mosberger-Tang <davidm@AZStarNet.COM>.
1997-03-03 19:01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* login/utmp_file.c: Fix previous change. Make portable by
checking the _HAVE_UT_* feature macros.
* libio/fileops.c (_IO_file_finish): Likewise.
1997-03-08 05:28:20 +00:00
|
|
|
# @(#)asia 7.28
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# This data is by no means authoritative; if you think you know better,
|
|
|
|
# go ahead and edit the file (and please send any changes to
|
|
|
|
# tz@elsie.nci.nih.gov for general use in the future).
|
|
|
|
|
1996-11-27 06:13:15 +00:00
|
|
|
# From Paul Eggert <eggert@twinsun.com> (1996-11-22):
|
1995-02-18 01:27:10 +00:00
|
|
|
#
|
|
|
|
# A good source for time zone historical data outside the U.S. is
|
|
|
|
# Thomas G. Shanks, The International Atlas (3rd edition),
|
|
|
|
# San Diego: ACS Publications, Inc. (1991).
|
|
|
|
# Except where otherwise noted, it is the source for the data below.
|
|
|
|
#
|
1996-11-27 06:13:15 +00:00
|
|
|
# Gwillim Law <LAW@encmail.encompass.com> writes that a good source
|
|
|
|
# for recent time zone data is the International Air Transport
|
|
|
|
# Association's Standard Schedules Information Manual (IATA SSIM),
|
|
|
|
# published semiannually. Law sent in several helpful summaries
|
|
|
|
# of the IATA's data after 1990.
|
|
|
|
#
|
|
|
|
# Except where otherwise noted, Shanks is the source for entries through 1990,
|
|
|
|
# and IATA SSIM is the source for entries after 1990.
|
|
|
|
#
|
1995-02-18 01:27:10 +00:00
|
|
|
# Another source occasionally used is Edward W. Whitman, World Time Differences,
|
|
|
|
# Whitman Publishing Co, 2 Niagara Av, Ealing, London (undated), which
|
|
|
|
# I found in the UCLA library.
|
|
|
|
#
|
|
|
|
# A reliable and entertaining source about time zones is
|
|
|
|
# Derek Howse, Greenwich time and the discovery of the longitude,
|
|
|
|
# Oxford University Press (1980).
|
|
|
|
#
|
|
|
|
# I invented the abbreviations marked `*' in the following table;
|
|
|
|
# the rest are from earlier versions of this file, or from other sources.
|
|
|
|
# Corrections are welcome!
|
|
|
|
# std dst
|
|
|
|
# LMT Local Mean Time
|
1996-09-10 02:00:15 +00:00
|
|
|
# 2:00 EET EEST Eastern European Time
|
1995-02-18 01:27:10 +00:00
|
|
|
# 2:00 IST IDT Israel
|
|
|
|
# 3:00 AST ADT Arabia*
|
1996-09-10 02:00:15 +00:00
|
|
|
# 4:00 GST Gulf*
|
|
|
|
# 5:30 IST India
|
1995-02-18 01:27:10 +00:00
|
|
|
# 7:00 ICT Indochina*
|
1996-09-10 02:00:15 +00:00
|
|
|
# 8:00 CST China
|
|
|
|
# 9:00 JST Japan
|
|
|
|
# 9:00 KST Korea
|
|
|
|
# 9:30 CST (Australian) Central Standard Time
|
1995-02-18 01:27:10 +00:00
|
|
|
#
|
|
|
|
# See the `europe' file for Russia and Turkey in Asia.
|
|
|
|
#
|
1996-09-10 02:00:15 +00:00
|
|
|
# See the `africa' file for time zone naming and abbreviation conventions.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# From Guy Harris:
|
|
|
|
# Incorporates data for Singapore from Robert Elz' asia 1.1, as well as
|
|
|
|
# additional information from Tom Yap, Sun Microsystems Intercontinental
|
|
|
|
# Technical Support (including a page from the Official Airline Guide -
|
|
|
|
# Worldwide Edition). The names for time zones are guesses.
|
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
|
1996-11-27 06:13:15 +00:00
|
|
|
# These rules are stolen from the `europe' file.
|
1995-02-18 01:27:10 +00:00
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
1996-11-27 06:13:15 +00:00
|
|
|
Rule EUAsia 1981 max - Mar lastSun 1:00u 1:00 S
|
|
|
|
Rule EUAsia 1996 max - Oct lastSun 1:00u 0 -
|
|
|
|
Rule E-EurAsia 1981 max - Mar lastSun 0:00 1:00 S
|
|
|
|
Rule E-EurAsia 1979 1995 - Sep lastSun 0:00 0 -
|
|
|
|
Rule E-EurAsia 1996 max - Oct lastSun 0:00 0 -
|
|
|
|
Rule RussiaAsia 1981 1984 - Apr 1 0:00 1:00 S
|
|
|
|
Rule RussiaAsia 1981 1983 - Oct 1 0:00 0 -
|
|
|
|
Rule RussiaAsia 1984 1991 - Sep lastSun 2:00s 0 -
|
|
|
|
Rule RussiaAsia 1985 1991 - Mar lastSun 2:00s 1:00 S
|
|
|
|
Rule RussiaAsia 1992 only - Mar lastSat 23:00 1:00 S
|
|
|
|
Rule RussiaAsia 1992 only - Sep lastSat 23:00 0 -
|
|
|
|
Rule RussiaAsia 1993 max - Mar lastSun 2:00s 1:00 S
|
|
|
|
Rule RussiaAsia 1993 1995 - Sep lastSun 2:00s 0 -
|
|
|
|
Rule RussiaAsia 1996 max - Oct lastSun 2:00s 0 -
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Afghanistan
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Kabul 4:36:48 - LMT 1890
|
1996-09-10 02:00:15 +00:00
|
|
|
4:00 - AFT 1945
|
1995-02-18 01:27:10 +00:00
|
|
|
4:30 - AFT
|
|
|
|
|
|
|
|
# Armenia
|
* time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
time/africa, time/asia, time/australasia, time/europe,
time/northamerica, time/southamerica: Updated from ADO 96h.
* Make-dist (all-headers): Filter $(sysdep_headers) out of $(headers).
(try-sysdeps, +sysdep-names): Check sysdeps/libm-ieee754 too.
* Makerules (distinfo-vars): Add sysdep_headers.
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to
this instead of $(headers).
* sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
* Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with
$(subdir); we are already there.
* sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: Removed.
1996-06-05 23:25:04 +00:00
|
|
|
# From Paul Eggert (1996-05-04):
|
|
|
|
# Shanks has Yerevan switching to 3:00 (with Russian DST) in spring 1991,
|
|
|
|
# but usno1995 has Armenia at 4:00 (with DST), and Edgar Der-Danieliantz
|
|
|
|
# <edd@AIC.NET> reported today that Yerevan probably won't use DST this year,
|
|
|
|
# though it did use DST in 1995. We guess Yerevan stayed in sync with Moscow
|
|
|
|
# between 1990 and 1995, but stopped using DST in 1996.
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Armenia 1991 1995 - Mar lastSun 2:00s 1:00 S
|
|
|
|
Rule Armenia 1991 1995 - Sep lastSun 2:00s 0 -
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Yerevan 2:58:00 - LMT 1924 May 2
|
1996-09-10 02:00:15 +00:00
|
|
|
3:00 - YERT 1957 Mar # Yerevan Time
|
|
|
|
4:00 RussiaAsia YER%sT 1991 Mar 31 2:00s
|
|
|
|
3:00 1:00 YERST 1991 Sep 23 # independence
|
|
|
|
3:00 Armenia AM%sT 1992 Jan 19 2:00s # Armenia Time
|
|
|
|
4:00 Armenia AM%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Azerbaijan
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Baku 3:19:24 - LMT 1924 May 2
|
1996-09-10 02:00:15 +00:00
|
|
|
3:00 - BAKT 1957 Mar # Baku Time
|
|
|
|
4:00 RussiaAsia BAK%sT 1991 Mar 31 2:00s
|
|
|
|
3:00 1:00 BAKST 1991 Aug 30 # independence
|
1996-11-27 06:13:15 +00:00
|
|
|
3:00 RussiaAsia AZ%sT 1992 Sep lastSun 2:00s
|
|
|
|
4:00 - AZT 1996 # Azerbaijan time
|
|
|
|
4:00 EUAsia AZ%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Bahrain
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Bahrain 3:22:20 - LMT 1920 # Al-Manamah
|
|
|
|
4:00 - GST 1972 Jun
|
|
|
|
3:00 - AST
|
|
|
|
|
|
|
|
# Bangladesh
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Dacca 6:01:40 - LMT 1890
|
1996-09-10 02:00:15 +00:00
|
|
|
5:53:20 - HMT 1941 Oct # Howrah Mean Time?
|
|
|
|
6:30 - BURT 1942 May 15 # Burma Time
|
1995-02-18 01:27:10 +00:00
|
|
|
5:30 - IST 1942 Sep
|
1996-09-10 02:00:15 +00:00
|
|
|
6:30 - BURT 1951 Sep 30
|
|
|
|
6:00 - DACT 1971 Mar 26 # Dacca Time
|
|
|
|
6:00 - BDT # Bangladesh Time
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Bhutan
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Thimbu 5:58:36 - LMT 1947 Aug 15
|
|
|
|
5:30 - IST 1987 Oct
|
1996-09-10 02:00:15 +00:00
|
|
|
6:00 - BTT # Bhutan Time
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# British Indian Ocean Territory
|
|
|
|
# From Whitman:
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
1996-09-10 02:00:15 +00:00
|
|
|
Zone Indian/Chagos 5:00 - IOT # BIOT Time
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Brunei
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Brunei 7:39:40 - LMT 1926 Mar # Bandar Seri Begawan
|
|
|
|
7:30 - BNT 1933
|
|
|
|
8:00 - BNT
|
|
|
|
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
# Burma / Myanmar
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
* time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
time/africa, time/asia, time/australasia, time/europe,
time/northamerica, time/southamerica: Updated from ADO 96h.
* Make-dist (all-headers): Filter $(sysdep_headers) out of $(headers).
(try-sysdeps, +sysdep-names): Check sysdeps/libm-ieee754 too.
* Makerules (distinfo-vars): Add sysdep_headers.
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to
this instead of $(headers).
* sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
* Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with
$(subdir); we are already there.
* sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: Removed.
1996-06-05 23:25:04 +00:00
|
|
|
Zone Asia/Rangoon 6:24:40 - LMT 1880 # or Yangon
|
1996-09-10 02:00:15 +00:00
|
|
|
6:24:36 - RMT 1920 # Rangoon Mean Time?
|
|
|
|
6:30 - BURT 1942 May # Burma Time
|
1995-02-18 01:27:10 +00:00
|
|
|
9:00 - JST 1945 May 3
|
1996-09-10 02:00:15 +00:00
|
|
|
6:30 - MMT # Myanmar Time
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Cambodia
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Phnom_Penh 6:59:40 - LMT 1906 Jun 9
|
1996-09-10 02:00:15 +00:00
|
|
|
7:06:20 - SMT 1911 Mar 11 0:01 # Saigon MT?
|
1995-02-18 01:27:10 +00:00
|
|
|
7:00 - ICT 1912 May
|
|
|
|
8:00 - ICT 1931 May
|
|
|
|
7:00 - ICT
|
|
|
|
|
|
|
|
# People's Republic of China
|
|
|
|
|
|
|
|
# From Guy Harris:
|
|
|
|
# People's Republic of China. Yes, they really have only one time zone.
|
|
|
|
|
1996-11-07 01:35:04 +00:00
|
|
|
# From Bob Devine (1988-01-28):
|
|
|
|
# No they don't. See TIME mag, 1986-02-17 p.52. Even though
|
1995-02-18 01:27:10 +00:00
|
|
|
# China is across 4 physical time zones, before Feb 1, 1986 only the
|
|
|
|
# Peking (Bejing) time zone was recognized. Since that date, China
|
|
|
|
# has two of 'em -- Peking's and Urumqi (named after the capital of
|
|
|
|
# the Xinjiang Uighur Autonomous Region). I don't know about DST for it.
|
|
|
|
#
|
|
|
|
# . . .I just deleted the DST table and this editor makes it too
|
|
|
|
# painful to suck in another copy.. So, here is what I have for
|
|
|
|
# DST start/end dates for Peking's time zone (info from AP):
|
|
|
|
#
|
|
|
|
# 1986 May 4 - Sept 14
|
|
|
|
# 1987 mid-April - ??
|
|
|
|
|
1996-11-07 01:35:04 +00:00
|
|
|
# From U. S. Naval Observatory (1989-01-19):
|
1995-02-18 01:27:10 +00:00
|
|
|
# CHINA 8 H AHEAD OF UTC ALL OF CHINA, INCL TAIWAN
|
|
|
|
# CHINA 9 H AHEAD OF UTC APR 17 - SEP 10
|
|
|
|
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
# From Paul Eggert <eggert@twinsun.com> (1995-12-19):
|
1996-09-10 02:00:15 +00:00
|
|
|
# Shanks writes that China has had a single time zone since 1980 May 1,
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
# observing summer DST from 1986 through 1991; this contradicts Devine's
|
1995-02-18 01:27:10 +00:00
|
|
|
# note about Time magazine, though apparently _something_ happened in 1986.
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
# Go with Shanks for now. I made up names for the other pre-1980 time zones.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# From Shanks (1991):
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
Rule Shang 1940 only - Jun 3 0:00 1:00 D
|
|
|
|
Rule Shang 1940 1941 - Oct 1 0:00 0 S
|
|
|
|
Rule Shang 1941 only - Mar 16 0:00 1:00 D
|
|
|
|
Rule PRC 1949 only - Jan 1 0:00 0 S
|
|
|
|
Rule PRC 1986 only - May 4 0:00 1:00 D
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
Rule PRC 1986 1991 - Sep Sun>=11 0:00 0 S
|
|
|
|
Rule PRC 1987 1991 - Apr Sun>=10 0:00 1:00 D
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Harbin 8:26:44 - LMT 1928
|
1996-09-10 02:00:15 +00:00
|
|
|
8:30 - HART 1932 Mar # Harbin Time
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
8:00 - CST 1940
|
1996-09-10 02:00:15 +00:00
|
|
|
9:00 - HART 1966 May
|
|
|
|
8:30 - HART 1980 May
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
8:00 PRC C%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
Zone Asia/Shanghai 8:05:52 - LMT 1928
|
|
|
|
8:00 Shang C%sT 1949
|
|
|
|
8:00 PRC C%sT
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
Zone Asia/Chungking 7:06:20 - LMT 1928
|
1996-09-10 02:00:15 +00:00
|
|
|
7:00 - CHUT 1980 May # Chungking Time
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
8:00 PRC C%sT
|
|
|
|
Zone Asia/Urumqi 5:50:20 - LMT 1928
|
1996-09-10 02:00:15 +00:00
|
|
|
6:00 - URUT 1980 May # Urumqi Time
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
8:00 PRC C%sT
|
|
|
|
Zone Asia/Kashgar 5:03:56 - LMT 1928
|
1996-09-10 02:00:15 +00:00
|
|
|
5:30 - KAST 1940 # Kashgar Time
|
|
|
|
5:00 - KAST 1980 May
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
8:00 PRC C%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# Republic of China
|
|
|
|
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
Rule Taiwan 1945 1951 - May 1 0:00 1:00 D
|
|
|
|
Rule Taiwan 1945 1951 - Oct 1 0:00 0 S
|
|
|
|
Rule Taiwan 1952 only - Mar 1 0:00 1:00 D
|
|
|
|
Rule Taiwan 1952 1954 - Nov 1 0:00 0 S
|
|
|
|
Rule Taiwan 1953 1959 - Apr 1 0:00 1:00 D
|
|
|
|
Rule Taiwan 1955 1961 - Oct 1 0:00 0 S
|
|
|
|
Rule Taiwan 1960 1961 - Jun 1 0:00 1:00 D
|
|
|
|
Rule Taiwan 1974 1975 - Apr 1 0:00 1:00 D
|
|
|
|
Rule Taiwan 1974 1975 - Oct 1 0:00 0 S
|
|
|
|
Rule Taiwan 1980 only - Jun 30 0:00 1:00 D
|
|
|
|
Rule Taiwan 1980 only - Sep 30 0:00 0 S
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Taipei 8:06:00 - LMT 1896
|
|
|
|
8:00 Taiwan C%sT
|
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
# Hong Kong
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
Rule HK 1946 only - Apr 20 3:30 1:00 S
|
|
|
|
Rule HK 1946 only - Dec 1 3:30 0 -
|
|
|
|
Rule HK 1947 only - Apr 13 3:30 1:00 S
|
|
|
|
Rule HK 1947 only - Dec 30 3:30 0 -
|
|
|
|
Rule HK 1948 only - May 2 3:30 1:00 S
|
|
|
|
Rule HK 1948 1952 - Oct lastSun 3:30 0 -
|
|
|
|
Rule HK 1949 1953 - Apr Sun>=1 3:30 1:00 S
|
|
|
|
Rule HK 1953 only - Nov 1 3:30 0 -
|
|
|
|
Rule HK 1954 1964 - Mar Sun>=18 3:30 1:00 S
|
|
|
|
Rule HK 1954 only - Oct 31 3:30 0 -
|
|
|
|
Rule HK 1955 1964 - Nov Sun>=1 3:30 0 -
|
|
|
|
Rule HK 1965 1977 - Apr Sun>=16 3:30 1:00 S
|
|
|
|
Rule HK 1965 1977 - Oct Sun>=16 3:30 0 -
|
|
|
|
Rule HK 1979 1980 - May Sun>=8 3:30 1:00 S
|
|
|
|
Rule HK 1979 1980 - Oct Sun>=16 3:30 0 -
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Hong_Kong 7:36:36 - LMT 1904 Oct 30
|
1996-09-10 02:00:15 +00:00
|
|
|
8:00 HK HK%sT 1997 Jul 1 # return to China
|
|
|
|
8:00 PRC C%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Macao
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Macao 1961 1962 - Mar Sun>=16 3:30 1:00 S
|
|
|
|
Rule Macao 1961 1964 - Nov Sun>=1 3:30 0 -
|
|
|
|
Rule Macao 1963 only - Mar Sun>=16 0:00 1:00 S
|
|
|
|
Rule Macao 1964 only - Mar Sun>=16 3:30 1:00 S
|
|
|
|
Rule Macao 1965 only - Mar Sun>=16 0:00 1:00 S
|
|
|
|
Rule Macao 1965 only - Oct 31 0:00 0 -
|
|
|
|
Rule Macao 1966 1971 - Apr Sun>=16 3:30 1:00 S
|
|
|
|
Rule Macao 1966 1971 - Oct Sun>=16 3:30 0 -
|
|
|
|
Rule Macao 1972 1974 - Apr Sun>=15 0:00 1:00 S
|
|
|
|
Rule Macao 1972 1973 - Oct Sun>=15 0:00 0 -
|
|
|
|
Rule Macao 1974 1977 - Oct Sun>=15 3:30 0 -
|
|
|
|
Rule Macao 1975 1977 - Apr Sun>=15 3:30 1:00 S
|
|
|
|
Rule Macao 1978 1980 - Apr Sun>=15 0:00 1:00 S
|
|
|
|
Rule Macao 1978 1980 - Oct Sun>=15 0:00 0 -
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Macao 7:34:20 - LMT 1912
|
1996-09-10 02:00:15 +00:00
|
|
|
8:00 Macao MO%sT 1999 Dec 20 # return to China
|
|
|
|
8:00 PRC C%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# Cyprus
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Cyprus 1975 only - Apr 13 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Cyprus 1975 only - Oct 12 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Cyprus 1976 only - May 15 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Cyprus 1976 only - Oct 11 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Cyprus 1977 1980 - Apr Sun>=1 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Cyprus 1977 only - Sep 25 0:00 0 -
|
|
|
|
Rule Cyprus 1978 only - Oct 2 0:00 0 -
|
|
|
|
Rule Cyprus 1979 max - Sep lastSun 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Cyprus 1981 max - Mar lastSun 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Nicosia 2:13:28 - LMT 1921 Nov 14
|
1996-09-10 02:00:15 +00:00
|
|
|
2:00 Cyprus EE%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Georgia
|
|
|
|
# From Paul Eggert <eggert@twinsun.com> (1994-11-19):
|
|
|
|
# Today's _Economist_ (p 60) reports that Georgia moved its clocks forward
|
|
|
|
# an hour recently, due to a law proposed by Zurab Murvanidze,
|
|
|
|
# an MP who went on a hunger strike for 11 days to force discussion about it!
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
# We have no details, but we'll guess they didn't move the clocks back in fall.
|
|
|
|
#
|
1996-11-27 06:13:15 +00:00
|
|
|
# From Mathew Englander <mathew@io.org>, quoting AP (1996-10-23 13:05-04):
|
|
|
|
# Instead of putting back clocks at the end of October, Georgia
|
|
|
|
# will stay on daylight savings time this winter to save energy,
|
|
|
|
# President Eduard Shevardnadze decreed Wednesday.
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Tbilisi 2:59:16 - LMT 1880
|
1996-09-10 02:00:15 +00:00
|
|
|
2:59:16 - TBMT 1924 May 2 # Tbilisi Mean Time
|
|
|
|
3:00 - TBIT 1957 Mar # Tbilisi Time
|
|
|
|
4:00 RussiaAsia TBI%sT 1991 Mar 31 2:00s
|
|
|
|
3:00 1:00 TBIST 1991 Apr 9 # independence
|
1996-11-27 06:13:15 +00:00
|
|
|
3:00 RussiaAsia GE%sT 1992 # Georgia Time
|
|
|
|
3:00 E-EurAsia GE%sT 1994 Sep lastSun
|
|
|
|
4:00 E-EurAsia GE%sT 1996 Oct lastSun
|
|
|
|
5:00 - GET
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# India
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Calcutta 5:53:28 - LMT 1880
|
1996-09-10 02:00:15 +00:00
|
|
|
5:53:20 - HMT 1941 Oct # Howrah Mean Time?
|
|
|
|
6:30 - BURT 1942 May 15 # Burma Time
|
1995-02-18 01:27:10 +00:00
|
|
|
5:30 - IST 1942 Sep
|
|
|
|
5:30 1:00 IST 1945 Oct 15
|
|
|
|
5:30 - IST
|
|
|
|
# The following are like Asia/Calcutta:
|
|
|
|
# Andaman Is
|
|
|
|
# Lakshadweep (Laccadive, Minicoy and Amindivi Is)
|
|
|
|
# Nicobar Is
|
|
|
|
|
|
|
|
# Indonesia
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Jakarta 7:07:12 - LMT 1867 Aug 10
|
1996-09-10 02:00:15 +00:00
|
|
|
7:07:12 - JMT 1924 Jan 1 0:13 # Jakarta MT
|
|
|
|
7:20 - JAVT 1932 Nov # Java Time
|
|
|
|
7:30 - JAVT 1942 Mar 23
|
1995-02-18 01:27:10 +00:00
|
|
|
9:00 - JST 1945 Aug
|
1996-09-10 02:00:15 +00:00
|
|
|
7:30 - JAVT 1948 May
|
|
|
|
8:00 - JAVT 1950 May
|
|
|
|
7:30 - JAVT 1964
|
|
|
|
7:00 - JAVT
|
1995-02-18 01:27:10 +00:00
|
|
|
Zone Asia/Ujung_Pandang 7:57:36 - LMT 1920
|
1996-09-10 02:00:15 +00:00
|
|
|
7:57:36 - MMT 1932 Nov # Macassar MT
|
|
|
|
8:00 - BORT 1942 Feb 9 # Borneo Time
|
1995-02-18 01:27:10 +00:00
|
|
|
9:00 - JST 1945 Aug
|
1996-09-10 02:00:15 +00:00
|
|
|
8:00 - BORT
|
1995-02-18 01:27:10 +00:00
|
|
|
Zone Asia/Jayapura 9:22:48 - LMT 1932 Nov
|
1996-09-10 02:00:15 +00:00
|
|
|
9:00 - JAYT 1944 # Jayapura Time
|
1995-02-18 01:27:10 +00:00
|
|
|
9:30 - CST 1964
|
1996-09-10 02:00:15 +00:00
|
|
|
9:00 - JAYT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Iran
|
1997-01-01 15:28:18 +00:00
|
|
|
# From Paul Eggert (1996-12-17), following up a suggestion by Rich Wales:
|
|
|
|
# Ahmad Alavi <URL:http://tehran.stanford.edu/Iran_Lib/Calendar/taghveem.txt>
|
|
|
|
# (1993-08-04) writes ``Daylight saving time in Iran starts from the first day
|
|
|
|
# of Farvardin and ends the first day of Mehr.'' This disagrees with the SSIM:
|
|
|
|
#
|
|
|
|
# DST start DST end
|
|
|
|
# year SSIM Alavi SSIM Alavi
|
|
|
|
# 1991 05-03!= 03-21 09-20!= 09-23
|
|
|
|
# 1992 03-22!= 03-21 09-23 09-23
|
|
|
|
# 1993 03-21 03-21 09-23 09-23
|
|
|
|
# 1994 03-21 03-21 09-22!= 09-23
|
|
|
|
# 1995 03-21 03-21 09-22!= 09-23
|
|
|
|
# 1996 03-21!= 03-20 09-21!= 09-22
|
|
|
|
# 1997 03-21 03-21 09-21!= 09-23
|
|
|
|
#
|
|
|
|
# Go with Alavi starting with 1992.
|
|
|
|
# I used Ed Reingold's cal-persia in GNU Emacs 19.34 to compute Persian dates.
|
|
|
|
# The Persian calendar is based on the sun, and dates after around 2050
|
|
|
|
# are approximate; stop after 2037 when 32-bit time_t's overflow.
|
|
|
|
#
|
1995-02-18 01:27:10 +00:00
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Iran 1978 1980 - Mar 21 0:00 1:00 S
|
|
|
|
Rule Iran 1978 only - Oct 21 0:00 0 -
|
|
|
|
Rule Iran 1979 only - Sep 19 0:00 0 -
|
|
|
|
Rule Iran 1980 only - Sep 23 0:00 0 -
|
1996-11-27 06:13:15 +00:00
|
|
|
Rule Iran 1991 only - May 3 0:00s 1:00 S
|
|
|
|
Rule Iran 1991 only - Sep 20 0:00s 0 -
|
1997-01-01 15:28:18 +00:00
|
|
|
Rule Iran 1992 1995 - Mar 21 0:00 1:00 S
|
|
|
|
Rule Iran 1992 1995 - Sep 23 0:00 0 -
|
|
|
|
Rule Iran 1996 only - Mar 20 0:00 1:00 S
|
|
|
|
Rule Iran 1996 only - Sep 22 0:00 0 -
|
|
|
|
Rule Iran 1997 1999 - Mar 21 0:00 1:00 S
|
|
|
|
Rule Iran 1997 1999 - Sep 23 0:00 0 -
|
|
|
|
Rule Iran 2000 only - Mar 20 0:00 1:00 S
|
|
|
|
Rule Iran 2000 only - Sep 22 0:00 0 -
|
|
|
|
Rule Iran 2001 2003 - Mar 21 0:00 1:00 S
|
|
|
|
Rule Iran 2001 2003 - Sep 23 0:00 0 -
|
|
|
|
Rule Iran 2004 only - Mar 20 0:00 1:00 S
|
|
|
|
Rule Iran 2004 only - Sep 22 0:00 0 -
|
|
|
|
Rule Iran 2005 2007 - Mar 21 0:00 1:00 S
|
|
|
|
Rule Iran 2005 2007 - Sep 23 0:00 0 -
|
|
|
|
Rule Iran 2008 only - Mar 20 0:00 1:00 S
|
|
|
|
Rule Iran 2008 only - Sep 22 0:00 0 -
|
|
|
|
Rule Iran 2009 2011 - Mar 21 0:00 1:00 S
|
|
|
|
Rule Iran 2009 2011 - Sep 23 0:00 0 -
|
|
|
|
Rule Iran 2012 only - Mar 20 0:00 1:00 S
|
|
|
|
Rule Iran 2012 only - Sep 22 0:00 0 -
|
|
|
|
Rule Iran 2013 2015 - Mar 21 0:00 1:00 S
|
|
|
|
Rule Iran 2013 2015 - Sep 23 0:00 0 -
|
|
|
|
Rule Iran 2016 only - Mar 20 0:00 1:00 S
|
|
|
|
Rule Iran 2016 only - Sep 22 0:00 0 -
|
|
|
|
Rule Iran 2017 2019 - Mar 21 0:00 1:00 S
|
|
|
|
Rule Iran 2017 2019 - Sep 23 0:00 0 -
|
|
|
|
Rule Iran 2020 only - Mar 20 0:00 1:00 S
|
|
|
|
Rule Iran 2020 only - Sep 22 0:00 0 -
|
|
|
|
Rule Iran 2021 2023 - Mar 21 0:00 1:00 S
|
|
|
|
Rule Iran 2021 2023 - Sep 23 0:00 0 -
|
|
|
|
Rule Iran 2024 2025 - Mar 20 0:00 1:00 S
|
|
|
|
Rule Iran 2024 2025 - Sep 22 0:00 0 -
|
|
|
|
Rule Iran 2026 2027 - Mar 21 0:00 1:00 S
|
|
|
|
Rule Iran 2026 2027 - Sep 23 0:00 0 -
|
|
|
|
Rule Iran 2028 2029 - Mar 20 0:00 1:00 S
|
|
|
|
Rule Iran 2028 2029 - Sep 22 0:00 0 -
|
|
|
|
Rule Iran 2030 2031 - Mar 21 0:00 1:00 S
|
|
|
|
Rule Iran 2030 2031 - Sep 23 0:00 0 -
|
|
|
|
Rule Iran 2032 2033 - Mar 20 0:00 1:00 S
|
|
|
|
Rule Iran 2032 2033 - Sep 22 0:00 0 -
|
|
|
|
Rule Iran 2034 2035 - Mar 21 0:00 1:00 S
|
|
|
|
Rule Iran 2034 2035 - Sep 23 0:00 0 -
|
|
|
|
Rule Iran 2036 2037 - Mar 20 0:00 1:00 S
|
|
|
|
Rule Iran 2036 2037 - Sep 22 0:00 0 -
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Tehran 3:25:44 - LMT 1916
|
1996-09-10 02:00:15 +00:00
|
|
|
3:25:44 - TMT 1946 # Tehran Mean Time
|
|
|
|
3:30 - IRT 1977 Nov
|
|
|
|
4:00 Iran IR%sT 1979
|
|
|
|
3:30 Iran IR%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Iraq
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
Rule Iraq 1982 only - May 1 0:00 1:00 D
|
|
|
|
Rule Iraq 1982 1984 - Oct 1 0:00 0 S
|
|
|
|
Rule Iraq 1983 only - Mar 31 0:00 1:00 D
|
|
|
|
Rule Iraq 1984 1985 - Apr 1 0:00 1:00 D
|
1996-11-27 06:13:15 +00:00
|
|
|
Rule Iraq 1985 1990 - Sep lastSun 1:00s 0 S
|
|
|
|
Rule Iraq 1986 1990 - Mar lastSun 1:00s 1:00 D
|
|
|
|
# IATA SSIM (1991/1996) says Apr 1 12:01am UTC; guess the `:01' is a typo.
|
|
|
|
Rule Iraq 1991 max - Apr 1 3:00s 1:00 D
|
|
|
|
Rule Iraq 1991 max - Oct 1 3:00s 0 D
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Baghdad 2:57:40 - LMT 1890
|
1996-09-10 02:00:15 +00:00
|
|
|
2:57:36 - BMT 1918 # Baghdad Mean Time?
|
1995-02-18 01:27:10 +00:00
|
|
|
3:00 - AST 1982 May
|
|
|
|
3:00 Iraq A%sT
|
|
|
|
|
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# Israel
|
|
|
|
|
1996-11-07 01:35:04 +00:00
|
|
|
# From U. S. Naval Observatory (1989-01-19):
|
1995-02-18 01:27:10 +00:00
|
|
|
# ISRAEL 2 H AHEAD OF UTC
|
|
|
|
# ISRAEL 3 H AHEAD OF UTC APR 10 - SEP 3
|
|
|
|
|
1996-11-07 01:35:04 +00:00
|
|
|
# From Paul Eggert <eggert@twinsun.com> (1993-11-18):
|
1995-02-18 01:27:10 +00:00
|
|
|
#
|
|
|
|
# Shanks gives the following rules for Jerusalem from 1918 through 1991.
|
|
|
|
# After 1989 Shanks often disagrees with Silverberg; we go with Silverberg.
|
|
|
|
|
|
|
|
# From Shanks (1991):
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
Rule Zion 1940 only - Jun 1 0:00 1:00 D
|
|
|
|
Rule Zion 1942 1944 - Nov 1 0:00 0 S
|
|
|
|
Rule Zion 1943 only - Apr 1 2:00 1:00 D
|
|
|
|
Rule Zion 1944 only - Apr 1 0:00 1:00 D
|
|
|
|
Rule Zion 1945 only - Apr 16 0:00 1:00 D
|
|
|
|
Rule Zion 1945 only - Nov 1 2:00 0 S
|
|
|
|
Rule Zion 1946 only - Apr 16 2:00 1:00 D
|
|
|
|
Rule Zion 1946 only - Nov 1 0:00 0 S
|
|
|
|
Rule Zion 1948 only - May 23 0:00 2:00 DD
|
|
|
|
Rule Zion 1948 only - Sep 1 0:00 1:00 D
|
|
|
|
Rule Zion 1948 1949 - Nov 1 2:00 0 S
|
|
|
|
Rule Zion 1949 only - May 1 0:00 1:00 D
|
|
|
|
Rule Zion 1950 only - Apr 16 0:00 1:00 D
|
|
|
|
Rule Zion 1950 only - Sep 15 3:00 0 S
|
|
|
|
Rule Zion 1951 only - Apr 1 0:00 1:00 D
|
|
|
|
Rule Zion 1951 only - Nov 11 3:00 0 S
|
|
|
|
Rule Zion 1952 only - Apr 20 2:00 1:00 D
|
|
|
|
Rule Zion 1952 only - Oct 19 3:00 0 S
|
|
|
|
Rule Zion 1953 only - Apr 12 2:00 1:00 D
|
|
|
|
Rule Zion 1953 only - Sep 13 3:00 0 S
|
|
|
|
Rule Zion 1954 only - Jun 13 0:00 1:00 D
|
|
|
|
Rule Zion 1954 only - Sep 12 0:00 0 S
|
|
|
|
Rule Zion 1955 only - Jun 11 2:00 1:00 D
|
|
|
|
Rule Zion 1955 only - Sep 11 0:00 0 S
|
|
|
|
Rule Zion 1956 only - Jun 3 0:00 1:00 D
|
|
|
|
Rule Zion 1956 only - Sep 30 3:00 0 S
|
|
|
|
Rule Zion 1957 only - Apr 29 2:00 1:00 D
|
|
|
|
Rule Zion 1957 only - Sep 22 0:00 0 S
|
|
|
|
Rule Zion 1974 only - Jul 7 0:00 1:00 D
|
|
|
|
Rule Zion 1974 only - Oct 13 0:00 0 S
|
|
|
|
Rule Zion 1975 only - Apr 20 0:00 1:00 D
|
|
|
|
Rule Zion 1975 only - Aug 31 0:00 0 S
|
|
|
|
Rule Zion 1985 only - Apr 14 0:00 1:00 D
|
|
|
|
Rule Zion 1985 only - Sep 15 0:00 0 S
|
|
|
|
Rule Zion 1986 only - May 18 0:00 1:00 D
|
|
|
|
Rule Zion 1986 only - Sep 7 0:00 0 S
|
|
|
|
Rule Zion 1987 only - Apr 15 0:00 1:00 D
|
|
|
|
Rule Zion 1987 only - Sep 13 0:00 0 S
|
|
|
|
Rule Zion 1988 only - Apr 9 0:00 1:00 D
|
|
|
|
Rule Zion 1988 only - Sep 3 0:00 0 S
|
|
|
|
|
Update.
1997-03-08 05:30 Ulrich Drepper <drepper@cygnus.com>
* argp/Makefile (routines): Add argp-eexst.
* argp/argp-ba.c (argp_program_bug_address): Make `const'.
* argp/argp-eexst.c: New file. Define exit status variable.
* argp/argp-help.c (__argp_state_help): Use argp_err_exit_status
variable instead of always exiting with value 1.
* argp/argp-pv.c (argp_program_version): Make `const'.
* argp/argp.h: Declare argp_err_exit_status.
Patches by Miles Bader <miles@gnu.ai.mit.edu>.
* locale/programs/localedef.c: Use argp_err_exit_status to
terminate with correct value.
* inet/rcmd.c (iruserok): Use euidaccess instead of half-hearted
switching of UID before opening .rhosts.
* libio/vsnprintf.c: Change implementation to follow ISO C 9X
proposal. The return value now is always the number of characters
which would be written if enough space is available.
* manual/stdio.texi: Update description for new behaviour.
* locale/locale.h (__locale_t): Don't use __locale_t for struct
name and pointer to struct since old gccs cannot keep the namespaces
apart. Rename struct to __locale_struct.
* locale/duplocale.h: Likewise.
* locale/newlocale.h: Likewise.
* math/Makefile (headers): Add complex.h and cmathcalls.h.
(routines): Remove w_cabs. Add conj, cimag, creal, and cabs.
* math/math.h: Undefine __MATHDECL_1, __MATHDECL, and __MATHCALL
after use.
(signgam): Move declaration to here from mathcalls.h.
* math/mathcalls.h (cabs, __cabs_complex, signgam): Remove definition.
Correct comment for fmin and fmax.
Start implementing complex math function from ISO C 9X.
* math/complex.h: New file.
* math/cmathcalls.h: New file.
* math/cabs.c: New file.
* math/cabsf.c: New file.
* math/cabsl.c: New file.
* math/cimag.c: New file.
* math/cimagf.c: New file.
* math/cimagl.c: New file.
* math/conj.c: New file.
* math/conjf.c: New file.
* math/conjl.c: New file.
* math/creal.c: New file.
* math/crealf.c: New file.
* math/creall.c: New file.
* sysdeps/libm-ieee754/w_cabs.c: Removed.
* sysdeps/libm-ieee754/w_cabsf.c: Removed.
* sysdeps/libm-ieee754/w_cabsl.c: Removed.
* posix/regex.c: Merge with regex sources from Arnold Robbins'
version in GNU awk.
* posix/regex.h: Likewise.
Add regex test suite by Tom Lord.
* posix/Makefile (distribute): Add TESTS, TESTS2C.sed, and testcases.h.
(tests): Add runtests.
(before-compile): Add testcases.h.
(testcases.h): New rule to generate header with tests.
* posix/TESTS: New file.
* posix/TESTS2C.sed.: New file.
* posix/runtests.c: New file.
* posix/testcases.h: New file.
* sysdeps/unix/sysv/linux/poll.c: Test whether poll syscall is
available and use fall-back implementation if not.
* sysdeps/unix/sysv/linux/syscalls.list: Sort entries.
* time/ialloc.c: Update from tzcode1997c.
* time/private.h: Likewise.
* time/scheck.c: Likewise.
* time/tzselect.ksh: Likewise.
* time/zdump.c: Likewise.
* time/zic.c: Likewise.
* time/tzfile.c: Pretty print.
1997-03-06 07:37 Geoff Keating <geoffk@ozemail.com.au>
Port to powerpc-*-linux-gnu. Slightly tested, under MkLinux,
on a 601.
* sysdeps/powerpc/Implies: Added.
* sysdeps/powerpc/__longjmp.S: Added.
* sysdeps/powerpc/__math.h: Added.
* sysdeps/powerpc/bsd-_setjmp.S: Added.
* sysdeps/powerpc/bsd-setjmp.S: Added.
* sysdeps/powerpc/dl-machine.h: Added.
* sysdeps/powerpc/ffs.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/powerpc/setjmp.S: Added.
* sysdeps/powerpc/strlen.s: Added.
* sysdeps/powerpc/elf/start.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/unix/sysv/linux/powerpc/Dist: Added.
* sysdeps/unix/sysv/linux/powerpc/_exit.S: Added.
* sysdeps/unix/sysv/linux/powerpc/brk.c: Added.
* sysdeps/unix/sysv/linux/powerpc/clone.S: Added.
* sysdeps/unix/sysv/linux/powerpc/init-first.h: Added.
* sysdeps/unix/sysv/linux/powerpc/ioctl-types.h: Added.
* sysdeps/unix/sysv/linux/powerpc/profil.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Added.
* sysdeps/unix/sysv/linux/powerpc/socket.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscall.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Added.
* sysdeps/unix/sysv/linux/powerpc/termbits.h: Added.
* sysdeps/unix/sysv/linux/powerpc/sys/syscall.h: Added.
1997-03-05 05:24 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-runtime.c (fixup): Add ELF_FIXUP_RETURNS_ADDRESS switch,
because knowing the first instruction of a PowerPC PLT trampoline
is not very helpful.
1997-03-04 08:04 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-load.c (ELF_PREFERRED_ADDRESS, ELF_PREFERRED_ADDRESS_DATA,
ELF_FIXED_ADDRESS): Added. These are for dl-machine.h to indicate
a preference as to where executables should be loaded.
1997-02-28 08:50 Geoff Keating <geoffk@ozemail.com.au>
* elf/elf.h: Add in all those PowerPC reloc types.
1997-02-24 07:12 Geoff Keating <geoffk@ozemail.com.au>
* stdio-common/vfscanf.c: Use __va_copy if available.
1997-03-06 13:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* malloc/malloc.c (mprotect) [_LIBC]: Define as __mprotect to
clean up namespace.
1997-03-07 14:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-ieee754/s_fpclassify.c (__fpclassify): Don't use
non-existing GET_WORDS macro, use EXTRACT_WORDS.
Reported by Andres Schwab <schwab@issan.informatik.uni-dortmund.de>.
1997-03-07 05:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/sigaction.c: The user- and
kernel-level sigaction structure is different. handle this
correctly.
Bug report by Andres Jaeger <jaeger@informatik.uni-kl.de>.
1997-03-06 05:55 David Engel <david@sw.ods.com>
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Also
recognize cache entries with flag == 3.
1997-03-06 01:05 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/netinet/in.h (INADDR_NONE): Cast to unsigned int.
(INADDR_LOOPBACK): Likewise.
* sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
* manual/socket.texi: Correct types of INADDR_* constants from
unsigned long to unsigned.
1997-03-05 23:14 Ulrich Drepper <drepper@cygnus.com>
* time/antarctica: Update from tzdata1997c.
* time/asia: Likewise.
* time/zone.tab: Likewise.
1997-03-05 00:43 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in (libc_cv_asm_symver_directive,
libc_cv_ld_version_script_option): Remove unknown instruction from
assembler test file.
1997-03-04 19:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/fpu/__math.h: Update feature tests to use
__USE_ISOC9X.
[__USE_ISOC9X]: Define __log2 and __exp2 inlines.
(fabs): Remove defininition, it is a gcc builtin.
(sqrt, __sqrt): Remove definition, they have wrappers in libm.
1997-03-04 10:11 H.J. Lu <hjl@lucon.org>
* sunrpc/Makefile ($(objpfx)rpc-proto.c): Create subdir before
generating file.
1997-03-05 03:59 Ulrich Drepper <drepper@cygnus.com>
* inet/rcmd.c (__ivaliduser): Don't use getline, but __getline
instead to avoid namespace problems.
Reported by David Mosberger-Tang <davidm@AZStarNet.COM>.
1997-03-03 19:01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* login/utmp_file.c: Fix previous change. Make portable by
checking the _HAVE_UT_* feature macros.
* libio/fileops.c (_IO_file_finish): Likewise.
1997-03-08 05:28:20 +00:00
|
|
|
# From Ephraim Silverberg (ephraim@cs.huji.ac.il), 1997-03-04:
|
|
|
|
|
|
|
|
# Zone Information Compiler (ZIC) File for the State of Israel (1989-2009)
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
# According to the Office of the Secretary General of the Ministry of
|
|
|
|
# Interior, there is NO set rule for Daylight-Savings/Standard time changes.
|
|
|
|
# Each year they decide anew what havoc to wreak on the country. However,
|
|
|
|
# there is a "supposed" set of rules which is subject to change depending
|
|
|
|
# on the party the Minister of Interior, the size of the coalition
|
|
|
|
# government, the phase of the moon and the direction of the wind. Hence,
|
|
|
|
# changes may need to be made on a semi-annual basis. One thing is entrenched
|
1995-09-21 16:21:49 +00:00
|
|
|
# in law, however: that there must be at least 150 days of daylight savings
|
Update.
1997-03-08 05:30 Ulrich Drepper <drepper@cygnus.com>
* argp/Makefile (routines): Add argp-eexst.
* argp/argp-ba.c (argp_program_bug_address): Make `const'.
* argp/argp-eexst.c: New file. Define exit status variable.
* argp/argp-help.c (__argp_state_help): Use argp_err_exit_status
variable instead of always exiting with value 1.
* argp/argp-pv.c (argp_program_version): Make `const'.
* argp/argp.h: Declare argp_err_exit_status.
Patches by Miles Bader <miles@gnu.ai.mit.edu>.
* locale/programs/localedef.c: Use argp_err_exit_status to
terminate with correct value.
* inet/rcmd.c (iruserok): Use euidaccess instead of half-hearted
switching of UID before opening .rhosts.
* libio/vsnprintf.c: Change implementation to follow ISO C 9X
proposal. The return value now is always the number of characters
which would be written if enough space is available.
* manual/stdio.texi: Update description for new behaviour.
* locale/locale.h (__locale_t): Don't use __locale_t for struct
name and pointer to struct since old gccs cannot keep the namespaces
apart. Rename struct to __locale_struct.
* locale/duplocale.h: Likewise.
* locale/newlocale.h: Likewise.
* math/Makefile (headers): Add complex.h and cmathcalls.h.
(routines): Remove w_cabs. Add conj, cimag, creal, and cabs.
* math/math.h: Undefine __MATHDECL_1, __MATHDECL, and __MATHCALL
after use.
(signgam): Move declaration to here from mathcalls.h.
* math/mathcalls.h (cabs, __cabs_complex, signgam): Remove definition.
Correct comment for fmin and fmax.
Start implementing complex math function from ISO C 9X.
* math/complex.h: New file.
* math/cmathcalls.h: New file.
* math/cabs.c: New file.
* math/cabsf.c: New file.
* math/cabsl.c: New file.
* math/cimag.c: New file.
* math/cimagf.c: New file.
* math/cimagl.c: New file.
* math/conj.c: New file.
* math/conjf.c: New file.
* math/conjl.c: New file.
* math/creal.c: New file.
* math/crealf.c: New file.
* math/creall.c: New file.
* sysdeps/libm-ieee754/w_cabs.c: Removed.
* sysdeps/libm-ieee754/w_cabsf.c: Removed.
* sysdeps/libm-ieee754/w_cabsl.c: Removed.
* posix/regex.c: Merge with regex sources from Arnold Robbins'
version in GNU awk.
* posix/regex.h: Likewise.
Add regex test suite by Tom Lord.
* posix/Makefile (distribute): Add TESTS, TESTS2C.sed, and testcases.h.
(tests): Add runtests.
(before-compile): Add testcases.h.
(testcases.h): New rule to generate header with tests.
* posix/TESTS: New file.
* posix/TESTS2C.sed.: New file.
* posix/runtests.c: New file.
* posix/testcases.h: New file.
* sysdeps/unix/sysv/linux/poll.c: Test whether poll syscall is
available and use fall-back implementation if not.
* sysdeps/unix/sysv/linux/syscalls.list: Sort entries.
* time/ialloc.c: Update from tzcode1997c.
* time/private.h: Likewise.
* time/scheck.c: Likewise.
* time/tzselect.ksh: Likewise.
* time/zdump.c: Likewise.
* time/zic.c: Likewise.
* time/tzfile.c: Pretty print.
1997-03-06 07:37 Geoff Keating <geoffk@ozemail.com.au>
Port to powerpc-*-linux-gnu. Slightly tested, under MkLinux,
on a 601.
* sysdeps/powerpc/Implies: Added.
* sysdeps/powerpc/__longjmp.S: Added.
* sysdeps/powerpc/__math.h: Added.
* sysdeps/powerpc/bsd-_setjmp.S: Added.
* sysdeps/powerpc/bsd-setjmp.S: Added.
* sysdeps/powerpc/dl-machine.h: Added.
* sysdeps/powerpc/ffs.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/powerpc/setjmp.S: Added.
* sysdeps/powerpc/strlen.s: Added.
* sysdeps/powerpc/elf/start.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/unix/sysv/linux/powerpc/Dist: Added.
* sysdeps/unix/sysv/linux/powerpc/_exit.S: Added.
* sysdeps/unix/sysv/linux/powerpc/brk.c: Added.
* sysdeps/unix/sysv/linux/powerpc/clone.S: Added.
* sysdeps/unix/sysv/linux/powerpc/init-first.h: Added.
* sysdeps/unix/sysv/linux/powerpc/ioctl-types.h: Added.
* sysdeps/unix/sysv/linux/powerpc/profil.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Added.
* sysdeps/unix/sysv/linux/powerpc/socket.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscall.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Added.
* sysdeps/unix/sysv/linux/powerpc/termbits.h: Added.
* sysdeps/unix/sysv/linux/powerpc/sys/syscall.h: Added.
1997-03-05 05:24 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-runtime.c (fixup): Add ELF_FIXUP_RETURNS_ADDRESS switch,
because knowing the first instruction of a PowerPC PLT trampoline
is not very helpful.
1997-03-04 08:04 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-load.c (ELF_PREFERRED_ADDRESS, ELF_PREFERRED_ADDRESS_DATA,
ELF_FIXED_ADDRESS): Added. These are for dl-machine.h to indicate
a preference as to where executables should be loaded.
1997-02-28 08:50 Geoff Keating <geoffk@ozemail.com.au>
* elf/elf.h: Add in all those PowerPC reloc types.
1997-02-24 07:12 Geoff Keating <geoffk@ozemail.com.au>
* stdio-common/vfscanf.c: Use __va_copy if available.
1997-03-06 13:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* malloc/malloc.c (mprotect) [_LIBC]: Define as __mprotect to
clean up namespace.
1997-03-07 14:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-ieee754/s_fpclassify.c (__fpclassify): Don't use
non-existing GET_WORDS macro, use EXTRACT_WORDS.
Reported by Andres Schwab <schwab@issan.informatik.uni-dortmund.de>.
1997-03-07 05:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/sigaction.c: The user- and
kernel-level sigaction structure is different. handle this
correctly.
Bug report by Andres Jaeger <jaeger@informatik.uni-kl.de>.
1997-03-06 05:55 David Engel <david@sw.ods.com>
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Also
recognize cache entries with flag == 3.
1997-03-06 01:05 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/netinet/in.h (INADDR_NONE): Cast to unsigned int.
(INADDR_LOOPBACK): Likewise.
* sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
* manual/socket.texi: Correct types of INADDR_* constants from
unsigned long to unsigned.
1997-03-05 23:14 Ulrich Drepper <drepper@cygnus.com>
* time/antarctica: Update from tzdata1997c.
* time/asia: Likewise.
* time/zone.tab: Likewise.
1997-03-05 00:43 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in (libc_cv_asm_symver_directive,
libc_cv_ld_version_script_option): Remove unknown instruction from
assembler test file.
1997-03-04 19:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/fpu/__math.h: Update feature tests to use
__USE_ISOC9X.
[__USE_ISOC9X]: Define __log2 and __exp2 inlines.
(fabs): Remove defininition, it is a gcc builtin.
(sqrt, __sqrt): Remove definition, they have wrappers in libm.
1997-03-04 10:11 H.J. Lu <hjl@lucon.org>
* sunrpc/Makefile ($(objpfx)rpc-proto.c): Create subdir before
generating file.
1997-03-05 03:59 Ulrich Drepper <drepper@cygnus.com>
* inet/rcmd.c (__ivaliduser): Don't use getline, but __getline
instead to avoid namespace problems.
Reported by David Mosberger-Tang <davidm@AZStarNet.COM>.
1997-03-03 19:01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* login/utmp_file.c: Fix previous change. Make portable by
checking the _HAVE_UT_* feature macros.
* libio/fileops.c (_IO_file_finish): Likewise.
1997-03-08 05:28:20 +00:00
|
|
|
# time annually. Ever since 1993, the change to daylight savings time is
|
|
|
|
# on a Thursday night from midnight IST to 1 a.m IDT. The change back to
|
|
|
|
# standard time is on a Saturday night from midnight daylight savings time
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
# to 11 p.m. standard time. 1996 is an exception to this rule where the
|
Update.
1997-03-08 05:30 Ulrich Drepper <drepper@cygnus.com>
* argp/Makefile (routines): Add argp-eexst.
* argp/argp-ba.c (argp_program_bug_address): Make `const'.
* argp/argp-eexst.c: New file. Define exit status variable.
* argp/argp-help.c (__argp_state_help): Use argp_err_exit_status
variable instead of always exiting with value 1.
* argp/argp-pv.c (argp_program_version): Make `const'.
* argp/argp.h: Declare argp_err_exit_status.
Patches by Miles Bader <miles@gnu.ai.mit.edu>.
* locale/programs/localedef.c: Use argp_err_exit_status to
terminate with correct value.
* inet/rcmd.c (iruserok): Use euidaccess instead of half-hearted
switching of UID before opening .rhosts.
* libio/vsnprintf.c: Change implementation to follow ISO C 9X
proposal. The return value now is always the number of characters
which would be written if enough space is available.
* manual/stdio.texi: Update description for new behaviour.
* locale/locale.h (__locale_t): Don't use __locale_t for struct
name and pointer to struct since old gccs cannot keep the namespaces
apart. Rename struct to __locale_struct.
* locale/duplocale.h: Likewise.
* locale/newlocale.h: Likewise.
* math/Makefile (headers): Add complex.h and cmathcalls.h.
(routines): Remove w_cabs. Add conj, cimag, creal, and cabs.
* math/math.h: Undefine __MATHDECL_1, __MATHDECL, and __MATHCALL
after use.
(signgam): Move declaration to here from mathcalls.h.
* math/mathcalls.h (cabs, __cabs_complex, signgam): Remove definition.
Correct comment for fmin and fmax.
Start implementing complex math function from ISO C 9X.
* math/complex.h: New file.
* math/cmathcalls.h: New file.
* math/cabs.c: New file.
* math/cabsf.c: New file.
* math/cabsl.c: New file.
* math/cimag.c: New file.
* math/cimagf.c: New file.
* math/cimagl.c: New file.
* math/conj.c: New file.
* math/conjf.c: New file.
* math/conjl.c: New file.
* math/creal.c: New file.
* math/crealf.c: New file.
* math/creall.c: New file.
* sysdeps/libm-ieee754/w_cabs.c: Removed.
* sysdeps/libm-ieee754/w_cabsf.c: Removed.
* sysdeps/libm-ieee754/w_cabsl.c: Removed.
* posix/regex.c: Merge with regex sources from Arnold Robbins'
version in GNU awk.
* posix/regex.h: Likewise.
Add regex test suite by Tom Lord.
* posix/Makefile (distribute): Add TESTS, TESTS2C.sed, and testcases.h.
(tests): Add runtests.
(before-compile): Add testcases.h.
(testcases.h): New rule to generate header with tests.
* posix/TESTS: New file.
* posix/TESTS2C.sed.: New file.
* posix/runtests.c: New file.
* posix/testcases.h: New file.
* sysdeps/unix/sysv/linux/poll.c: Test whether poll syscall is
available and use fall-back implementation if not.
* sysdeps/unix/sysv/linux/syscalls.list: Sort entries.
* time/ialloc.c: Update from tzcode1997c.
* time/private.h: Likewise.
* time/scheck.c: Likewise.
* time/tzselect.ksh: Likewise.
* time/zdump.c: Likewise.
* time/zic.c: Likewise.
* time/tzfile.c: Pretty print.
1997-03-06 07:37 Geoff Keating <geoffk@ozemail.com.au>
Port to powerpc-*-linux-gnu. Slightly tested, under MkLinux,
on a 601.
* sysdeps/powerpc/Implies: Added.
* sysdeps/powerpc/__longjmp.S: Added.
* sysdeps/powerpc/__math.h: Added.
* sysdeps/powerpc/bsd-_setjmp.S: Added.
* sysdeps/powerpc/bsd-setjmp.S: Added.
* sysdeps/powerpc/dl-machine.h: Added.
* sysdeps/powerpc/ffs.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/powerpc/setjmp.S: Added.
* sysdeps/powerpc/strlen.s: Added.
* sysdeps/powerpc/elf/start.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/unix/sysv/linux/powerpc/Dist: Added.
* sysdeps/unix/sysv/linux/powerpc/_exit.S: Added.
* sysdeps/unix/sysv/linux/powerpc/brk.c: Added.
* sysdeps/unix/sysv/linux/powerpc/clone.S: Added.
* sysdeps/unix/sysv/linux/powerpc/init-first.h: Added.
* sysdeps/unix/sysv/linux/powerpc/ioctl-types.h: Added.
* sysdeps/unix/sysv/linux/powerpc/profil.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Added.
* sysdeps/unix/sysv/linux/powerpc/socket.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscall.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Added.
* sysdeps/unix/sysv/linux/powerpc/termbits.h: Added.
* sysdeps/unix/sysv/linux/powerpc/sys/syscall.h: Added.
1997-03-05 05:24 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-runtime.c (fixup): Add ELF_FIXUP_RETURNS_ADDRESS switch,
because knowing the first instruction of a PowerPC PLT trampoline
is not very helpful.
1997-03-04 08:04 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-load.c (ELF_PREFERRED_ADDRESS, ELF_PREFERRED_ADDRESS_DATA,
ELF_FIXED_ADDRESS): Added. These are for dl-machine.h to indicate
a preference as to where executables should be loaded.
1997-02-28 08:50 Geoff Keating <geoffk@ozemail.com.au>
* elf/elf.h: Add in all those PowerPC reloc types.
1997-02-24 07:12 Geoff Keating <geoffk@ozemail.com.au>
* stdio-common/vfscanf.c: Use __va_copy if available.
1997-03-06 13:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* malloc/malloc.c (mprotect) [_LIBC]: Define as __mprotect to
clean up namespace.
1997-03-07 14:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-ieee754/s_fpclassify.c (__fpclassify): Don't use
non-existing GET_WORDS macro, use EXTRACT_WORDS.
Reported by Andres Schwab <schwab@issan.informatik.uni-dortmund.de>.
1997-03-07 05:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/sigaction.c: The user- and
kernel-level sigaction structure is different. handle this
correctly.
Bug report by Andres Jaeger <jaeger@informatik.uni-kl.de>.
1997-03-06 05:55 David Engel <david@sw.ods.com>
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Also
recognize cache entries with flag == 3.
1997-03-06 01:05 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/netinet/in.h (INADDR_NONE): Cast to unsigned int.
(INADDR_LOOPBACK): Likewise.
* sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
* manual/socket.texi: Correct types of INADDR_* constants from
unsigned long to unsigned.
1997-03-05 23:14 Ulrich Drepper <drepper@cygnus.com>
* time/antarctica: Update from tzdata1997c.
* time/asia: Likewise.
* time/zone.tab: Likewise.
1997-03-05 00:43 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in (libc_cv_asm_symver_directive,
libc_cv_ld_version_script_option): Remove unknown instruction from
assembler test file.
1997-03-04 19:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/fpu/__math.h: Update feature tests to use
__USE_ISOC9X.
[__USE_ISOC9X]: Define __log2 and __exp2 inlines.
(fabs): Remove defininition, it is a gcc builtin.
(sqrt, __sqrt): Remove definition, they have wrappers in libm.
1997-03-04 10:11 H.J. Lu <hjl@lucon.org>
* sunrpc/Makefile ($(objpfx)rpc-proto.c): Create subdir before
generating file.
1997-03-05 03:59 Ulrich Drepper <drepper@cygnus.com>
* inet/rcmd.c (__ivaliduser): Don't use getline, but __getline
instead to avoid namespace problems.
Reported by David Mosberger-Tang <davidm@AZStarNet.COM>.
1997-03-03 19:01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* login/utmp_file.c: Fix previous change. Make portable by
checking the _HAVE_UT_* feature macros.
* libio/fileops.c (_IO_file_finish): Likewise.
1997-03-08 05:28:20 +00:00
|
|
|
# change back to standard time took place on Sunday night instead of Saturday
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
# night to avoid conflicts with the Jewish New Year.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
Update.
1997-03-08 05:30 Ulrich Drepper <drepper@cygnus.com>
* argp/Makefile (routines): Add argp-eexst.
* argp/argp-ba.c (argp_program_bug_address): Make `const'.
* argp/argp-eexst.c: New file. Define exit status variable.
* argp/argp-help.c (__argp_state_help): Use argp_err_exit_status
variable instead of always exiting with value 1.
* argp/argp-pv.c (argp_program_version): Make `const'.
* argp/argp.h: Declare argp_err_exit_status.
Patches by Miles Bader <miles@gnu.ai.mit.edu>.
* locale/programs/localedef.c: Use argp_err_exit_status to
terminate with correct value.
* inet/rcmd.c (iruserok): Use euidaccess instead of half-hearted
switching of UID before opening .rhosts.
* libio/vsnprintf.c: Change implementation to follow ISO C 9X
proposal. The return value now is always the number of characters
which would be written if enough space is available.
* manual/stdio.texi: Update description for new behaviour.
* locale/locale.h (__locale_t): Don't use __locale_t for struct
name and pointer to struct since old gccs cannot keep the namespaces
apart. Rename struct to __locale_struct.
* locale/duplocale.h: Likewise.
* locale/newlocale.h: Likewise.
* math/Makefile (headers): Add complex.h and cmathcalls.h.
(routines): Remove w_cabs. Add conj, cimag, creal, and cabs.
* math/math.h: Undefine __MATHDECL_1, __MATHDECL, and __MATHCALL
after use.
(signgam): Move declaration to here from mathcalls.h.
* math/mathcalls.h (cabs, __cabs_complex, signgam): Remove definition.
Correct comment for fmin and fmax.
Start implementing complex math function from ISO C 9X.
* math/complex.h: New file.
* math/cmathcalls.h: New file.
* math/cabs.c: New file.
* math/cabsf.c: New file.
* math/cabsl.c: New file.
* math/cimag.c: New file.
* math/cimagf.c: New file.
* math/cimagl.c: New file.
* math/conj.c: New file.
* math/conjf.c: New file.
* math/conjl.c: New file.
* math/creal.c: New file.
* math/crealf.c: New file.
* math/creall.c: New file.
* sysdeps/libm-ieee754/w_cabs.c: Removed.
* sysdeps/libm-ieee754/w_cabsf.c: Removed.
* sysdeps/libm-ieee754/w_cabsl.c: Removed.
* posix/regex.c: Merge with regex sources from Arnold Robbins'
version in GNU awk.
* posix/regex.h: Likewise.
Add regex test suite by Tom Lord.
* posix/Makefile (distribute): Add TESTS, TESTS2C.sed, and testcases.h.
(tests): Add runtests.
(before-compile): Add testcases.h.
(testcases.h): New rule to generate header with tests.
* posix/TESTS: New file.
* posix/TESTS2C.sed.: New file.
* posix/runtests.c: New file.
* posix/testcases.h: New file.
* sysdeps/unix/sysv/linux/poll.c: Test whether poll syscall is
available and use fall-back implementation if not.
* sysdeps/unix/sysv/linux/syscalls.list: Sort entries.
* time/ialloc.c: Update from tzcode1997c.
* time/private.h: Likewise.
* time/scheck.c: Likewise.
* time/tzselect.ksh: Likewise.
* time/zdump.c: Likewise.
* time/zic.c: Likewise.
* time/tzfile.c: Pretty print.
1997-03-06 07:37 Geoff Keating <geoffk@ozemail.com.au>
Port to powerpc-*-linux-gnu. Slightly tested, under MkLinux,
on a 601.
* sysdeps/powerpc/Implies: Added.
* sysdeps/powerpc/__longjmp.S: Added.
* sysdeps/powerpc/__math.h: Added.
* sysdeps/powerpc/bsd-_setjmp.S: Added.
* sysdeps/powerpc/bsd-setjmp.S: Added.
* sysdeps/powerpc/dl-machine.h: Added.
* sysdeps/powerpc/ffs.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/powerpc/setjmp.S: Added.
* sysdeps/powerpc/strlen.s: Added.
* sysdeps/powerpc/elf/start.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/unix/sysv/linux/powerpc/Dist: Added.
* sysdeps/unix/sysv/linux/powerpc/_exit.S: Added.
* sysdeps/unix/sysv/linux/powerpc/brk.c: Added.
* sysdeps/unix/sysv/linux/powerpc/clone.S: Added.
* sysdeps/unix/sysv/linux/powerpc/init-first.h: Added.
* sysdeps/unix/sysv/linux/powerpc/ioctl-types.h: Added.
* sysdeps/unix/sysv/linux/powerpc/profil.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Added.
* sysdeps/unix/sysv/linux/powerpc/socket.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscall.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Added.
* sysdeps/unix/sysv/linux/powerpc/termbits.h: Added.
* sysdeps/unix/sysv/linux/powerpc/sys/syscall.h: Added.
1997-03-05 05:24 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-runtime.c (fixup): Add ELF_FIXUP_RETURNS_ADDRESS switch,
because knowing the first instruction of a PowerPC PLT trampoline
is not very helpful.
1997-03-04 08:04 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-load.c (ELF_PREFERRED_ADDRESS, ELF_PREFERRED_ADDRESS_DATA,
ELF_FIXED_ADDRESS): Added. These are for dl-machine.h to indicate
a preference as to where executables should be loaded.
1997-02-28 08:50 Geoff Keating <geoffk@ozemail.com.au>
* elf/elf.h: Add in all those PowerPC reloc types.
1997-02-24 07:12 Geoff Keating <geoffk@ozemail.com.au>
* stdio-common/vfscanf.c: Use __va_copy if available.
1997-03-06 13:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* malloc/malloc.c (mprotect) [_LIBC]: Define as __mprotect to
clean up namespace.
1997-03-07 14:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-ieee754/s_fpclassify.c (__fpclassify): Don't use
non-existing GET_WORDS macro, use EXTRACT_WORDS.
Reported by Andres Schwab <schwab@issan.informatik.uni-dortmund.de>.
1997-03-07 05:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/sigaction.c: The user- and
kernel-level sigaction structure is different. handle this
correctly.
Bug report by Andres Jaeger <jaeger@informatik.uni-kl.de>.
1997-03-06 05:55 David Engel <david@sw.ods.com>
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Also
recognize cache entries with flag == 3.
1997-03-06 01:05 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/netinet/in.h (INADDR_NONE): Cast to unsigned int.
(INADDR_LOOPBACK): Likewise.
* sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
* manual/socket.texi: Correct types of INADDR_* constants from
unsigned long to unsigned.
1997-03-05 23:14 Ulrich Drepper <drepper@cygnus.com>
* time/antarctica: Update from tzdata1997c.
* time/asia: Likewise.
* time/zone.tab: Likewise.
1997-03-05 00:43 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in (libc_cv_asm_symver_directive,
libc_cv_ld_version_script_option): Remove unknown instruction from
assembler test file.
1997-03-04 19:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/fpu/__math.h: Update feature tests to use
__USE_ISOC9X.
[__USE_ISOC9X]: Define __log2 and __exp2 inlines.
(fabs): Remove defininition, it is a gcc builtin.
(sqrt, __sqrt): Remove definition, they have wrappers in libm.
1997-03-04 10:11 H.J. Lu <hjl@lucon.org>
* sunrpc/Makefile ($(objpfx)rpc-proto.c): Create subdir before
generating file.
1997-03-05 03:59 Ulrich Drepper <drepper@cygnus.com>
* inet/rcmd.c (__ivaliduser): Don't use getline, but __getline
instead to avoid namespace problems.
Reported by David Mosberger-Tang <davidm@AZStarNet.COM>.
1997-03-03 19:01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* login/utmp_file.c: Fix previous change. Make portable by
checking the _HAVE_UT_* feature macros.
* libio/fileops.c (_IO_file_finish): Likewise.
1997-03-08 05:28:20 +00:00
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
Rule Zion 1989 only - Apr 30 0:00 1:00 D
|
|
|
|
Rule Zion 1989 only - Sep 3 0:00 0:00 S
|
|
|
|
Rule Zion 1990 only - Mar 25 0:00 1:00 D
|
|
|
|
Rule Zion 1990 only - Aug 26 0:00 0:00 S
|
|
|
|
Rule Zion 1991 only - Mar 24 0:00 1:00 D
|
|
|
|
Rule Zion 1991 only - Sep 1 0:00 0:00 S
|
|
|
|
Rule Zion 1992 only - Mar 29 0:00 1:00 D
|
|
|
|
Rule Zion 1992 only - Sep 6 0:00 0:00 S
|
|
|
|
Rule Zion 1993 only - Apr 2 0:00 1:00 D
|
|
|
|
Rule Zion 1993 only - Sep 5 0:00 0:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
|
1995-09-21 16:21:49 +00:00
|
|
|
# The dates for 1994-1995 were obtained from Office of the Spokeswoman for the
|
|
|
|
# Ministry of Interior, Jerusalem, Israel. The spokeswoman can be reached by
|
Update.
1997-03-08 05:30 Ulrich Drepper <drepper@cygnus.com>
* argp/Makefile (routines): Add argp-eexst.
* argp/argp-ba.c (argp_program_bug_address): Make `const'.
* argp/argp-eexst.c: New file. Define exit status variable.
* argp/argp-help.c (__argp_state_help): Use argp_err_exit_status
variable instead of always exiting with value 1.
* argp/argp-pv.c (argp_program_version): Make `const'.
* argp/argp.h: Declare argp_err_exit_status.
Patches by Miles Bader <miles@gnu.ai.mit.edu>.
* locale/programs/localedef.c: Use argp_err_exit_status to
terminate with correct value.
* inet/rcmd.c (iruserok): Use euidaccess instead of half-hearted
switching of UID before opening .rhosts.
* libio/vsnprintf.c: Change implementation to follow ISO C 9X
proposal. The return value now is always the number of characters
which would be written if enough space is available.
* manual/stdio.texi: Update description for new behaviour.
* locale/locale.h (__locale_t): Don't use __locale_t for struct
name and pointer to struct since old gccs cannot keep the namespaces
apart. Rename struct to __locale_struct.
* locale/duplocale.h: Likewise.
* locale/newlocale.h: Likewise.
* math/Makefile (headers): Add complex.h and cmathcalls.h.
(routines): Remove w_cabs. Add conj, cimag, creal, and cabs.
* math/math.h: Undefine __MATHDECL_1, __MATHDECL, and __MATHCALL
after use.
(signgam): Move declaration to here from mathcalls.h.
* math/mathcalls.h (cabs, __cabs_complex, signgam): Remove definition.
Correct comment for fmin and fmax.
Start implementing complex math function from ISO C 9X.
* math/complex.h: New file.
* math/cmathcalls.h: New file.
* math/cabs.c: New file.
* math/cabsf.c: New file.
* math/cabsl.c: New file.
* math/cimag.c: New file.
* math/cimagf.c: New file.
* math/cimagl.c: New file.
* math/conj.c: New file.
* math/conjf.c: New file.
* math/conjl.c: New file.
* math/creal.c: New file.
* math/crealf.c: New file.
* math/creall.c: New file.
* sysdeps/libm-ieee754/w_cabs.c: Removed.
* sysdeps/libm-ieee754/w_cabsf.c: Removed.
* sysdeps/libm-ieee754/w_cabsl.c: Removed.
* posix/regex.c: Merge with regex sources from Arnold Robbins'
version in GNU awk.
* posix/regex.h: Likewise.
Add regex test suite by Tom Lord.
* posix/Makefile (distribute): Add TESTS, TESTS2C.sed, and testcases.h.
(tests): Add runtests.
(before-compile): Add testcases.h.
(testcases.h): New rule to generate header with tests.
* posix/TESTS: New file.
* posix/TESTS2C.sed.: New file.
* posix/runtests.c: New file.
* posix/testcases.h: New file.
* sysdeps/unix/sysv/linux/poll.c: Test whether poll syscall is
available and use fall-back implementation if not.
* sysdeps/unix/sysv/linux/syscalls.list: Sort entries.
* time/ialloc.c: Update from tzcode1997c.
* time/private.h: Likewise.
* time/scheck.c: Likewise.
* time/tzselect.ksh: Likewise.
* time/zdump.c: Likewise.
* time/zic.c: Likewise.
* time/tzfile.c: Pretty print.
1997-03-06 07:37 Geoff Keating <geoffk@ozemail.com.au>
Port to powerpc-*-linux-gnu. Slightly tested, under MkLinux,
on a 601.
* sysdeps/powerpc/Implies: Added.
* sysdeps/powerpc/__longjmp.S: Added.
* sysdeps/powerpc/__math.h: Added.
* sysdeps/powerpc/bsd-_setjmp.S: Added.
* sysdeps/powerpc/bsd-setjmp.S: Added.
* sysdeps/powerpc/dl-machine.h: Added.
* sysdeps/powerpc/ffs.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/powerpc/setjmp.S: Added.
* sysdeps/powerpc/strlen.s: Added.
* sysdeps/powerpc/elf/start.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/unix/sysv/linux/powerpc/Dist: Added.
* sysdeps/unix/sysv/linux/powerpc/_exit.S: Added.
* sysdeps/unix/sysv/linux/powerpc/brk.c: Added.
* sysdeps/unix/sysv/linux/powerpc/clone.S: Added.
* sysdeps/unix/sysv/linux/powerpc/init-first.h: Added.
* sysdeps/unix/sysv/linux/powerpc/ioctl-types.h: Added.
* sysdeps/unix/sysv/linux/powerpc/profil.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Added.
* sysdeps/unix/sysv/linux/powerpc/socket.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscall.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Added.
* sysdeps/unix/sysv/linux/powerpc/termbits.h: Added.
* sysdeps/unix/sysv/linux/powerpc/sys/syscall.h: Added.
1997-03-05 05:24 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-runtime.c (fixup): Add ELF_FIXUP_RETURNS_ADDRESS switch,
because knowing the first instruction of a PowerPC PLT trampoline
is not very helpful.
1997-03-04 08:04 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-load.c (ELF_PREFERRED_ADDRESS, ELF_PREFERRED_ADDRESS_DATA,
ELF_FIXED_ADDRESS): Added. These are for dl-machine.h to indicate
a preference as to where executables should be loaded.
1997-02-28 08:50 Geoff Keating <geoffk@ozemail.com.au>
* elf/elf.h: Add in all those PowerPC reloc types.
1997-02-24 07:12 Geoff Keating <geoffk@ozemail.com.au>
* stdio-common/vfscanf.c: Use __va_copy if available.
1997-03-06 13:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* malloc/malloc.c (mprotect) [_LIBC]: Define as __mprotect to
clean up namespace.
1997-03-07 14:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-ieee754/s_fpclassify.c (__fpclassify): Don't use
non-existing GET_WORDS macro, use EXTRACT_WORDS.
Reported by Andres Schwab <schwab@issan.informatik.uni-dortmund.de>.
1997-03-07 05:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/sigaction.c: The user- and
kernel-level sigaction structure is different. handle this
correctly.
Bug report by Andres Jaeger <jaeger@informatik.uni-kl.de>.
1997-03-06 05:55 David Engel <david@sw.ods.com>
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Also
recognize cache entries with flag == 3.
1997-03-06 01:05 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/netinet/in.h (INADDR_NONE): Cast to unsigned int.
(INADDR_LOOPBACK): Likewise.
* sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
* manual/socket.texi: Correct types of INADDR_* constants from
unsigned long to unsigned.
1997-03-05 23:14 Ulrich Drepper <drepper@cygnus.com>
* time/antarctica: Update from tzdata1997c.
* time/asia: Likewise.
* time/zone.tab: Likewise.
1997-03-05 00:43 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in (libc_cv_asm_symver_directive,
libc_cv_ld_version_script_option): Remove unknown instruction from
assembler test file.
1997-03-04 19:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/fpu/__math.h: Update feature tests to use
__USE_ISOC9X.
[__USE_ISOC9X]: Define __log2 and __exp2 inlines.
(fabs): Remove defininition, it is a gcc builtin.
(sqrt, __sqrt): Remove definition, they have wrappers in libm.
1997-03-04 10:11 H.J. Lu <hjl@lucon.org>
* sunrpc/Makefile ($(objpfx)rpc-proto.c): Create subdir before
generating file.
1997-03-05 03:59 Ulrich Drepper <drepper@cygnus.com>
* inet/rcmd.c (__ivaliduser): Don't use getline, but __getline
instead to avoid namespace problems.
Reported by David Mosberger-Tang <davidm@AZStarNet.COM>.
1997-03-03 19:01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* login/utmp_file.c: Fix previous change. Make portable by
checking the _HAVE_UT_* feature macros.
* libio/fileops.c (_IO_file_finish): Likewise.
1997-03-08 05:28:20 +00:00
|
|
|
# calling the office directly at 972-2-6701447 or 972-2-6701448.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
Update.
1997-03-08 05:30 Ulrich Drepper <drepper@cygnus.com>
* argp/Makefile (routines): Add argp-eexst.
* argp/argp-ba.c (argp_program_bug_address): Make `const'.
* argp/argp-eexst.c: New file. Define exit status variable.
* argp/argp-help.c (__argp_state_help): Use argp_err_exit_status
variable instead of always exiting with value 1.
* argp/argp-pv.c (argp_program_version): Make `const'.
* argp/argp.h: Declare argp_err_exit_status.
Patches by Miles Bader <miles@gnu.ai.mit.edu>.
* locale/programs/localedef.c: Use argp_err_exit_status to
terminate with correct value.
* inet/rcmd.c (iruserok): Use euidaccess instead of half-hearted
switching of UID before opening .rhosts.
* libio/vsnprintf.c: Change implementation to follow ISO C 9X
proposal. The return value now is always the number of characters
which would be written if enough space is available.
* manual/stdio.texi: Update description for new behaviour.
* locale/locale.h (__locale_t): Don't use __locale_t for struct
name and pointer to struct since old gccs cannot keep the namespaces
apart. Rename struct to __locale_struct.
* locale/duplocale.h: Likewise.
* locale/newlocale.h: Likewise.
* math/Makefile (headers): Add complex.h and cmathcalls.h.
(routines): Remove w_cabs. Add conj, cimag, creal, and cabs.
* math/math.h: Undefine __MATHDECL_1, __MATHDECL, and __MATHCALL
after use.
(signgam): Move declaration to here from mathcalls.h.
* math/mathcalls.h (cabs, __cabs_complex, signgam): Remove definition.
Correct comment for fmin and fmax.
Start implementing complex math function from ISO C 9X.
* math/complex.h: New file.
* math/cmathcalls.h: New file.
* math/cabs.c: New file.
* math/cabsf.c: New file.
* math/cabsl.c: New file.
* math/cimag.c: New file.
* math/cimagf.c: New file.
* math/cimagl.c: New file.
* math/conj.c: New file.
* math/conjf.c: New file.
* math/conjl.c: New file.
* math/creal.c: New file.
* math/crealf.c: New file.
* math/creall.c: New file.
* sysdeps/libm-ieee754/w_cabs.c: Removed.
* sysdeps/libm-ieee754/w_cabsf.c: Removed.
* sysdeps/libm-ieee754/w_cabsl.c: Removed.
* posix/regex.c: Merge with regex sources from Arnold Robbins'
version in GNU awk.
* posix/regex.h: Likewise.
Add regex test suite by Tom Lord.
* posix/Makefile (distribute): Add TESTS, TESTS2C.sed, and testcases.h.
(tests): Add runtests.
(before-compile): Add testcases.h.
(testcases.h): New rule to generate header with tests.
* posix/TESTS: New file.
* posix/TESTS2C.sed.: New file.
* posix/runtests.c: New file.
* posix/testcases.h: New file.
* sysdeps/unix/sysv/linux/poll.c: Test whether poll syscall is
available and use fall-back implementation if not.
* sysdeps/unix/sysv/linux/syscalls.list: Sort entries.
* time/ialloc.c: Update from tzcode1997c.
* time/private.h: Likewise.
* time/scheck.c: Likewise.
* time/tzselect.ksh: Likewise.
* time/zdump.c: Likewise.
* time/zic.c: Likewise.
* time/tzfile.c: Pretty print.
1997-03-06 07:37 Geoff Keating <geoffk@ozemail.com.au>
Port to powerpc-*-linux-gnu. Slightly tested, under MkLinux,
on a 601.
* sysdeps/powerpc/Implies: Added.
* sysdeps/powerpc/__longjmp.S: Added.
* sysdeps/powerpc/__math.h: Added.
* sysdeps/powerpc/bsd-_setjmp.S: Added.
* sysdeps/powerpc/bsd-setjmp.S: Added.
* sysdeps/powerpc/dl-machine.h: Added.
* sysdeps/powerpc/ffs.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/powerpc/setjmp.S: Added.
* sysdeps/powerpc/strlen.s: Added.
* sysdeps/powerpc/elf/start.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/unix/sysv/linux/powerpc/Dist: Added.
* sysdeps/unix/sysv/linux/powerpc/_exit.S: Added.
* sysdeps/unix/sysv/linux/powerpc/brk.c: Added.
* sysdeps/unix/sysv/linux/powerpc/clone.S: Added.
* sysdeps/unix/sysv/linux/powerpc/init-first.h: Added.
* sysdeps/unix/sysv/linux/powerpc/ioctl-types.h: Added.
* sysdeps/unix/sysv/linux/powerpc/profil.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Added.
* sysdeps/unix/sysv/linux/powerpc/socket.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscall.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Added.
* sysdeps/unix/sysv/linux/powerpc/termbits.h: Added.
* sysdeps/unix/sysv/linux/powerpc/sys/syscall.h: Added.
1997-03-05 05:24 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-runtime.c (fixup): Add ELF_FIXUP_RETURNS_ADDRESS switch,
because knowing the first instruction of a PowerPC PLT trampoline
is not very helpful.
1997-03-04 08:04 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-load.c (ELF_PREFERRED_ADDRESS, ELF_PREFERRED_ADDRESS_DATA,
ELF_FIXED_ADDRESS): Added. These are for dl-machine.h to indicate
a preference as to where executables should be loaded.
1997-02-28 08:50 Geoff Keating <geoffk@ozemail.com.au>
* elf/elf.h: Add in all those PowerPC reloc types.
1997-02-24 07:12 Geoff Keating <geoffk@ozemail.com.au>
* stdio-common/vfscanf.c: Use __va_copy if available.
1997-03-06 13:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* malloc/malloc.c (mprotect) [_LIBC]: Define as __mprotect to
clean up namespace.
1997-03-07 14:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-ieee754/s_fpclassify.c (__fpclassify): Don't use
non-existing GET_WORDS macro, use EXTRACT_WORDS.
Reported by Andres Schwab <schwab@issan.informatik.uni-dortmund.de>.
1997-03-07 05:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/sigaction.c: The user- and
kernel-level sigaction structure is different. handle this
correctly.
Bug report by Andres Jaeger <jaeger@informatik.uni-kl.de>.
1997-03-06 05:55 David Engel <david@sw.ods.com>
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Also
recognize cache entries with flag == 3.
1997-03-06 01:05 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/netinet/in.h (INADDR_NONE): Cast to unsigned int.
(INADDR_LOOPBACK): Likewise.
* sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
* manual/socket.texi: Correct types of INADDR_* constants from
unsigned long to unsigned.
1997-03-05 23:14 Ulrich Drepper <drepper@cygnus.com>
* time/antarctica: Update from tzdata1997c.
* time/asia: Likewise.
* time/zone.tab: Likewise.
1997-03-05 00:43 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in (libc_cv_asm_symver_directive,
libc_cv_ld_version_script_option): Remove unknown instruction from
assembler test file.
1997-03-04 19:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/fpu/__math.h: Update feature tests to use
__USE_ISOC9X.
[__USE_ISOC9X]: Define __log2 and __exp2 inlines.
(fabs): Remove defininition, it is a gcc builtin.
(sqrt, __sqrt): Remove definition, they have wrappers in libm.
1997-03-04 10:11 H.J. Lu <hjl@lucon.org>
* sunrpc/Makefile ($(objpfx)rpc-proto.c): Create subdir before
generating file.
1997-03-05 03:59 Ulrich Drepper <drepper@cygnus.com>
* inet/rcmd.c (__ivaliduser): Don't use getline, but __getline
instead to avoid namespace problems.
Reported by David Mosberger-Tang <davidm@AZStarNet.COM>.
1997-03-03 19:01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* login/utmp_file.c: Fix previous change. Make portable by
checking the _HAVE_UT_* feature macros.
* libio/fileops.c (_IO_file_finish): Likewise.
1997-03-08 05:28:20 +00:00
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
Rule Zion 1994 only - Apr 1 0:00 1:00 D
|
|
|
|
Rule Zion 1994 only - Aug 28 0:00 0:00 S
|
|
|
|
Rule Zion 1995 only - Mar 31 0:00 1:00 D
|
|
|
|
Rule Zion 1995 only - Sep 3 0:00 0:00 S
|
|
|
|
|
|
|
|
# The dates for 1996 were determined by the Minister of Interior of the
|
|
|
|
# time, Haim Ramon. The official announcement regarding 1996-1998
|
|
|
|
# (with the dates for 1997 no longer being relevant) can be viewed at:
|
1995-09-21 16:21:49 +00:00
|
|
|
#
|
Update.
1997-03-08 05:30 Ulrich Drepper <drepper@cygnus.com>
* argp/Makefile (routines): Add argp-eexst.
* argp/argp-ba.c (argp_program_bug_address): Make `const'.
* argp/argp-eexst.c: New file. Define exit status variable.
* argp/argp-help.c (__argp_state_help): Use argp_err_exit_status
variable instead of always exiting with value 1.
* argp/argp-pv.c (argp_program_version): Make `const'.
* argp/argp.h: Declare argp_err_exit_status.
Patches by Miles Bader <miles@gnu.ai.mit.edu>.
* locale/programs/localedef.c: Use argp_err_exit_status to
terminate with correct value.
* inet/rcmd.c (iruserok): Use euidaccess instead of half-hearted
switching of UID before opening .rhosts.
* libio/vsnprintf.c: Change implementation to follow ISO C 9X
proposal. The return value now is always the number of characters
which would be written if enough space is available.
* manual/stdio.texi: Update description for new behaviour.
* locale/locale.h (__locale_t): Don't use __locale_t for struct
name and pointer to struct since old gccs cannot keep the namespaces
apart. Rename struct to __locale_struct.
* locale/duplocale.h: Likewise.
* locale/newlocale.h: Likewise.
* math/Makefile (headers): Add complex.h and cmathcalls.h.
(routines): Remove w_cabs. Add conj, cimag, creal, and cabs.
* math/math.h: Undefine __MATHDECL_1, __MATHDECL, and __MATHCALL
after use.
(signgam): Move declaration to here from mathcalls.h.
* math/mathcalls.h (cabs, __cabs_complex, signgam): Remove definition.
Correct comment for fmin and fmax.
Start implementing complex math function from ISO C 9X.
* math/complex.h: New file.
* math/cmathcalls.h: New file.
* math/cabs.c: New file.
* math/cabsf.c: New file.
* math/cabsl.c: New file.
* math/cimag.c: New file.
* math/cimagf.c: New file.
* math/cimagl.c: New file.
* math/conj.c: New file.
* math/conjf.c: New file.
* math/conjl.c: New file.
* math/creal.c: New file.
* math/crealf.c: New file.
* math/creall.c: New file.
* sysdeps/libm-ieee754/w_cabs.c: Removed.
* sysdeps/libm-ieee754/w_cabsf.c: Removed.
* sysdeps/libm-ieee754/w_cabsl.c: Removed.
* posix/regex.c: Merge with regex sources from Arnold Robbins'
version in GNU awk.
* posix/regex.h: Likewise.
Add regex test suite by Tom Lord.
* posix/Makefile (distribute): Add TESTS, TESTS2C.sed, and testcases.h.
(tests): Add runtests.
(before-compile): Add testcases.h.
(testcases.h): New rule to generate header with tests.
* posix/TESTS: New file.
* posix/TESTS2C.sed.: New file.
* posix/runtests.c: New file.
* posix/testcases.h: New file.
* sysdeps/unix/sysv/linux/poll.c: Test whether poll syscall is
available and use fall-back implementation if not.
* sysdeps/unix/sysv/linux/syscalls.list: Sort entries.
* time/ialloc.c: Update from tzcode1997c.
* time/private.h: Likewise.
* time/scheck.c: Likewise.
* time/tzselect.ksh: Likewise.
* time/zdump.c: Likewise.
* time/zic.c: Likewise.
* time/tzfile.c: Pretty print.
1997-03-06 07:37 Geoff Keating <geoffk@ozemail.com.au>
Port to powerpc-*-linux-gnu. Slightly tested, under MkLinux,
on a 601.
* sysdeps/powerpc/Implies: Added.
* sysdeps/powerpc/__longjmp.S: Added.
* sysdeps/powerpc/__math.h: Added.
* sysdeps/powerpc/bsd-_setjmp.S: Added.
* sysdeps/powerpc/bsd-setjmp.S: Added.
* sysdeps/powerpc/dl-machine.h: Added.
* sysdeps/powerpc/ffs.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/powerpc/setjmp.S: Added.
* sysdeps/powerpc/strlen.s: Added.
* sysdeps/powerpc/elf/start.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/unix/sysv/linux/powerpc/Dist: Added.
* sysdeps/unix/sysv/linux/powerpc/_exit.S: Added.
* sysdeps/unix/sysv/linux/powerpc/brk.c: Added.
* sysdeps/unix/sysv/linux/powerpc/clone.S: Added.
* sysdeps/unix/sysv/linux/powerpc/init-first.h: Added.
* sysdeps/unix/sysv/linux/powerpc/ioctl-types.h: Added.
* sysdeps/unix/sysv/linux/powerpc/profil.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Added.
* sysdeps/unix/sysv/linux/powerpc/socket.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscall.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Added.
* sysdeps/unix/sysv/linux/powerpc/termbits.h: Added.
* sysdeps/unix/sysv/linux/powerpc/sys/syscall.h: Added.
1997-03-05 05:24 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-runtime.c (fixup): Add ELF_FIXUP_RETURNS_ADDRESS switch,
because knowing the first instruction of a PowerPC PLT trampoline
is not very helpful.
1997-03-04 08:04 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-load.c (ELF_PREFERRED_ADDRESS, ELF_PREFERRED_ADDRESS_DATA,
ELF_FIXED_ADDRESS): Added. These are for dl-machine.h to indicate
a preference as to where executables should be loaded.
1997-02-28 08:50 Geoff Keating <geoffk@ozemail.com.au>
* elf/elf.h: Add in all those PowerPC reloc types.
1997-02-24 07:12 Geoff Keating <geoffk@ozemail.com.au>
* stdio-common/vfscanf.c: Use __va_copy if available.
1997-03-06 13:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* malloc/malloc.c (mprotect) [_LIBC]: Define as __mprotect to
clean up namespace.
1997-03-07 14:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-ieee754/s_fpclassify.c (__fpclassify): Don't use
non-existing GET_WORDS macro, use EXTRACT_WORDS.
Reported by Andres Schwab <schwab@issan.informatik.uni-dortmund.de>.
1997-03-07 05:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/sigaction.c: The user- and
kernel-level sigaction structure is different. handle this
correctly.
Bug report by Andres Jaeger <jaeger@informatik.uni-kl.de>.
1997-03-06 05:55 David Engel <david@sw.ods.com>
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Also
recognize cache entries with flag == 3.
1997-03-06 01:05 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/netinet/in.h (INADDR_NONE): Cast to unsigned int.
(INADDR_LOOPBACK): Likewise.
* sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
* manual/socket.texi: Correct types of INADDR_* constants from
unsigned long to unsigned.
1997-03-05 23:14 Ulrich Drepper <drepper@cygnus.com>
* time/antarctica: Update from tzdata1997c.
* time/asia: Likewise.
* time/zone.tab: Likewise.
1997-03-05 00:43 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in (libc_cv_asm_symver_directive,
libc_cv_ld_version_script_option): Remove unknown instruction from
assembler test file.
1997-03-04 19:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/fpu/__math.h: Update feature tests to use
__USE_ISOC9X.
[__USE_ISOC9X]: Define __log2 and __exp2 inlines.
(fabs): Remove defininition, it is a gcc builtin.
(sqrt, __sqrt): Remove definition, they have wrappers in libm.
1997-03-04 10:11 H.J. Lu <hjl@lucon.org>
* sunrpc/Makefile ($(objpfx)rpc-proto.c): Create subdir before
generating file.
1997-03-05 03:59 Ulrich Drepper <drepper@cygnus.com>
* inet/rcmd.c (__ivaliduser): Don't use getline, but __getline
instead to avoid namespace problems.
Reported by David Mosberger-Tang <davidm@AZStarNet.COM>.
1997-03-03 19:01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* login/utmp_file.c: Fix previous change. Make portable by
checking the _HAVE_UT_* feature macros.
* libio/fileops.c (_IO_file_finish): Likewise.
1997-03-08 05:28:20 +00:00
|
|
|
# ftp://ftp.huji.ac.il/pub/tz/announcements/1996-1998.ramon.ps.gz
|
1995-09-21 16:21:49 +00:00
|
|
|
#
|
Update.
1997-03-08 05:30 Ulrich Drepper <drepper@cygnus.com>
* argp/Makefile (routines): Add argp-eexst.
* argp/argp-ba.c (argp_program_bug_address): Make `const'.
* argp/argp-eexst.c: New file. Define exit status variable.
* argp/argp-help.c (__argp_state_help): Use argp_err_exit_status
variable instead of always exiting with value 1.
* argp/argp-pv.c (argp_program_version): Make `const'.
* argp/argp.h: Declare argp_err_exit_status.
Patches by Miles Bader <miles@gnu.ai.mit.edu>.
* locale/programs/localedef.c: Use argp_err_exit_status to
terminate with correct value.
* inet/rcmd.c (iruserok): Use euidaccess instead of half-hearted
switching of UID before opening .rhosts.
* libio/vsnprintf.c: Change implementation to follow ISO C 9X
proposal. The return value now is always the number of characters
which would be written if enough space is available.
* manual/stdio.texi: Update description for new behaviour.
* locale/locale.h (__locale_t): Don't use __locale_t for struct
name and pointer to struct since old gccs cannot keep the namespaces
apart. Rename struct to __locale_struct.
* locale/duplocale.h: Likewise.
* locale/newlocale.h: Likewise.
* math/Makefile (headers): Add complex.h and cmathcalls.h.
(routines): Remove w_cabs. Add conj, cimag, creal, and cabs.
* math/math.h: Undefine __MATHDECL_1, __MATHDECL, and __MATHCALL
after use.
(signgam): Move declaration to here from mathcalls.h.
* math/mathcalls.h (cabs, __cabs_complex, signgam): Remove definition.
Correct comment for fmin and fmax.
Start implementing complex math function from ISO C 9X.
* math/complex.h: New file.
* math/cmathcalls.h: New file.
* math/cabs.c: New file.
* math/cabsf.c: New file.
* math/cabsl.c: New file.
* math/cimag.c: New file.
* math/cimagf.c: New file.
* math/cimagl.c: New file.
* math/conj.c: New file.
* math/conjf.c: New file.
* math/conjl.c: New file.
* math/creal.c: New file.
* math/crealf.c: New file.
* math/creall.c: New file.
* sysdeps/libm-ieee754/w_cabs.c: Removed.
* sysdeps/libm-ieee754/w_cabsf.c: Removed.
* sysdeps/libm-ieee754/w_cabsl.c: Removed.
* posix/regex.c: Merge with regex sources from Arnold Robbins'
version in GNU awk.
* posix/regex.h: Likewise.
Add regex test suite by Tom Lord.
* posix/Makefile (distribute): Add TESTS, TESTS2C.sed, and testcases.h.
(tests): Add runtests.
(before-compile): Add testcases.h.
(testcases.h): New rule to generate header with tests.
* posix/TESTS: New file.
* posix/TESTS2C.sed.: New file.
* posix/runtests.c: New file.
* posix/testcases.h: New file.
* sysdeps/unix/sysv/linux/poll.c: Test whether poll syscall is
available and use fall-back implementation if not.
* sysdeps/unix/sysv/linux/syscalls.list: Sort entries.
* time/ialloc.c: Update from tzcode1997c.
* time/private.h: Likewise.
* time/scheck.c: Likewise.
* time/tzselect.ksh: Likewise.
* time/zdump.c: Likewise.
* time/zic.c: Likewise.
* time/tzfile.c: Pretty print.
1997-03-06 07:37 Geoff Keating <geoffk@ozemail.com.au>
Port to powerpc-*-linux-gnu. Slightly tested, under MkLinux,
on a 601.
* sysdeps/powerpc/Implies: Added.
* sysdeps/powerpc/__longjmp.S: Added.
* sysdeps/powerpc/__math.h: Added.
* sysdeps/powerpc/bsd-_setjmp.S: Added.
* sysdeps/powerpc/bsd-setjmp.S: Added.
* sysdeps/powerpc/dl-machine.h: Added.
* sysdeps/powerpc/ffs.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/powerpc/setjmp.S: Added.
* sysdeps/powerpc/strlen.s: Added.
* sysdeps/powerpc/elf/start.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/unix/sysv/linux/powerpc/Dist: Added.
* sysdeps/unix/sysv/linux/powerpc/_exit.S: Added.
* sysdeps/unix/sysv/linux/powerpc/brk.c: Added.
* sysdeps/unix/sysv/linux/powerpc/clone.S: Added.
* sysdeps/unix/sysv/linux/powerpc/init-first.h: Added.
* sysdeps/unix/sysv/linux/powerpc/ioctl-types.h: Added.
* sysdeps/unix/sysv/linux/powerpc/profil.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Added.
* sysdeps/unix/sysv/linux/powerpc/socket.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscall.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Added.
* sysdeps/unix/sysv/linux/powerpc/termbits.h: Added.
* sysdeps/unix/sysv/linux/powerpc/sys/syscall.h: Added.
1997-03-05 05:24 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-runtime.c (fixup): Add ELF_FIXUP_RETURNS_ADDRESS switch,
because knowing the first instruction of a PowerPC PLT trampoline
is not very helpful.
1997-03-04 08:04 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-load.c (ELF_PREFERRED_ADDRESS, ELF_PREFERRED_ADDRESS_DATA,
ELF_FIXED_ADDRESS): Added. These are for dl-machine.h to indicate
a preference as to where executables should be loaded.
1997-02-28 08:50 Geoff Keating <geoffk@ozemail.com.au>
* elf/elf.h: Add in all those PowerPC reloc types.
1997-02-24 07:12 Geoff Keating <geoffk@ozemail.com.au>
* stdio-common/vfscanf.c: Use __va_copy if available.
1997-03-06 13:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* malloc/malloc.c (mprotect) [_LIBC]: Define as __mprotect to
clean up namespace.
1997-03-07 14:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-ieee754/s_fpclassify.c (__fpclassify): Don't use
non-existing GET_WORDS macro, use EXTRACT_WORDS.
Reported by Andres Schwab <schwab@issan.informatik.uni-dortmund.de>.
1997-03-07 05:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/sigaction.c: The user- and
kernel-level sigaction structure is different. handle this
correctly.
Bug report by Andres Jaeger <jaeger@informatik.uni-kl.de>.
1997-03-06 05:55 David Engel <david@sw.ods.com>
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Also
recognize cache entries with flag == 3.
1997-03-06 01:05 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/netinet/in.h (INADDR_NONE): Cast to unsigned int.
(INADDR_LOOPBACK): Likewise.
* sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
* manual/socket.texi: Correct types of INADDR_* constants from
unsigned long to unsigned.
1997-03-05 23:14 Ulrich Drepper <drepper@cygnus.com>
* time/antarctica: Update from tzdata1997c.
* time/asia: Likewise.
* time/zone.tab: Likewise.
1997-03-05 00:43 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in (libc_cv_asm_symver_directive,
libc_cv_ld_version_script_option): Remove unknown instruction from
assembler test file.
1997-03-04 19:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/fpu/__math.h: Update feature tests to use
__USE_ISOC9X.
[__USE_ISOC9X]: Define __log2 and __exp2 inlines.
(fabs): Remove defininition, it is a gcc builtin.
(sqrt, __sqrt): Remove definition, they have wrappers in libm.
1997-03-04 10:11 H.J. Lu <hjl@lucon.org>
* sunrpc/Makefile ($(objpfx)rpc-proto.c): Create subdir before
generating file.
1997-03-05 03:59 Ulrich Drepper <drepper@cygnus.com>
* inet/rcmd.c (__ivaliduser): Don't use getline, but __getline
instead to avoid namespace problems.
Reported by David Mosberger-Tang <davidm@AZStarNet.COM>.
1997-03-03 19:01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* login/utmp_file.c: Fix previous change. Make portable by
checking the _HAVE_UT_* feature macros.
* libio/fileops.c (_IO_file_finish): Likewise.
1997-03-08 05:28:20 +00:00
|
|
|
# The dates for 1997 were altered by his successor, Rabbi Eli Suissa.
|
|
|
|
# No changes have been made regarding 1998 as of yet.
|
|
|
|
#
|
|
|
|
# The official announcement for the year 1997 can be viewed at:
|
|
|
|
#
|
|
|
|
# ftp://ftp.huji.ac.il/pub/tz/announcements/1997.ps.gz
|
|
|
|
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
Rule Zion 1996 only - Mar 15 0:00 1:00 D
|
|
|
|
Rule Zion 1996 only - Sep 16 0:00 0:00 S
|
|
|
|
Rule Zion 1997 only - Mar 21 0:00 1:00 D
|
|
|
|
Rule Zion 1997 only - Sep 14 0:00 0:00 S
|
|
|
|
Rule Zion 1998 only - Mar 20 0:00 1:00 D
|
|
|
|
Rule Zion 1998 only - Oct 18 0:00 0:00 S
|
|
|
|
|
|
|
|
# These rules are probably wrong, but they are close approximations (usually
|
|
|
|
# within a few weeks):
|
|
|
|
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
Rule Zion 1999 only - Apr 11 0:00 1:00 D
|
|
|
|
Rule Zion 1999 only - Sep 5 0:00 0:00 S
|
|
|
|
Rule Zion 2000 only - Apr 30 0:00 1:00 D
|
|
|
|
Rule Zion 2000 only - Sep 24 0:00 0:00 S
|
|
|
|
Rule Zion 2001 only - Apr 15 0:00 1:00 D
|
|
|
|
Rule Zion 2001 only - Sep 9 0:00 0:00 S
|
|
|
|
Rule Zion 2002 only - Apr 7 0:00 1:00 D
|
|
|
|
Rule Zion 2002 only - Sep 1 0:00 0:00 S
|
|
|
|
Rule Zion 2003 only - Apr 27 0:00 1:00 D
|
|
|
|
Rule Zion 2003 only - Sep 21 0:00 0:00 S
|
|
|
|
Rule Zion 2004 only - Apr 18 0:00 1:00 D
|
|
|
|
Rule Zion 2004 only - Sep 12 0:00 0:00 S
|
|
|
|
Rule Zion 2005 only - May 1 0:00 1:00 D
|
|
|
|
Rule Zion 2005 only - Sep 25 0:00 0:00 S
|
|
|
|
Rule Zion 2006 only - Apr 23 0:00 1:00 D
|
|
|
|
Rule Zion 2006 only - Sep 17 0:00 0:00 S
|
|
|
|
Rule Zion 2007 only - Apr 15 0:00 1:00 D
|
|
|
|
Rule Zion 2007 only - Sep 9 0:00 0:00 S
|
|
|
|
Rule Zion 2008 only - Apr 27 0:00 1:00 D
|
|
|
|
Rule Zion 2008 only - Sep 21 0:00 0:00 S
|
|
|
|
Rule Zion 2009 only - Apr 19 0:00 1:00 D
|
|
|
|
Rule Zion 2009 only - Sep 13 0:00 0:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
1996-01-31 10:00:24 +00:00
|
|
|
Zone Asia/Jerusalem 2:20:56 - LMT 1880
|
1996-09-10 02:00:15 +00:00
|
|
|
2:20:40 - JMT 1918 # Jerusalem Mean Time?
|
1995-02-18 01:27:10 +00:00
|
|
|
2:00 Zion I%sT
|
|
|
|
|
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# Japan
|
|
|
|
|
|
|
|
# `9:00' and `JST' is from Guy Harris.
|
|
|
|
|
1995-07-26 10:14:02 +00:00
|
|
|
# From Paul Eggert <eggert@twinsun.com> (1995-03-06):
|
|
|
|
# Today's _Asahi Evening News_ (page 4) reports that Japan had
|
|
|
|
# daylight saving between 1948 and 1951, but ``the system was discontinued
|
|
|
|
# because the public believed it would lead to longer working hours.''
|
|
|
|
# Shanks writes that daylight saving in Japan during those years was as follows:
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
#Rule Japan 1948 only - May Sun>=1 2:00 1:00 D
|
|
|
|
#Rule Japan 1948 1951 - Sep Sat>=8 2:00 0 S
|
|
|
|
#Rule Japan 1949 only - Apr Sun>=1 2:00 1:00 D
|
|
|
|
#Rule Japan 1950 1951 - May Sun>=1 2:00 1:00 D
|
|
|
|
# but the only locations using it were US military bases.
|
|
|
|
# We go with Shanks and omit daylight saving in those years for Asia/Tokyo.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Tokyo 9:19:04 - LMT 1896
|
|
|
|
9:00 - JST
|
1996-09-10 02:00:15 +00:00
|
|
|
Zone Asia/Ishigaki 8:16:36 - LMT 1896
|
|
|
|
8:00 - CST
|
1995-07-26 10:14:02 +00:00
|
|
|
# There is no information for Marcus.
|
|
|
|
# Other Japanese possessions are probably like Asia/Tokyo.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Jordan
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Jordan 1973 only - Jun 6 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Jordan 1973 1975 - Oct 1 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Jordan 1974 1977 - May 1 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Jordan 1976 only - Nov 1 0:00 0 -
|
|
|
|
Rule Jordan 1977 only - Oct 1 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Jordan 1978 only - Apr 30 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Jordan 1978 only - Sep 30 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Jordan 1985 only - Apr 1 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Jordan 1985 only - Oct 1 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Jordan 1986 1988 - Apr Fri>=1 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Jordan 1986 1990 - Oct Fri>=1 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Jordan 1989 only - May 8 0:00 1:00 S
|
|
|
|
Rule Jordan 1990 only - Apr 27 0:00 1:00 S
|
1996-11-27 06:13:15 +00:00
|
|
|
Rule Jordan 1991 only - Apr 17 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Jordan 1991 only - Sep 27 0:00 0 -
|
1996-11-27 06:13:15 +00:00
|
|
|
Rule Jordan 1992 only - Apr 10 0:00 1:00 S
|
|
|
|
Rule Jordan 1992 1993 - Oct Fri>=1 0:00 0 -
|
|
|
|
Rule Jordan 1993 max - Apr Fri>=1 0:00 1:00 S
|
|
|
|
Rule Jordan 1994 only - Sep Fri>=15 0:00 0 -
|
|
|
|
Rule Jordan 1995 max - Sep Fri>=15 0:00s 0 -
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Amman 2:23:44 - LMT 1931
|
1996-09-10 02:00:15 +00:00
|
|
|
2:00 Jordan EE%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Kazakhstan
|
1996-11-27 06:13:15 +00:00
|
|
|
# From Paul Eggert (1996-11-22):
|
* time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
time/africa, time/asia, time/australasia, time/europe,
time/northamerica, time/southamerica: Updated from ADO 96h.
* Make-dist (all-headers): Filter $(sysdep_headers) out of $(headers).
(try-sysdeps, +sysdep-names): Check sysdeps/libm-ieee754 too.
* Makerules (distinfo-vars): Add sysdep_headers.
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to
this instead of $(headers).
* sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
* Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with
$(subdir); we are already there.
* sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: Removed.
1996-06-05 23:25:04 +00:00
|
|
|
# Andrew Evtichov <evti@chevron.com> (1996-04-13) writes that Kazakhstan
|
1996-11-27 06:13:15 +00:00
|
|
|
# stayed in sync with Moscow after 1990, and that Aqtobe (formerly Aktyubinsk)
|
|
|
|
# and Aqtau (formerly Shevchenko) are the largest cities in their zones.
|
|
|
|
# Guess that Aqtau and Aqtobe diverged in 1995, since that's the first time
|
|
|
|
# IATA SSIM mentions a third time zone in Kazakhstan.
|
|
|
|
#
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
* time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
time/africa, time/asia, time/australasia, time/europe,
time/northamerica, time/southamerica: Updated from ADO 96h.
* Make-dist (all-headers): Filter $(sysdep_headers) out of $(headers).
(try-sysdeps, +sysdep-names): Check sysdeps/libm-ieee754 too.
* Makerules (distinfo-vars): Add sysdep_headers.
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to
this instead of $(headers).
* sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
* Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with
$(subdir); we are already there.
* sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: Removed.
1996-06-05 23:25:04 +00:00
|
|
|
Zone Asia/Alma-Ata 5:07:48 - LMT 1924 May 2 # or Almaty
|
1996-09-10 02:00:15 +00:00
|
|
|
5:00 - ALMT 1957 Mar # Alma-Ata Time
|
|
|
|
6:00 RussiaAsia ALM%sT 1991 Mar 31 2:00s
|
|
|
|
5:00 1:00 ALMST 1991 Sep 29 2:00s
|
|
|
|
5:00 - ALMT 1992 Jan 19 2:00s
|
1996-11-27 06:13:15 +00:00
|
|
|
6:00 E-EurAsia ALM%sT
|
|
|
|
Zone Asia/Aqtobe 3:48:40 - LMT 1924 May 2
|
|
|
|
4:00 - AKT 1957 Mar # Aktyubinsk Time
|
|
|
|
5:00 RussiaAsia AK%sT 1991 Mar 31 2:00s
|
|
|
|
4:00 1:00 AKTST 1991 Sep 29 2:00s
|
|
|
|
4:00 - AQTT 1992 Jan 19 2:00s # Aqtobe Time
|
|
|
|
5:00 E-EurAsia AQT%sT
|
|
|
|
Zone Asia/Aqtau 3:21:04 - LMT 1924 May 2 # or Aktau
|
1996-09-10 02:00:15 +00:00
|
|
|
4:00 - SHET 1957 Mar # Fort Shevchenko Time
|
|
|
|
5:00 RussiaAsia SHE%sT 1991 Mar 31 2:00s
|
1996-11-27 06:13:15 +00:00
|
|
|
4:00 1:00 AQTST 1991 Sep 29 2:00s
|
|
|
|
4:00 - AQTT 1992 Jan 19 2:00s # Aqtau Time
|
|
|
|
5:00 E-EurAsia AQT%sT 1995 Sep lastSun
|
|
|
|
4:00 E-EurAsia AQT%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Kirgizstan
|
1996-11-27 06:13:15 +00:00
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
Rule Kirgiz 1992 max - Apr Sun>=7 0:00 1:00 S
|
|
|
|
Rule Kirgiz 1991 max - Sep lastSun 0:00 0 -
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Bishkek 4:58:24 - LMT 1924 May 2
|
1996-09-10 02:00:15 +00:00
|
|
|
5:00 - FRUT 1957 Mar # Frunze Time
|
|
|
|
6:00 RussiaAsia FRU%sT 1991 Mar 31 2:00s
|
|
|
|
5:00 1:00 FRUST 1991 Aug 31 # independence
|
1996-11-27 06:13:15 +00:00
|
|
|
5:00 Kirgiz KG%sT # Kirgizstan Time
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# Korea
|
|
|
|
|
|
|
|
# From Guy Harris:
|
|
|
|
# According to someone at the Korean Times in San Francisco,
|
|
|
|
# Daylight Savings Time was not observed until 1987. He did not know
|
|
|
|
# at what time of day DST starts or ends.
|
|
|
|
|
|
|
|
# From Shanks (1991):
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
Rule ROK 1960 only - May 15 0:00 1:00 D
|
|
|
|
Rule ROK 1960 only - Sep 13 0:00 0 S
|
|
|
|
Rule ROK 1987 1988 - May Sun<=14 0:00 1:00 D
|
|
|
|
Rule ROK 1987 1988 - Oct Sun<=14 0:00 0 S
|
|
|
|
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Seoul 8:27:52 - LMT 1890
|
|
|
|
8:30 - KST 1904 Dec
|
|
|
|
9:00 - KST 1928
|
|
|
|
8:30 - KST 1932
|
|
|
|
9:00 - KST 1954 Mar 21
|
|
|
|
8:00 ROK K%sT 1961 Aug 10
|
|
|
|
8:30 - KST 1968 Oct
|
|
|
|
9:00 ROK K%sT
|
|
|
|
Zone Asia/Pyongyang 8:23:00 - LMT 1890
|
|
|
|
8:30 - KST 1904 Dec
|
|
|
|
9:00 - KST 1928
|
|
|
|
8:30 - KST 1932
|
|
|
|
9:00 - KST 1954 Mar 21
|
|
|
|
8:00 - KST 1961 Aug 10
|
|
|
|
9:00 - KST
|
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
# Kuwait
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Kuwait 3:11:56 - LMT 1950
|
|
|
|
3:00 - AST
|
|
|
|
|
|
|
|
# Laos
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Vientiane 6:50:24 - LMT 1906 Jun 9
|
1996-09-10 02:00:15 +00:00
|
|
|
7:06:20 - SMT 1911 Mar 11 0:01 # Saigon MT?
|
1995-02-18 01:27:10 +00:00
|
|
|
7:00 - ICT 1912 May
|
|
|
|
8:00 - ICT 1931 May
|
|
|
|
7:00 - ICT
|
|
|
|
|
|
|
|
# Lebanon
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Lebanon 1920 only - Mar 28 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Lebanon 1920 only - Oct 25 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Lebanon 1921 only - Apr 3 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Lebanon 1921 only - Oct 3 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Lebanon 1922 only - Mar 26 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Lebanon 1922 only - Oct 8 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Lebanon 1923 only - Apr 22 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Lebanon 1923 only - Sep 16 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Lebanon 1957 1961 - May 1 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Lebanon 1957 1961 - Oct 1 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Lebanon 1972 only - Jun 22 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Lebanon 1972 1977 - Oct 1 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Lebanon 1973 1977 - May 1 0:00 1:00 S
|
|
|
|
Rule Lebanon 1978 only - Apr 30 0:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Lebanon 1978 only - Sep 30 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Lebanon 1984 1987 - May 1 0:00 1:00 S
|
1996-11-27 06:13:15 +00:00
|
|
|
Rule Lebanon 1984 1991 - Oct 16 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Lebanon 1988 only - Jun 1 0:00 1:00 S
|
|
|
|
Rule Lebanon 1989 only - May 10 0:00 1:00 S
|
1996-11-27 06:13:15 +00:00
|
|
|
Rule Lebanon 1990 1992 - May 1 0:00 1:00 S
|
|
|
|
Rule Lebanon 1992 only - Oct 4 0:00 0 -
|
|
|
|
Rule Lebanon 1993 max - Mar lastSun 0:00 1:00 S
|
|
|
|
Rule Lebanon 1993 max - Sep lastSun 0:00 0 -
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Beirut 2:22:00 - LMT 1880
|
1996-09-10 02:00:15 +00:00
|
|
|
2:00 Lebanon EE%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Malaysia
|
1996-09-10 02:00:15 +00:00
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
|
|
|
Rule NBorneo 1935 1941 - Sep 14 0:00 0:20 TS
|
|
|
|
Rule NBorneo 1935 1941 - Dec 14 0:00 0 -
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Kuala_Lumpur 6:46:48 - LMT 1880
|
1996-09-10 02:00:15 +00:00
|
|
|
6:55:24 - SMT 1905 Jun # Singapore Mean Time
|
|
|
|
7:00 - MALT 1933 # Malaya Time
|
|
|
|
7:20 - MALT 1942 Feb 15
|
1995-02-18 01:27:10 +00:00
|
|
|
9:00 - JST 1945 Sep 2
|
1996-09-10 02:00:15 +00:00
|
|
|
7:20 - MALT 1950
|
|
|
|
7:30 - MALT 1982 May
|
|
|
|
8:00 - MYT # Malaysia Time
|
|
|
|
Zone Asia/Kuching 7:21:20 - LMT 1926 Mar
|
|
|
|
7:30 - BORT 1933 # Borneo Time
|
|
|
|
8:00 NBorneo BOR%sT 1942
|
|
|
|
9:00 - JST 1945 Sep 2
|
|
|
|
8:00 - BORT 1982 May
|
|
|
|
8:00 - MYT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Maldives
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
1996-09-10 02:00:15 +00:00
|
|
|
Zone Indian/Maldives 4:54:00 - LMT 1880 # Male
|
|
|
|
4:54:00 - MMT 1960 # Male Mean Time
|
|
|
|
5:00 - MVT # Maldives Time
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Mongolia
|
1996-09-10 02:00:15 +00:00
|
|
|
# Shanks says that Mongolia has three time zones, but usno1995 and
|
|
|
|
# <URL:http://www.odci.gov/cia/publications/95fact/802389h.gif> (1995)
|
* time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
time/africa, time/asia, time/australasia, time/europe,
time/northamerica, time/southamerica: Updated from ADO 96h.
* Make-dist (all-headers): Filter $(sysdep_headers) out of $(headers).
(try-sysdeps, +sysdep-names): Check sysdeps/libm-ieee754 too.
* Makerules (distinfo-vars): Add sysdep_headers.
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to
this instead of $(headers).
* sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
* Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with
$(subdir); we are already there.
* sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: Removed.
1996-06-05 23:25:04 +00:00
|
|
|
# both say that it has just one.
|
1995-02-18 01:27:10 +00:00
|
|
|
# Let's comment out the western and eastern Mongolian time zones
|
|
|
|
# till we know what their principal towns are.
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Mongol 1981 1984 - Apr 1 0:00 1:00 S
|
|
|
|
Rule Mongol 1981 1984 - Oct 1 0:00 0 -
|
1996-11-27 06:13:15 +00:00
|
|
|
Rule Mongol 1985 1990 - Mar lastSun 2:00 1:00 S
|
|
|
|
Rule Mongol 1985 1990 - Sep lastSun 3:00 0 -
|
|
|
|
Rule Mongol 1991 max - Mar lastSun 0:00 1:00 S
|
|
|
|
Rule Mongol 1991 1995 - Sep lastSun 0:00 0 -
|
|
|
|
Rule Mongol 1996 max - Oct Fri>=22 0:00 0 -
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
#Zone Asia/Dariv 6:14:32 - LMT 1905 Aug
|
1996-09-10 02:00:15 +00:00
|
|
|
# 6:00 - DART 1978 # Dariv Time
|
|
|
|
# 7:00 Mongol DAR%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
Zone Asia/Ulan_Bator 7:07:32 - LMT 1905 Aug
|
1996-09-10 02:00:15 +00:00
|
|
|
7:00 - ULAT 1978 # Ulan Bator Time
|
|
|
|
8:00 Mongol ULA%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
#Zone Asia/Baruun-Urt 7:33:00 - LMT 1905 Aug
|
1996-09-10 02:00:15 +00:00
|
|
|
# 8:00 - BART 1978 # Baruun-Urt Time
|
|
|
|
# 9:00 Mongol BAR%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Nepal
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Katmandu 5:41:16 - LMT 1920
|
|
|
|
5:30 - IST 1986
|
1996-09-10 02:00:15 +00:00
|
|
|
5:45 - NPT # Nepal Time
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Oman
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Muscat 3:54:20 - LMT 1920
|
|
|
|
4:00 - GST
|
|
|
|
|
|
|
|
# Pakistan
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Karachi 4:28:12 - LMT 1907
|
|
|
|
5:30 - IST 1942 Sep
|
|
|
|
5:30 1:00 IST 1945 Oct 15
|
|
|
|
5:30 - IST 1951 Sep 30
|
1996-09-10 02:00:15 +00:00
|
|
|
5:00 - KART 1971 Mar 26 # Karachi Time
|
|
|
|
5:00 - PKT # Pakistan Time
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Palestine
|
|
|
|
# These rules for Egypt are stolen from the `africa' file.
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule EgyptAsia 1957 only - May 10 0:00 1:00 S
|
* time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
time/africa, time/asia, time/australasia, time/europe,
time/northamerica, time/southamerica: Updated from ADO 96h.
* Make-dist (all-headers): Filter $(sysdep_headers) out of $(headers).
(try-sysdeps, +sysdep-names): Check sysdeps/libm-ieee754 too.
* Makerules (distinfo-vars): Add sysdep_headers.
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to
this instead of $(headers).
* sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
* Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with
$(subdir); we are already there.
* sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: Removed.
1996-06-05 23:25:04 +00:00
|
|
|
Rule EgyptAsia 1957 1958 - Oct 1 0:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule EgyptAsia 1958 only - May 1 0:00 1:00 S
|
1996-11-27 06:13:15 +00:00
|
|
|
Rule EgyptAsia 1959 1967 - May 1 1:00 1:00 S
|
* time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
time/africa, time/asia, time/australasia, time/europe,
time/northamerica, time/southamerica: Updated from ADO 96h.
* Make-dist (all-headers): Filter $(sysdep_headers) out of $(headers).
(try-sysdeps, +sysdep-names): Check sysdeps/libm-ieee754 too.
* Makerules (distinfo-vars): Add sysdep_headers.
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to
this instead of $(headers).
* sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
* Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with
$(subdir); we are already there.
* sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: Removed.
1996-06-05 23:25:04 +00:00
|
|
|
Rule EgyptAsia 1959 1965 - Sep 30 3:00 0 -
|
1996-11-27 06:13:15 +00:00
|
|
|
Rule EgyptAsia 1966 only - Oct 1 3:00 0 -
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Gaza 2:17:52 - LMT 1900 Oct
|
|
|
|
2:00 - EET 1957 May 10
|
1996-09-10 02:00:15 +00:00
|
|
|
2:00 EgyptAsia EE%sT 1967 Jun 30
|
1995-02-18 01:27:10 +00:00
|
|
|
2:00 Zion I%sT
|
|
|
|
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
# Paracel Is
|
|
|
|
# no information
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
# Philippines
|
|
|
|
# Howse writes (p 162) that until 1844 the Philippines kept American date.
|
|
|
|
# The rest of this data is from Shanks.
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Phil 1936 only - Nov 1 0:00 1:00 S
|
|
|
|
Rule Phil 1937 only - Feb 1 0:00 0 -
|
|
|
|
Rule Phil 1954 only - Apr 12 0:00 1:00 S
|
|
|
|
Rule Phil 1954 only - Jul 1 0:00 0 -
|
|
|
|
Rule Phil 1978 only - Mar 22 0:00 1:00 S
|
|
|
|
Rule Phil 1978 only - Sep 21 0:00 0 -
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Manila -15:56:00 - LMT 1844
|
|
|
|
8:04:00 - LMT 1899 May 11
|
1996-09-10 02:00:15 +00:00
|
|
|
8:00 Phil PH%sT 1942 May
|
1995-02-18 01:27:10 +00:00
|
|
|
9:00 - JST 1944 Nov
|
1996-09-10 02:00:15 +00:00
|
|
|
8:00 Phil PH%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Qatar
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Qatar 3:26:08 - LMT 1920 # Al Dawhah
|
|
|
|
4:00 - GST 1972 Jun
|
|
|
|
3:00 - AST
|
|
|
|
|
|
|
|
# Saudi Arabia
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Riyadh 3:06:52 - LMT 1950
|
|
|
|
3:00 - AST
|
|
|
|
|
|
|
|
# Singapore
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Singapore 6:55:24 - LMT 1880
|
1996-09-10 02:00:15 +00:00
|
|
|
6:55:24 - SMT 1905 Jun # Singapore Mean Time
|
|
|
|
7:00 - MALT 1933 # Malaya Time
|
|
|
|
7:20 - MALT 1942 Feb 15
|
1995-02-18 01:27:10 +00:00
|
|
|
9:00 - JST 1945 Sep 2
|
1996-09-10 02:00:15 +00:00
|
|
|
7:20 - MALT 1950
|
|
|
|
7:30 - MALT 1965 Aug 9 # independence
|
|
|
|
7:30 - SGT 1982 May # Singapore Time
|
1995-02-18 01:27:10 +00:00
|
|
|
8:00 - SGT
|
|
|
|
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
# Spratly Is
|
|
|
|
# no information
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
# Sri Lanka
|
1996-09-10 02:00:15 +00:00
|
|
|
# From Paul Eggert (1996-09-03):
|
|
|
|
# <URL:http://www.virtual-pc.com/lankaweb/news/items/240596-2.html> (1996-05-24)
|
|
|
|
# reported ``the country's standard time will be put forward by one hour at
|
|
|
|
# midnight Friday (1830 GMT) `in the light of the present power crisis'.''
|
|
|
|
# Transitions before 1996 are from Shanks (1991).
|
|
|
|
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Colombo 5:19:24 - LMT 1880
|
1996-09-10 02:00:15 +00:00
|
|
|
5:20 - CEYT 1906 # Ceylon Time
|
1995-02-18 01:27:10 +00:00
|
|
|
5:30 - IST 1942 Jan 5
|
|
|
|
5:30 0:30 IHST 1942 Sep
|
|
|
|
5:30 1:00 IST 1945 Oct 16 2:00
|
1996-09-10 02:00:15 +00:00
|
|
|
5:30 - IST 1996 May 25 0:00
|
|
|
|
6:30 - LKT # Sri Lanka Time
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Syria
|
|
|
|
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Syria 1920 1923 - Apr Sun>=15 2:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Syria 1920 1923 - Oct Sun>=1 2:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Syria 1962 only - Apr 29 2:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Syria 1962 only - Oct 1 2:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Syria 1963 1965 - May 1 2:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Syria 1963 only - Sep 30 2:00 0 -
|
|
|
|
Rule Syria 1964 only - Oct 1 2:00 0 -
|
|
|
|
Rule Syria 1965 only - Sep 30 2:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Syria 1966 only - Apr 24 2:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Syria 1966 1976 - Oct 1 2:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Syria 1967 1978 - May 1 2:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Syria 1977 1978 - Sep 1 2:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Syria 1983 1984 - Apr 9 2:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Syria 1983 1984 - Oct 1 2:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Syria 1986 only - Feb 16 2:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Syria 1986 only - Oct 9 2:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Syria 1987 only - Mar 1 2:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Syria 1987 1988 - Oct 31 2:00 0 -
|
1996-09-10 02:00:15 +00:00
|
|
|
Rule Syria 1988 only - Mar 15 2:00 1:00 S
|
|
|
|
Rule Syria 1989 only - Mar 31 2:00 1:00 S
|
1995-02-18 01:27:10 +00:00
|
|
|
Rule Syria 1989 only - Oct 1 2:00 0 -
|
1996-11-27 06:13:15 +00:00
|
|
|
Rule Syria 1990 only - Apr 1 2:00 1:00 S
|
|
|
|
Rule Syria 1990 only - Sep 30 2:00 0 -
|
|
|
|
Rule Syria 1991 only - Apr 1 0:00 1:00 S
|
|
|
|
Rule Syria 1991 1992 - Oct 1 0:00 0 -
|
|
|
|
Rule Syria 1992 only - Apr 8 0:00 1:00 S
|
|
|
|
Rule Syria 1993 only - Mar 26 0:00 1:00 S
|
|
|
|
Rule Syria 1993 only - Sep 25 0:00 0 -
|
|
|
|
# IATA SSIM (1996-09) says 1997-03-31; assume that it should be 1997-04-01.
|
|
|
|
Rule Syria 1994 max - Apr 1 0:00 1:00 S
|
|
|
|
Rule Syria 1994 max - Oct 1 0:00 0 -
|
1995-02-18 01:27:10 +00:00
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Damascus 2:25:12 - LMT 1920
|
1996-09-10 02:00:15 +00:00
|
|
|
2:00 Syria EE%sT
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Tajikistan
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Dushanbe 4:35:12 - LMT 1924 May 2
|
1996-09-10 02:00:15 +00:00
|
|
|
5:00 - DUST 1957 Mar # Dushanbe Time
|
|
|
|
6:00 RussiaAsia DUS%sT 1991 Mar 31 2:00s
|
|
|
|
5:00 1:00 DUSST 1991 Sep 9 # independence
|
|
|
|
5:00 RussiaAsia TJ%sT 1992
|
|
|
|
5:00 - TJT # Tajikistan Time
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Thailand
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Bangkok 6:42:04 - LMT 1880
|
1996-09-10 02:00:15 +00:00
|
|
|
6:42:04 - BMT 1920 Apr # Bangkok Mean Time
|
1995-02-18 01:27:10 +00:00
|
|
|
7:00 - ICT
|
|
|
|
|
|
|
|
# Turkmenistan
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
1996-09-10 02:00:15 +00:00
|
|
|
Zone Asia/Ashkhabad 3:53:32 - LMT 1924 May 2 # or Ashgabat
|
|
|
|
4:00 - ASHT 1957 Mar # Ashkhabad Time
|
|
|
|
5:00 RussiaAsia ASH%sT 1991 Mar 31 2:00s
|
1996-11-27 06:13:15 +00:00
|
|
|
4:00 1:00 ASHST 1991 Sep 29 2:00s
|
|
|
|
4:00 - ASHT 1991 Oct 27 # independence
|
|
|
|
4:00 - TMT 1992 Jan 19 2:00s
|
|
|
|
5:00 - TMT # Turkmenistan Time
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# United Arab Emirates
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Dubai 3:41:12 - LMT 1920
|
|
|
|
4:00 - GST
|
|
|
|
|
|
|
|
# Uzbekistan
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Tashkent 4:37:12 - LMT 1924 May 2
|
1996-09-10 02:00:15 +00:00
|
|
|
5:00 - TAST 1957 Mar # Tashkent Time
|
|
|
|
6:00 RussiaAsia TAS%sT 1991 Mar 31 2:00s
|
|
|
|
5:00 1:00 TASST 1991 Sep 29 2:00s
|
|
|
|
5:00 - UZT # Uzbekistan Time
|
Wed Jan 10 10:11:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* time/africa, time/antarctica, time/asia, time/australasia,
time/europe, time/northamerica, time/pacificnew, time/solar87,
time/solar88, time/solar89, time/southamerica: Updated from ADO 96a.
1996-01-11 10:00:22 +00:00
|
|
|
# Shanks has Tashkent using DST after 1991, but usno1995 says they don't.
|
1996-09-10 02:00:15 +00:00
|
|
|
# Guess no DST after 1991.
|
|
|
|
# <URL:http://www.odci.gov/cia/publications/95fact/802389h.gif> (1995)
|
|
|
|
# says that Uzbekistan has two time zones, but a cable
|
|
|
|
# <URL:http://www.itaiep.doc.gov/bisnis/cables/960510uz.html> (1996-05-10)
|
|
|
|
# from the American Embassy in Tashkent implies that they have just one.
|
1995-02-18 01:27:10 +00:00
|
|
|
|
|
|
|
# Vietnam
|
1996-11-07 01:35:04 +00:00
|
|
|
# From Paul Eggert <eggert@twinsun.com> (1993-11-18):
|
1995-02-18 01:27:10 +00:00
|
|
|
# Saigon's official name is Thanh-Pho Ho Chi Minh, but it's too long.
|
|
|
|
# We'll stick with the traditional name for now.
|
|
|
|
# From Shanks (1991):
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Saigon 7:06:40 - LMT 1906 Jun 9
|
1996-09-10 02:00:15 +00:00
|
|
|
7:06:20 - SMT 1911 Mar 11 0:01 # Saigon MT?
|
1995-02-18 01:27:10 +00:00
|
|
|
7:00 - ICT 1912 May
|
|
|
|
8:00 - ICT 1931 May
|
|
|
|
7:00 - ICT
|
|
|
|
|
|
|
|
# Yemen
|
|
|
|
# Zone NAME GMTOFF RULES FORMAT [UNTIL]
|
|
|
|
Zone Asia/Aden 3:00:48 - LMT 1950
|
|
|
|
3:00 - AST
|