From 958d68077b3fa1435c010711876a9229e5cd4192 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 21 Dec 1999 17:50:57 +0000 Subject: Update. 1999-12-21 Shinya Hanataka * locale/lc-time.c: Extend structure era_entry. * locale/localeinfo.h: Likewise. * locale/lc-time.c: Handle '-' direction used in locale's era part properly. * time/strptime.c: Likewise. * time/strftime.c: Likewise. * locale/programs/ld-time.c: Consider negative values in era part of locale as B.C.. * time/strptime.c (strptime_internal): Merged Yoshiyama's %E[CyY] implementation. 1999-12-21 Akira Yoshiyama * time/strptime.c (strptime_internal): Fix segV bugs of a couple of recursive() call. * time/strptime.c (strptime_internal): Implement `%EC',`%Ey',`%EY' parsing. 1999-12-21 Ulrich Drepper * sysdeps/arm/dl-machine.c (CLEAR_CACHE): Fix a2 value. Patch by Scott Bambrough . --- localedata/locales/ja_JP | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'localedata/locales/ja_JP') diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP index 6bf6dc11bd..a7dbe82229 100644 --- a/localedata/locales/ja_JP +++ b/localedata/locales/ja_JP @@ -3,8 +3,8 @@ comment_char % repertoiremap mnemonic.ja % Name: localedef for ja_JP -% Version: 0.6 -% Date: 1999-11-28 +% Version: 0.7 +% Date: 1999-12-05 % Write: HANATAKA, Shinya LC_CTYPE @@ -76,7 +76,7 @@ cntrl ;;;;;/ ;;;;;;;;;/ ;;;;;;;;;/ ;;;;;;;;/ - ;;;;;;;;;;/ + ;;;;;;;;;;/ ;;;;;;;;;;/ ;;;;;;;;; @@ -1652,7 +1652,7 @@ era "+:2:1990//01//01:+*::%EC%Ey";/ "+:2:1912//07//30:1912//12//31::%EC";/ "+:6:1873//01//01:1912//07//29::%EC%Ey";/ "+:1:0001//01//01:1872//12//31::%EC%Ey";/ - "-:1:0000//12//31:-*::%EC%Ey" + "+:1:-0001//12//31:-*::%EC%Ey" era_d_fmt "%EY%m%d" -- cgit v1.2.3