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
knu d007e7d20f * array.c (rb_ary_count): Override Enumerable#count for better
performance.
  (rb_ary_nitems): Undo the backport.  Use #count {} instead.

* enumerator.c (enumerator_iter_i): Remove an unused function.
  (enumerator_with_index, enumerator_each): Remove unused
  variables.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-05-14 10:26:48 +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
suicide.rb * test/ruby/test_beginendblock.rb (test_should_propagate_signaled): 2007-06-10 04:46:17 +00:00
test_alias.rb
test_array.rb * array.c (rb_ary_count): Override Enumerable#count for better 2008-05-14 10:26:48 +00:00
test_assignment.rb
test_beginendblock.rb * test/ruby/test_beginendblock.rb (test_begin_and_eval): add test for 2008-02-20 17:30:07 +00:00
test_bignum.rb * test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using too 2008-02-29 17:44:15 +00:00
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_enum.rb * enum.c New methods: Enumerable#take, #take_while, #drop and 2008-04-14 10:12:17 +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_fixnum.rb * numeric.c (fix_pow): integer power calculation: 0**n => 0, 2007-07-16 15:56:16 +00:00
test_float.rb * test/ruby/test_float.rb (TestFloat::test_strtod): update test to 2006-07-18 09:18:45 +00:00
test_gc.rb
test_hash.rb * hash.c (rb_hash_delete_key): delete the entry without calling block. 2007-08-15 04:50:12 +00:00
test_ifunless.rb
test_integer.rb * test/ruby/test_integer.rb (test_Integer): multiple underscores 2007-12-19 02:08:59 +00:00
test_io.rb
test_iterator.rb * eval.c (rb_iterate): need to PUSH_ITER in proper order. 2007-01-31 05:59:23 +00:00
test_marshal.rb * marshal.c (r_bytes0): check if source has enough data. 2007-10-15 00:58:09 +00:00
test_math.rb
test_method.rb * eval.c (method_name, method_owner): New methods; backported from 1.9. (UnboundMethod#name, UnboundMethod#owner) 2008-05-11 01:38:12 +00:00
test_objectspace.rb use assert_same instead of assert_equal. 2006-09-16 15:30:49 +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 * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a block 2008-04-26 10:37:13 +00:00
test_process.rb * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile): 2006-07-31 07:18:43 +00:00
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/ruby/test_settracefunc.rb (TestSetTraceFunc#test_event): 2008-04-15 21:11:37 +00:00
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 * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest. 2006-10-31 16:10:22 +00:00
test_symbol.rb * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol#to_proc. 2008-04-22 15:25:23 +00:00
test_system.rb * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keep 2007-08-18 03:24:32 +00:00
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