aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_float.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * prec.c: removed. Precision will be redesigned and be back again.yugui2008-09-191-7/+0
* * test/ruby/test_float.rb: add tests. [ruby-dev:35009]kazu2008-06-101-0/+3
* * math.c (to_flo): rb_Float() accepts even strings for input.matz2008-05-161-1/+1
* * test/ruby/test_object.rb: new tests to achieve over 90% testmame2008-05-141-0/+22
* more tests.akr2008-04-281-0/+9
* more tests.akr2008-04-281-32/+117
* * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr2008-04-281-0/+34
* add a test.akr2008-03-011-0/+1
* * object.c (rb_cstr_to_dbl): check for successive underscores.nobu2008-03-011-0/+1
* * test/ruby/test_bignum.rb: suppress warnings during test.mame2008-01-311-0/+164
* * test/ruby/test_float.rb, test_sprintf.rb: fix test place.ko12007-12-221-2/+0
* * test/ruby/test_float.rb (test_float): test literal, not sprintf.usa2007-12-221-0/+2
* * util.c (ruby_strtod): replaced by the implementation by Davidmatz2007-08-211-0/+2
* * test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz2006-07-201-6/+0
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-0/+28
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-171-0/+1
* * test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean2005-10-301-4/+4
* * util.c (ruby_strtod): should not convert string in the form ofocean2004-07-141-3/+20
* * test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1ocean2004-05-151-0/+4
* * test/ruby/test_float.rb: Add test for util.c revision 1.42.ocean2004-05-141-0/+2
* * test/ruby/test_float.rb: added test_strtod to test Float("0").nahi2004-05-091-0/+12
* add test_symmetry_bignum.akr2004-04-011-0/+6
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * numeric.c (num_sadded): prohibit singleton method definition formatz2003-12-011-22/+22
* * test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END.nahi2003-10-071-0/+5
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-13/+13
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-13/+13
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+45