ruby-cvs:17204
From: (matz) <matz ruby-lang.org>
Date: Fri, 21 Jul 2006 04:20:23 +0900
Subject: [ruby-cvs:17204] ruby/lib: * eval.c (rb_call): try local method look-up first for fcall, then
matz Fri, 21 Jul 2006 04:20:23 +0900
Removed files:
ruby/lib:
cgi-lib.rb
Log:
* eval.c (rb_call): try local method look-up first for fcall, then
normal method look-up. [ruby-talk:202564]
* eval.c (rb_get_method_body): save local method cache separately.
* eval.c (search_method): export info whether method is local or
not.
Revision Changes Path
1.9 -REMOVED- ruby/lib/cgi-lib.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/cgi-lib.rb?cvsroot=src&rev=1.8