index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_numeric.rb
Age
Commit message (
Expand
)
Author
2014-02-28
numeric.c: float overflow
nobu
2014-02-28
numeric.c: integer overflow
nobu
2014-02-28
* numeric.c: Fix Numeric#step with 0 unit [#9575]
marcandre
2014-02-28
* test_numeric: Strengthen tests on 64 bit platforms
marcandre
2014-02-27
numeric.c: check signs before division
nobu
2014-01-15
test_numeric.rb: default_external
nobu
2014-01-15
numeric.c: preserve encoding
nobu
2014-01-15
numeric.c: preserve encoding
nobu
2014-01-15
numeric.c: preserve encoding
nobu
2014-01-15
test_numeric.rb: coercion failures
nobu
2013-12-13
test/ruby: better assertions
nobu
2013-09-07
numeric.c: no extra checks
nobu
2013-09-02
Retain behavior of Numeric#step when nil is given as second argument.
knu
2013-09-02
Fix and add tests for Numeric#step.
knu
2013-09-02
Enhance Numeric#step.
knu
2013-06-06
* numeric.c (num_quo): Use to_r method to convert the receiver to
mrkn
2011-08-29
* test/ruby/test_numeric.rb (test_num2long): modify a test agaist the
mrkn
2010-10-13
* numeric.c (ruby_float_step): fix Numeric#step with infinity unit
naruse
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 actually
tadf
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 of
matz
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-and
matz
2008-03-08
add a test for [ruby-dev:34006].
akr
2008-03-08
code 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