1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/bigdecimal
mrkn 1be6a498ba * ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal):
add RB_GC_GUARD to prevent the immediate object is GCed too early.
  This patch was made by Yusuke Endoh.  [Bug #7044] [ruby-core:47632]

* test/bigdecimal/test_bigdecimal.rb: add a reproduction test for
  the issue [Bug #7044]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-01-07 14:42:52 +00:00
..
test_bigdecimal.rb * ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): 2013-01-07 14:42:52 +00:00
test_bigdecimal_util.rb * ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d): 2011-07-26 15:49:47 +00:00
test_bigmath.rb * ext/bigdecimal/bigdecimal.c (BigMath_s_log): move BigMath.log from 2011-06-27 16:26:09 +00:00
testbase.rb Merge branch '5172_bigdecimal_gc_issue' into trunk 2011-08-17 06:35:21 +00:00