aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_fixnum.rb
Commit message (Expand)AuthorAgeFilesLines
* fix r54193nobu2016-03-191-0/+1
* test/ruby: suppress parser warningsnobu2016-02-191-1/+1
* * insns.def (opt_plus): simply use LONG2NUM() instead of wronglynaruse2016-02-151-0/+6
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* numeric.c: Numeric#positive? and Numeric#negative?nobu2015-05-171-0/+17
* add assertions for division NaNnobu2014-08-011-0/+7
* test/ruby: better assertionsnobu2013-12-131-30/+36
* * numeric.c (num_quo): should return a Float for a Float argument.mrkn2013-06-061-0/+1
* * numeric.c (fix_pow): Handle special cases when base is 0, -1 or +1marcandre2013-02-051-0/+19
* * bignum.c (bignew_1): Bignum instances are frozen.ko12012-10-281-0/+4
* * test/ruby/test_fixnum.rb (TestFixnum#test_singleton_method): new test.usa2012-08-231-0/+4
* * numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted formrkn2011-08-291-0/+42
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-291-7/+7
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-191-9/+0
* * test/ruby/test_io_m17n.rb: remove a duplicative method.mame2008-05-131-1/+1
* * string.c (sym_to_i): remove obsolete method. preparation formatz2008-05-071-7/+0
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-101-1/+4
* * test/ruby/test_bignum.rb: suppress warnings during test.mame2008-01-311-0/+124
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, matz2007-07-141-1/+1
* more tests.akr2007-07-131-0/+52
* check (-0x4000000000000000)/(-1) too.akr2007-07-131-0/+1
* add test for [ruby-dev:31210].akr2007-07-131-0/+32
* add tests for [ruby-dev:31189] and [ruby-dev:31190].akr2007-07-121-0/+10
* * numeric.c (int_pow): fix previous nubu's commit.usa2007-07-051-0/+26