bionic/libc
Neil Fuller 700eb048fb Update tzdata to tzdata2015a
Time Zone Data v. 2015a (Released 2015-01-29)
http://www.iana.org/time-zones/repository/releases/tzdata2015a.tar.gz

Information from NEWS:

Release 2015a - 2015-01-29 22:35:20 -0800

  Changes affecting future time stamps

    The Mexican state of Quintana Roo, represented by America/Cancun,
    will shift from Central Time with DST to Eastern Time without DST
    on 2015-02-01 at 02:00.  (Thanks to Steffen Thorsen and Gwillim Law.)

    Chile will not change clocks in April or thereafter; its new standard time
    will be its old daylight saving time.  This affects America/Santiago,
    Pacific/Easter, and Antarctica/Palmer.  (Thanks to Juan Correa.)

    New leap second 2015-06-30 23:59:60 UTC as per IERS Bulletin C 49.
    (Thanks to Tim Parenti.)

  Changes affecting past time stamps

    Iceland observed DST in 1919 and 1921, and its 1939 fallback
    transition was Oct. 29, not Nov. 29.  Remove incorrect data from
    Shanks about time in Iceland between 1837 and 1908.

    Some more zones have been turned into links, when they differed
    from existing zones only for older time stamps.  As usual,
    these changes affect UTC offsets in pre-1970 time stamps only.
    Their old contents have been moved to the 'backzone' file.
    The affected zones are: Asia/Aden, Asia/Bahrain, Asia/Kuwait,
    and Asia/Muscat.

  Changes affecting code

    tzalloc now scrubs time zone abbreviations compatibly with the way
    that tzset always has, by replacing invalid bytes with '_' and by
    shortening too-long abbreviations.

    tzselect ports to POSIX awk implementations, no longer mishandles
    POSIX TZ settings when GNU awk is used, and reports POSIX TZ
    settings to the user.  (Thanks to Stefan Kuhn.)

  Changes affecting build procedure

    'make check' now checks for links to links in the data.
    One such link (for Africa/Asmera) has been fixed.
    (Thanks to Stephen Colebourne for pointing out the problem.)

  Changes affecting commentary

    The leapseconds file commentary now mentions the expiration date.
    (Problem reported by Martin Burnicki.)

    Update Mexican Library of Congress URL.

Bug: 19212588
Change-Id: Idc07ac862901500d4a1dbd0f4aadcfd0aa9d10b8
2015-02-02 11:32:10 +00:00
..
arch-arm Add stpcpy assembler version. 2014-10-29 11:07:03 -07:00
arch-arm64 Add __memcpy_chk assembly for 64 bit. 2014-10-28 16:18:47 -07:00
arch-common/bionic Fixes for __cxa_finalize 2014-05-05 11:36:57 -07:00
arch-mips Clean up the architecture-specific makefiles. 2014-10-28 15:13:36 -07:00
arch-mips64 Clean up the architecture-specific makefiles. 2014-10-28 15:13:36 -07:00
arch-x86 Clean up the architecture-specific makefiles. 2014-10-28 15:13:36 -07:00
arch-x86_64 Clean up the architecture-specific makefiles. 2014-10-28 15:13:36 -07:00
bionic Fix flockfile(3) and friends for stdin/stdout/stderr too. 2014-11-19 15:49:09 -08:00
dns Fail queries fast if no DNS servers are configured. 2014-12-01 20:03:25 +00:00
include Restore symbols from <arpa/nameser.h>. 2014-12-04 13:45:22 -08:00
kernel Pull input.h from v3.16.1 kernel headers. 2014-09-14 12:08:37 -07:00
private Refactoring: C++11 style DISABLE_ bionic marcos 2014-10-01 16:03:51 -07:00
stdio Avoid pathological behavior in OpenBSD's fread. 2014-12-02 14:54:52 -08:00
tools Fix tzdata update tools for 'backzone'. 2014-11-11 19:55:35 -08:00
tzcode Disable tzdata in $ANDROID_DATA. 2014-10-27 13:38:21 -07:00
upstream-dlmalloc Return total footprint, not high water mark. 2014-10-13 12:29:30 -07:00
upstream-freebsd Fix visibility for a bunch more symbols. 2014-07-14 18:59:51 -07:00
upstream-netbsd Implement twalk(3), add unit tests. 2014-07-24 15:14:06 -07:00
upstream-openbsd Avoid pathological behavior in OpenBSD's fread. 2014-12-02 14:54:52 -08:00
zoneinfo Update tzdata to tzdata2015a 2015-02-02 11:32:10 +00:00
Android.mk Avoid pathological behavior in OpenBSD's fread. 2014-12-02 14:54:52 -08:00
crt.mk Reconfig libc's Android.mk to build for multilib 2014-02-12 13:58:34 -08:00
MODULE_LICENSE_BSD
NOTICE Implement twalk(3), add unit tests. 2014-07-24 15:14:06 -07:00
SYSCALLS.TXT Fix mips __fadvise64.S build failure. 2014-09-11 10:15:14 -07:00