Age | Commit message (Expand) | Author |
---|---|---|
2008-05-13 | * test/ruby/test_io_m17n.rb: remove a duplicative method. | mame |
2008-05-07 | * string.c (sym_to_i): remove obsolete method. preparation for | matz |
2008-02-10 | * test/ruby/test_pack.rb: fix tests for 64bit CPU. | mame |
2008-01-31 | * test/ruby/test_bignum.rb: suppress warnings during test. | mame |
2007-07-14 | * numeric.c (fix_pow): integer power calculation: 0**n => 0, | matz |
2007-07-13 | more tests. | akr |
2007-07-13 | check (-0x4000000000000000)/(-1) too. | akr |
2007-07-13 | add test for [ruby-dev:31210]. | akr |
2007-07-12 | add tests for [ruby-dev:31189] and [ruby-dev:31190]. | akr |
2007-07-05 | * numeric.c (int_pow): fix previous nubu's commit. | usa |