summaryrefslogtreecommitdiff
path: root/test/ruby/test_numeric.rb
AgeCommit message (Expand)Author
2016-03-25merge revision(s) 53949: [Backport #9810]usa
2015-06-30merge revision(s) 49224,49225,49234,49235: [Backport #10711]usa
2014-08-03merge revision(s) r44610,r44617:nagachika
2014-07-02merge revision(s) r45858,r45859,r45860,r45861,r46638: [Backport #9811]nagachika
2014-06-10merge revision(s) r45207,r45208,r45209,r45210: [Backport #9575]nagachika
2014-05-29merge revision(s) r45187,r45205,r45206,r45212,r45213: [Backport #9570]nagachika
2013-12-13test/ruby: better assertionsnobu
2013-09-07numeric.c: no extra checksnobu
2013-09-02Retain behavior of Numeric#step when nil is given as second argument.knu
2013-09-02Fix and add tests for Numeric#step.knu
2013-09-02Enhance Numeric#step.knu
2013-06-06* numeric.c (num_quo): Use to_r method to convert the receiver tomrkn
2011-08-29* test/ruby/test_numeric.rb (test_num2long): modify a test agaist themrkn
2010-10-13* numeric.c (ruby_float_step): fix Numeric#step with infinity unitnaruse
2009-08-27* vm_method.c (rb_remove_method_id): exported.nobu
2009-06-20 * numeric.c (num_div): don't use num_floor which is actuallytadf
2008-09-16 * numeric.c: provides predicate real? instead of scalar?.tadf
2008-05-27* numeric.c (num_div): should raise ZeroDivisionError.matz
2008-05-07* numeric.c (bit_coerce): float should not be a valid operand ofmatz
2008-05-07* bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz
2008-04-07 * numeric.c: cancelled recent changes (except to remove rdiv).tadf
2008-04-02* numeric.c (num_rdiv): should always return rational number.matz
2008-03-13* test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-andmatz
2008-03-08add a test for [ruby-dev:34006].akr
2008-03-08code duplication removed.akr
2008-02-10* test/ruby/test_pack.rb: fix tests for 64bit CPU.mame
2008-02-03* test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test covera...mame