ruby-cvs:18503
From: (usa) <usa ruby-lang.org>
Date: Wed, 1 Nov 2006 01:10:08 +0900
Subject: [ruby-cvs:18503] ruby, ruby, ruby/test/ruby: * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.
usa Wed, 1 Nov 2006 01:10:08 +0900
Modified files: (Branch: ruby_1_8)
ruby:
version.h
ruby:
ChangeLog
ruby/test/ruby:
test_super.rb
Log:
* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.
fixed: [ruby-list:42928]
* test/ruby/test_super.rb: add tests to check above bug.
Revision Changes Path
1.720.2.754 +4 -4 ruby/version.h
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/version.h?cvsroot=src&r1=1.720.2.753&r2=1.720.2.754
1.2673.2.1977 +7 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1976&r2=1.2673.2.1977
1.3.4.2 +17 -0 ruby/test/ruby/test_super.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/ruby/test_super.rb?cvsroot=src&r1=1.3.4.1&r2=1.3.4.2