summaryrefslogtreecommitdiff
path: root/test/ruby/test_float.rb
AgeCommit message (Expand)Author
2011-09-05* test/ruby/test_float.rb (TestFloat#test_round): show the number in question.nobu
2011-09-01* numeric.c (flo_round): substitute machine dependent magic number.nobu
2011-05-29* numeric.c (flo_round): fix for negative value.nobu
2011-03-22* numeric.c (flo_round): fix inaccurate results.nobu
2011-01-24* error.c (rb_invalid_str): prevent intermediate variable from GC.nobu
2010-10-30* util.c (ruby_strtod): get rid of overflow/underflow as possible.nobu
2010-10-20* util.c (ruby_strtod): reject 0x1.p+0. [ruby-dev:42432] #3966naruse
2010-09-13* util.c (ruby_strtod): reject Float('0x0.').naruse
2010-09-06* util.c (ruby_strtod): check there is at least 1 digit afternaruse
2010-09-06* util.c (ruby_strtod): check integr overflow.naruse
2010-08-23* util.c (ruby_strtod): make sure to have digit-sequence after 'p'naruse
2010-07-24* numeric.c (flo_cmp): honor the result of infinite? method of thenobu
2010-07-24* test/ruby/envutil.rb (EnvUtil#.suppress_warning): added.nobu
2010-05-12* numeric.c (flo_to_s): make minimum string representation.nobu
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-29* test/ruby: fixed nonsense assertions.nobu
2010-04-01* object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse
2009-12-29Add Float::INFINITY and Float::NAN.naruse
2009-06-17* numeric.c (flo_cmp): Infinity is greater than any bignummatz
2009-05-09* test/ruby/test_float.rb (TestFloat#test_sleep_with_Float): add akazu
2009-03-14* test/ruby/test_float.rb (TestFloat#test_to_s): precision wasnobu
2008-11-27* numeric.c (flodivmod): floating point division should raisematz
2008-09-19* prec.c: removed. Precision will be redesigned and be back again.yugui
2008-06-10* test/ruby/test_float.rb: add tests. [ruby-dev:35009]kazu
2008-05-16* math.c (to_flo): rb_Float() accepts even strings for input.matz
2008-05-14* test/ruby/test_object.rb: new tests to achieve over 90% testmame
2008-04-28more tests.akr
2008-04-28more tests.akr
2008-04-28* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr
2008-03-01add a test.akr
2008-03-01* object.c (rb_cstr_to_dbl): check for successive underscores.nobu
2008-01-31* test/ruby/test_bignum.rb: suppress warnings during test.mame
2007-12-22* test/ruby/test_float.rb, test_sprintf.rb: fix test place.ko1
2007-12-22* test/ruby/test_float.rb (test_float): test literal, not sprintf.usa
2007-08-21* util.c (ruby_strtod): replaced by the implementation by Davidmatz
2006-07-20* test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-02-17* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean
2005-10-30* test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean
2004-07-14* util.c (ruby_strtod): should not convert string in the form ofocean
2004-05-15* test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1ocean
2004-05-14* test/ruby/test_float.rb: Add test for util.c revision 1.42.ocean
2004-05-09 * test/ruby/test_float.rb: added test_strtod to test Float("0").nahi
2004-04-01add test_symmetry_bignum.akr
2004-02-18 * test/*: should not depend on $KCODE.nahi
2003-12-01* numeric.c (num_sadded): prohibit singleton method definition formatz
2003-10-07* test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END.nahi
2003-09-05* lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu
2003-09-05* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi
2003-09-04* test/ruby: tests for ruby itself.nahi