From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93094 invoked by alias); 2 Apr 2019 07:50:00 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 92953 invoked by uid 55); 2 Apr 2019 07:49:56 -0000 From: "cvs-commit at gcc dot gnu.org" To: libc-locales@sourceware.org Subject: [Bug localedata/22964] The Japanese Era name will be changed on May 1, 2019 Date: Tue, 02 Apr 2019 07:50:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.26 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2019-q2/txt/msg00004.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D22964 --- Comment #3 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via 466afec30896585b60c2106df7a722a86247c9f3 (commit) via 84aea16929f310625a52bf9c3db3341f56970ab0 (commit) via 2f1d61552d429c4e1cbcec115f3cc3dcaf91400d (commit) via 2c7e704b7e590e9895155529f1480e2cdea5424f (commit) from 62449176e035e47adc543c1b8cf2075edaaf4742 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D466afec30896585b60c= 2106df7a722a86247c9f3 commit 466afec30896585b60c2106df7a722a86247c9f3 Author: TAMUKI Shoichi Date: Tue Apr 2 16:46:55 2019 +0900 ja_JP locale: Add entry for the new Japanese era [BZ #22964] The Japanese era name will be changed on May 1, 2019. The Japanese government made a preliminary announcement on April 1, 2019. The glibc ja_JP locale must be updated to include the new era name for strftime's alternative year format support. Checked on x86_64-linux-gnu. Reviewed-by: Carlos O'Donell ChangeLog: [BZ #22964] * localedata/locales/ja_JP (LC_TIME): Add entry for the new Japanese era. * time/tst-strftime2.c (dates): Add 2019-04-30 and 2019-05-01. (mkreftable): Add rules for the new Japanese era and the new dates. https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D84aea16929f310625a5= 2bf9c3db3341f56970ab0 commit 84aea16929f310625a52bf9c3db3341f56970ab0 Author: TAMUKI Shoichi Date: Tue Apr 2 16:42:04 2019 +0900 time: Add tests for Minguo calendar [BZ #24293] Co-authored-by: Rafal Luzynski Reviewed-by: Carlos O'Donell 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. https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D2f1d61552d429c4e1cb= cec115f3cc3dcaf91400d commit 2f1d61552d429c4e1cbcec115f3cc3dcaf91400d Author: TAMUKI Shoichi Date: Tue Apr 2 16:37:03 2019 +0900 time/tst-strftime2.c: Make the file easier to maintain Express the years as full Gregorian years (e.g., 1988 instead of 88) and months with natural numbers (1-12 rather than 0-11). Compare actual dates rather than indexes when selecting the era name. Declare the local variable era as a string character pointer rather than an array of chars where the actual string is copied which might lead to potential buffer overflows in future. Co-authored-by: Rafal Luzynski Reviewed-by: Carlos O'Donell ChangeLog: * time/tst-strftime2.c (date_t): Explicitly define the type. (dates): Use natural month and year numbers to express a date. (is_before): New function to compare dates. (mkreftable): Minor improvements to simplify maintenance. (do_test): Reflect the changes in dates array. https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D2c7e704b7e590e98951= 55529f1480e2cdea5424f commit 2c7e704b7e590e9895155529f1480e2cdea5424f Author: TAMUKI Shoichi Date: Tue Apr 2 16:25:35 2019 +0900 NEWS: Mention Minguo calendar support added [BZ #24293] Co-authored-by: Rafal Luzynski Reviewed-by: Carlos O'Donell ----------------------------------------------------------------------- Summary of changes: ChangeLog | 25 ++++++++ NEWS | 6 ++ localedata/locales/ja_JP | 6 +- time/Makefile | 4 +- time/tst-strftime2.c | 139 +++++++++++++++++++++++++++++++++---------= ---- 5 files changed, 139 insertions(+), 41 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.