aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_numeric.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-2/+2
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-1/+1
* * test/ruby/test_numeric.rb (test_step): Use Integer::FIXNUM_MAX.akr2016-05-011-2/+1
* assertions.rb: set default internal encodingnobu2016-04-091-12/+8
* numeric.c: wrong type step should raise TypeErrornobu2016-02-261-2/+2
* numeric.c: fix segfaultnobu2016-02-161-0/+10
* * test/ruby/test_numeric.rb (test_nonzero_p): added test for String#nonzero?hsbt2016-01-051-0/+12
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* numeric.c: Numeric#positive? and Numeric#negative?nobu2015-05-171-0/+24
* test_numeric.rb: separate dummy classesnobu2015-05-171-87/+35
* * test/ruby/test_numeric.rb (TestNumeric#test_coerce): fixed wrong message.usa2015-01-121-1/+1
* numeric.c: correct error message when coerce failsnormal2015-01-121-0/+4
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * numeric.c (do_coerce): Add a warning when an exception is raisederegon2014-06-071-0/+17
* numeric.c: check keyword argumentsnobu2014-05-071-0/+8
* numeric.c: float overflownobu2014-02-281-0/+8
* numeric.c: integer overflownobu2014-02-281-1/+5
* * numeric.c: Fix Numeric#step with 0 unit [#9575]marcandre2014-02-281-0/+14
* * test_numeric: Strengthen tests on 64 bit platformsmarcandre2014-02-281-4/+5
* numeric.c: check signs before divisionnobu2014-02-271-0/+2
* test_numeric.rb: default_externalnobu2014-01-151-4/+13
* numeric.c: preserve encodingnobu2014-01-151-1/+10
* numeric.c: preserve encodingnobu2014-01-151-2/+2
* numeric.c: preserve encodingnobu2014-01-151-0/+5
* test_numeric.rb: coercion failuresnobu2014-01-151-0/+5
* test/ruby: better assertionsnobu2013-12-131-7/+7
* numeric.c: no extra checksnobu2013-09-071-2/+2
* Retain behavior of Numeric#step when nil is given as second argument.knu2013-09-021-2/+2
* Fix and add tests for Numeric#step.knu2013-09-021-0/+10
* Enhance Numeric#step.knu2013-09-021-32/+55
* * numeric.c (num_quo): Use to_r method to convert the receiver tomrkn2013-06-061-1/+14
* * test/ruby/test_numeric.rb (test_num2long): modify a test agaist themrkn2011-08-291-1/+1
* * numeric.c (ruby_float_step): fix Numeric#step with infinity unitnaruse2010-10-131-0/+13
* * vm_method.c (rb_remove_method_id): exported.nobu2009-08-271-0/+1
* * numeric.c (num_div): don't use num_floor which is actuallytadf2009-06-201-0/+4
* * numeric.c: provides predicate real? instead of scalar?.tadf2008-09-161-2/+2
* * numeric.c (num_div): should raise ZeroDivisionError.matz2008-05-271-3/+3
* * numeric.c (bit_coerce): float should not be a valid operand ofmatz2008-05-071-3/+3
* * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz2008-05-071-10/+1
* * numeric.c: cancelled recent changes (except to remove rdiv).tadf2008-04-071-1/+10
* * numeric.c (num_rdiv): should always return rational number.matz2008-04-021-10/+1
* * test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-andmatz2008-03-131-4/+2
* add a test for [ruby-dev:34006].akr2008-03-081-0/+2
* code duplication removed.akr2008-03-081-223/+0
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-101-1/+4
* * test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test covera...mame2008-02-031-0/+446