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

ruby-cvs:19353

From: ko1 ruby-lang.org
Date: Wed, 21 Mar 2007 20:15:17 +0900 (JST)
Subject: [ruby-cvs:19353] Ruby:r12117: * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,

ko1	2007-03-21 20:15:15 +0900 (Wed, 21 Mar 2007)

  New Revision: 12117

  Modified files:
    trunk/ChangeLog
    trunk/compile.c
    trunk/debug.c
    trunk/debug.h
    trunk/eval.c
    trunk/intern.h
    trunk/iseq.c
    trunk/lex.c
    trunk/node.h
    trunk/parse.y
    trunk/proc.c
    trunk/vm.c
    trunk/vm_macro.def
    trunk/yarvcore.c
    trunk/yarvcore.h

  Log:
    * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,
      proc.c, vm.c, vm_macro.def, vm_macro.def, yarvcore.c, yarvcore.h,
      debug.c, debug.h: merge half-baked-1.9 changes.  The biggest change
      is to change node structure around NODE_SCOPE, NODE_ARGS.  Every
      scope (method/class/block) has own NODE_SCOPE node and NODE_ARGS
      represents more details of arguments information.  I'll write a
      document about detail of node structure.
    


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/intern.h?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/debug.h?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/node.h?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.c?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/parse.y?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/yarvcore.h?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_macro.def?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/eval.c?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/proc.c?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/iseq.c?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/debug.c?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm.c?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lex.c?r1=12117&r2=12116
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/yarvcore.c?r1=12117&r2=12116


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