1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/bigdecimal
nobu 57e2877e7b ext: use RARRAY_AREF
* ext/**/*.c: prefer RARRAY_AREF to indexing RARRAY_CONST_PTR.
  pointed out by hanmac.
  https://github.com/ruby/ruby/commit/3553a86#commitcomment-14187670

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-05 01:09:17 +00:00
..
lib/bigdecimal bigdecimal/math.rb: error message in BigMath#PI 2014-06-28 11:29:11 +00:00
sample * ext/bigdecimal: update class method call style from :: to . 2014-01-02 15:10:13 +00:00
bigdecimal.c ext: use RARRAY_AREF 2015-11-05 01:09:17 +00:00
bigdecimal.gemspec * ext/bigdecimal/bigdecimal.gemspec: Fix require paths for released gem. 2015-06-13 02:35:25 +00:00
bigdecimal.h * bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952] 2015-04-08 07:18:46 +00:00
depend * ext/bigdecimal/depend: Fix dependencies to make bigdecimal 2014-12-19 13:15:28 +00:00
extconf.rb * ext/bigdecimal/bigdecimal.c (rb_rational_num): add fallback function 2015-01-29 14:34:43 +00:00