This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.29.9000-170-g6244917


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  62449176e035e47adc543c1b8cf2075edaaf4742 (commit)
      from  e0e4c321c3145b6ac0e8f6e894f87790cf9437ce (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=62449176e035e47adc543c1b8cf2075edaaf4742

commit 62449176e035e47adc543c1b8cf2075edaaf4742
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Thu Mar 28 14:02:20 2019 -0400

    Add verbose comments to 'era' in ja_JP locale.
    
    Reviewed-by: Rafal Luzynski <digitalfreak@lingonborough.com>
    Reviewed-by: TAMUKI Shoichi <tamuki@linet.gr.jp>

diff --git a/ChangeLog b/ChangeLog
index 78249c8..50a00bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-01  Carlos O'Donell  <carlos@redhat.com>
+
+	* localedata/locales/ja_JP: Add comments to era entries.
+
 2019-04-01  DJ Delorie  <dj@redhat.com>
 
 	[BZ #24394]
diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP
index 9bfbb2b..cb51e6d 100644
--- a/localedata/locales/ja_JP
+++ b/localedata/locales/ja_JP
@@ -14946,6 +14946,24 @@ am_pm	"<U5348><U524D>";"<U5348><U5F8C>"
 
 t_fmt_ampm "%p%I<U6642>%M<U5206>%S<U79D2>"
 
+% The era names are laid out in groups of 2 to account for the desire
+% to avoid using '1' for the first era year.  Instead of '1' we use
+% <U5143> or <GAN> as the first era year.
+%
+% The following dates and their names are recorded below in descending
+% date order (note that <U5E74> or <NEN> follows each date).
+% <HEISEI> -> <SHOWA> -> <TAISHO> -> <MEIJI> -> <AD> -> <BC>
+%
+% Each string is an era description segment with the format:
+% "direction:offset:start_date:end_date:era_name:era_format"
+%
+% Note:
+% - The '+*' entry in end_date means "forever going forward"
+% - The '-*' entry in end_date means "forever going backwards" counting up.
+% - Negative year number in start_date is prior to AD 1 (BC) counting up.
+% - The last entry <U7D00><U5143><U524D> in era_name means BC.
+% - The second-to-last entry <U897F><U66A6> in era_name means AD.
+%
 era	"+:2:1990//01//01:+*:<U5E73><U6210>:%EC%Ey<U5E74>";/
 	"+:1:1989//01//08:1989//12//31:<U5E73><U6210>:%EC<U5143><U5E74>";/
 	"+:2:1927//01//01:1989//01//07:<U662D><U548C>:%EC%Ey<U5E74>";/

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |    4 ++++
 localedata/locales/ja_JP |   18 ++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]