]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/commit
Merge r307359 from stable/10:
authorglebius <glebius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Dec 2016 23:12:22 +0000 (23:12 +0000)
committerglebius <glebius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Dec 2016 23:12:22 +0000 (23:12 +0000)
commit41d6898abef71f42aca0ccc0fc7f3dec2c0608fe
tree90cd104b602b4a1d1bcd4f3d3946f9aa1355589e
parent7e99170f7823740504eaf6d74806fc7eabe3cf02
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: https://svn.freebsd.org/base/releng/10.2@309571 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/tzcode/zic/zdump.c
contrib/tzcode/zic/zic.c