[前][次][番号順一覧][スレッド一覧][生データ]

ruby-cvs:19467

From: ko1 ruby-lang.org
Date: Tue, 1 May 2007 13:35:59 +0900 (JST)
Subject: [ruby-cvs:19467] Ruby:r12231: * yarvcore.h, compile.c (set_arguments): support post arguments.

ko1	2007-05-01 13:35:58 +0900 (Tue, 01 May 2007)

  New Revision: 12231

  Modified files:
    trunk/ChangeLog
    trunk/compile.c
    trunk/insns.def
    trunk/proc.c
    trunk/test/ruby/test_method.rb
    trunk/test/ruby/test_proc.rb
    trunk/version.h
    trunk/vm.c
    trunk/vm.h
    trunk/vm_dump.c
    trunk/vm_macro.def
    trunk/yarvcore.h

  Log:
    * yarvcore.h, compile.c (set_arguments): support post arguments.
    * test/ruby/test_method.rb: add tests for above.
    * test/ruby/test_proc.rb: ditto.
    * proc.c: fix an arity bug ([ruby-core:11029]).
    * vm.c, vm.h, insns.def, vm_dump.h: fix bmethod process.
    * vm.c: support block argument on block parameter.
    


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_dump.c?r1=12231&r2=12230
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm.h?r1=12231&r2=12230
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?r1=12231&r2=12230
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.c?r1=12231&r2=12230
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_proc.rb?r1=12231&r2=12230
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=12231&r2=12230
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/yarvcore.h?r1=12231&r2=12230
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_macro.def?r1=12231&r2=12230
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/proc.c?r1=12231&r2=12230
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm.c?r1=12231&r2=12230
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/test/ruby/test_method.rb?r1=12231&r2=12230
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/insns.def?r1=12231&r2=12230


[前][次][番号順一覧][スレッド一覧][生データ]