1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/ruby
matz 9466848db3 * numeric.c (num_div): use floor rather than rb_Integer().
[ruby-dev:28589]

* numeric.c (flo_divmod): the first element of Float#divmod should
  be an integer. [ruby-dev:28589]

* test/ruby/test_float.rb: add tests for divmod, div, modulo and remainder.

* util.c (ruby_strtod): fixed wrong conversion.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-05-01 03:46:47 +00:00
..
beginmainend.rb
endblockwarn.rb
envutil.rb * eval.c (eval): no need to push ruby_class. [ruby-dev:28176] 2006-02-11 16:13:47 +00:00
marshaltestlib.rb
test_alias.rb
test_array.rb * test/ruby/test_array.rb (test_misc): added some tests 2005-11-20 01:26:39 +00:00
test_assignment.rb
test_beginendblock.rb
test_bignum.rb
test_call.rb
test_case.rb
test_clone.rb
test_condition.rb
test_const.rb
test_defined.rb
test_dir.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2006-01-01 08:12:39 +00:00
test_env.rb * test/dbm/test_dbm.rb: remove locking test, which may not be 2005-09-12 09:31:40 +00:00
test_eval.rb
test_exception.rb
test_file.rb add tests for reading an extended file 2005-05-12 09:04:49 +00:00
test_float.rb * numeric.c (num_div): use floor rather than rb_Integer(). 2006-05-01 03:46:47 +00:00
test_gc.rb
test_hash.rb
test_ifunless.rb
test_io.rb
test_iterator.rb * test/ruby/test_iterator.rb (test_block_passing): more tests. 2005-08-17 12:35:56 +00:00
test_marshal.rb
test_math.rb
test_method.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2005-08-08 11:44:04 +00:00
test_objectspace.rb fix string interpolation 2006-03-04 06:39:25 +00:00
test_pack.rb * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330] 2006-02-17 02:21:39 +00:00
test_path.rb * file.c (rb_file_s_basename): skip slashes just after UNC top slashes. 2005-11-22 05:48:51 +00:00
test_pipe.rb
test_proc.rb
test_rand.rb
test_range.rb add a test for [ruby-dev:26383]. 2005-06-30 06:27:05 +00:00
test_readpartial.rb
test_settracefunc.rb
test_signal.rb * stable version 1.8.4 released. 2005-12-24 09:58:57 +00:00
test_string.rb
test_stringchar.rb
test_struct.rb
test_super.rb * test/ruby/test_super.rb: added from HEAD. [ruby-dev:26743] 2005-08-07 14:51:41 +00:00
test_symbol.rb * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047] 2005-12-19 14:33:11 +00:00
test_system.rb
test_time.rb
test_trace.rb
test_variable.rb
test_whileuntil.rb
ut_eof.rb * io.c (rb_io_eof, remain_size, read_all, io_read, appendline) 2005-05-12 08:12:42 +00:00