ruby--ruby/bootstraptest
matz 1eee78b876 * eval.c (rb_f_send): allow send/__send__ to call methods of all
visibility again.  we no longer provide __send, __send!.

* eval.c (rb_invoke_method): new method to honor private
  visibility.  if it's invoked in a function call style, it calls
  private methods as well (previous 1.9 send behavior).

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-11-04 20:36:20 +00:00
..
runner.rb * bootstraptest/runner.rb (assert_not_match): new method. 2007-10-05 07:43:34 +00:00
test_block.rb add test for [ruby-dev:31472]. 2007-08-18 03:47:03 +00:00
test_class.rb
test_eval.rb * eval.c (rb_f_send): allow send/__send__ to call methods of all 2007-11-04 20:36:20 +00:00
test_exception.rb * bootstraptest/test_exception.rb: add escape character ("\") for 2007-08-18 04:14:31 +00:00
test_flip.rb
test_flow.rb
test_jump.rb * test_jump.rb, test_knownbug.rb: seems to be fixed. 2007-09-01 14:56:59 +00:00
test_knownbug.rb add test for Regexp.new("\0"). 2007-11-04 01:53:29 +00:00
test_literal.rb * parse.y (aref_args): args may not be a list. [ruby-dev:31592] 2007-08-29 03:48:19 +00:00
test_massign.rb * parse.y (assignable_gen): ignore already erred names. 2007-08-30 18:49:00 +00:00
test_method.rb * eval.c (rb_f_send): allow send/__send__ to call methods of all 2007-11-04 20:36:20 +00:00
test_objectspace.rb * gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911] 2007-10-01 06:17:50 +00:00
test_proc.rb
test_syntax.rb * compile.c (iseq_compile_each): fix next/redo stack consistency. 2007-08-16 13:12:24 +00:00
test_thread.rb