]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r306852
authorbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 15 Oct 2016 12:38:50 +0000 (12:38 +0000)
committerbapt <bapt@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 15 Oct 2016 12:38:50 +0000 (12:38 +0000)
commit483101e5204a8ec6d3b6c31c4d5e35c85a8ca273
treeb44bb80f9a6ad9f10f781d311f1eeab31b2f08b1
parentf9ebd509854a18ab4d96c2aab81784403c2269a4
MFC r306852

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.

This is needed to be able to update tzdata to a newer version

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