mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* time.c (time_arg): revert r55688 beause it had no effect. retry...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d54856c1d4
commit
8b9f9274c6
2 changed files with 0 additions and 7 deletions
|
@ -24,12 +24,6 @@ Fri Jul 15 17:08:57 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|||
which may be canceled out by the exponent.
|
||||
http://twitter.com/kazuho/status/753829998767714305
|
||||
|
||||
Fri Jul 15 15:32:13 2016 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* 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@ruby-lang.org>
|
||||
|
||||
* enc/unicode/case-folding.rb, tool/enc-unicode.rb: check if
|
||||
|
|
1
time.c
1
time.c
|
@ -2591,7 +2591,6 @@ time_arg(int argc, VALUE *argv, struct vtm *vtm)
|
|||
}
|
||||
|
||||
validate_vtm(vtm);
|
||||
RB_GC_GUARD(vtm->subsecx);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
Loading…
Add table
Reference in a new issue