ruby-changes:43624
From: usa <ko1@a...>
Date: Sat, 16 Jul 2016 06:40:05 +0900 (JST)
Subject: [ruby-changes:43624] usa:r55697 (trunk): * time.c (time_arg): revert r55688 beause it had no effect. retry...
usa 2016-07-16 06:39:57 +0900 (Sat, 16 Jul 2016) New Revision: 55697 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55697 Log: * time.c (time_arg): revert r55688 beause it had no effect. retry... Modified files: trunk/ChangeLog trunk/time.c Index: time.c =================================================================== --- time.c (revision 55696) +++ time.c (revision 55697) @@ -2591,7 +2591,6 @@ time_arg(int argc, VALUE *argv, struct v https://github.com/ruby/ruby/blob/trunk/time.c#L2591 } validate_vtm(vtm); - RB_GC_GUARD(vtm->subsecx); } static int Index: ChangeLog =================================================================== --- ChangeLog (revision 55696) +++ ChangeLog (revision 55697) @@ -24,12 +24,6 @@ Fri Jul 15 17:08:57 2016 Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L24 which may be canceled out by the exponent. http://twitter.com/kazuho/status/753829998767714305 -Fri Jul 15 15:32:13 2016 NAKAMURA Usaku <usa@r...> - - * time.c (time_arg): it seems that this function sometimes causes SEGV - on mswin CI, then force to prevent `vtm->subsecx` from GC. this is - experimental. - Fri Jul 15 09:53:48 2016 Nobuyoshi Nakada <nobu@r...> * enc/unicode/case-folding.rb, tool/enc-unicode.rb: check if -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/