[前][次][番号順一覧][スレッド一覧]

ruby-changes:55192

From: nobu <ko1@a...>
Date: Mon, 1 Apr 2019 14:28:31 +0900 (JST)
Subject: [ruby-changes:55192] nobu:r67399 (trunk): date_parse.c: removed 'r' which is not in JIS X 0301 yet

nobu	2019-04-01 14:28:25 +0900 (Mon, 01 Apr 2019)

  New Revision: 67399

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67399

  Log:
    date_parse.c: removed 'r' which is not in JIS X 0301 yet

  Modified files:
    trunk/ext/date/date_parse.c
Index: ext/date/date_parse.c
===================================================================
--- ext/date/date_parse.c	(revision 67398)
+++ ext/date/date_parse.c	(revision 67399)
@@ -1212,7 +1212,7 @@ parse_iso2(VALUE str, VALUE hash) https://github.com/ruby/ruby/blob/trunk/ext/date/date_parse.c#L1212
     return 1;
 }
 
-#define JAPANESE_ERA_INITIALS "mtshr"
+#define JAPANESE_ERA_INITIALS "mtsh"
 
 static int
 gengo(int c)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]