]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/commit
Merge r307359 from stable/10:
authorglebius <glebius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Dec 2016 23:09:54 +0000 (23:09 +0000)
committerglebius <glebius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Dec 2016 23:09:54 +0000 (23:09 +0000)
commita3f9a613acc5ffa4e7e8c75a13afddc0bd73cfb6
treee04f5f08afa69d37c0c7c8c60604e3991f0cc565
parenta75d57647bb599c8ccf72e87c64f02cb69670f94
Merge r307359 from stable/10:

    Incorporate a change from OpenBSD by millert@OpenBSD.org

    Don't warn about valid time zone abbreviations.  POSIX
    through 2000 says that an abbreviation cannot start with ':', and
    cannot contain ',', '-', '+', NUL, or a digit.  POSIX from 2001
    on changes this rule to say that an abbreviation can contain only
    '-', '+', and alphanumeric characters from the portable character
    set in the current locale.  To be portable to both sets of rules,
    an abbreviation must therefore use only ASCII letters."  Adapted
    from tzcode2015f.

Errata Notice: EN-16:19.tzcode
Submitted by: bapt
Approved by: so

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@309570 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/tzcode/zic/zdump.c
contrib/tzcode/zic/zic.c