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

ruby-cvs:20058

From: nobu ruby-lang.org
Date: Fri, 20 Jul 2007 16:11:36 +0900 (JST)
Subject: [ruby-cvs:20058] Ruby:r12822 (trunk): * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to

nobu	2007-07-20 16:11:35 +0900 (Fri, 20 Jul 2007)

  New Revision: 12822

  Modified files:
    trunk/ChangeLog
    trunk/compile.c
    trunk/compile.h
    trunk/eval.c
    trunk/gc.c
    trunk/thread.c
    trunk/vm.c

  Log:
    * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to
      initialize aggregations with dynamic values.  [ruby-talk:259306]
    
    * eval.c (rb_protect): not to initialize aggregations with dynamic
      values.  [ruby-talk:259306]
    
    * gc.c (mark_current_machine_context): ditto.
    
    * thread.c (thgroup_list, call_trace_func): ditto.
    
    * vm.c (vm_init_redefined_flag): ditto.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.c?r1=12822&r2=12821
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=12822&r2=12821
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/thread.c?r1=12822&r2=12821
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/gc.c?r1=12822&r2=12821
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/eval.c?r1=12822&r2=12821
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm.c?r1=12822&r2=12821
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.h?r1=12822&r2=12821


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