ruby-cvs:15874
From: (matz) <matz ruby-lang.org>
Date: Tue, 1 Nov 2005 22:45:04 +0900
Subject: [ruby-cvs:15874] ruby/lib/rdoc/parsers, ruby: * eval.c (rb_call_super): should call method_missing if super is
matz Tue, 1 Nov 2005 22:45:04 +0900
Modified files: (Branch: ruby_1_8)
ruby/lib/rdoc/parsers:
parse_rb.rb
ruby:
eval.c ChangeLog
Log:
* eval.c (rb_call_super): should call method_missing if super is
called from Kernel method.
* eval.c (exec_under): frame during eval should preserve external
information.
Revision Changes Path
1.6.2.35 +1 -0 ruby/lib/rdoc/parsers/parse_rb.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rdoc/parsers/parse_rb.rb?cvsroot=src&r1=1.6.2.34&r2=1.6.2.35
1.616.2.134 +12 -7 ruby/eval.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/eval.c?cvsroot=src&r1=1.616.2.133&r2=1.616.2.134
1.2673.2.1368 +8 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1367&r2=1.2673.2.1368