Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * numeric.c: provides predicate real? instead of scalar?. | tadf | 2008-09-16 | 1 | -2/+2 |
* | * numeric.c (num_div): should raise ZeroDivisionError. | matz | 2008-05-27 | 1 | -3/+3 |
* | * numeric.c (bit_coerce): float should not be a valid operand of | matz | 2008-05-07 | 1 | -3/+3 |
* | * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN. | matz | 2008-05-07 | 1 | -10/+1 |
* | * numeric.c: cancelled recent changes (except to remove rdiv). | tadf | 2008-04-07 | 1 | -1/+10 |
* | * numeric.c (num_rdiv): should always return rational number. | matz | 2008-04-02 | 1 | -10/+1 |
* | * test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-and | matz | 2008-03-13 | 1 | -4/+2 |
* | add a test for [ruby-dev:34006]. | akr | 2008-03-08 | 1 | -0/+2 |
* | code duplication removed. | akr | 2008-03-08 | 1 | -223/+0 |
* | * test/ruby/test_pack.rb: fix tests for 64bit CPU. | mame | 2008-02-10 | 1 | -1/+4 |
* | * test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test covera... | mame | 2008-02-03 | 1 | -0/+446 |