diff options
author | TAMUKI Shoichi <tamuki@linet.gr.jp> | 2019-04-02 16:42:04 +0900 |
---|---|---|
committer | TAMUKI Shoichi <tamuki@linet.gr.jp> | 2019-04-02 16:42:04 +0900 |
commit | 84aea16929f310625a52bf9c3db3341f56970ab0 (patch) | |
tree | 1a5fd364597665257798e8ed976a06afd29dc2b1 /ChangeLog | |
parent | 2f1d61552d429c4e1cbcec115f3cc3dcaf91400d (diff) | |
download | glibc-84aea16929f310625a52bf9c3db3341f56970ab0.zip glibc-84aea16929f310625a52bf9c3db3341f56970ab0.tar.gz glibc-84aea16929f310625a52bf9c3db3341f56970ab0.tar.bz2 |
time: Add tests for Minguo calendar [BZ #24293]
Co-authored-by: Rafal Luzynski <digitalfreak@lingonborough.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog:
[BZ #24293]
* time/Makefile (LOCALES): Add zh_TW.UTF-8, cmn_TW.UTF-8,
hak_TW.UTF-8, nan_TW.UTF-8, and lzh_TW.UTF-8.
* time/tst-strftime2.c (locales): Likewise.
(dates): Add 1910-04-01, 1911-12-31, 1912-01-01, 1913-04-01,
2010-04-01, and 2011-04-01.
(mkreftable): Add rules for the new locales and the new dates.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,14 @@ (mkreftable): Minor improvements to simplify maintenance. (do_test): Reflect the changes in dates array. + [BZ #24293] + * time/Makefile (LOCALES): Add zh_TW.UTF-8, cmn_TW.UTF-8, + hak_TW.UTF-8, nan_TW.UTF-8, and lzh_TW.UTF-8. + * time/tst-strftime2.c (locales): Likewise. + (dates): Add 1910-04-01, 1911-12-31, 1912-01-01, 1913-04-01, + 2010-04-01, and 2011-04-01. + (mkreftable): Add rules for the new locales and the new dates. + 2019-04-01 Carlos O'Donell <carlos@redhat.com> * localedata/locales/ja_JP: Add comments to era entries. |