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

ruby-cvs:23480

From: nobu ruby-lang.org
Date: Wed, 30 Apr 2008 18:03:04 +0900 (JST)
Subject: [ruby-cvs:23480] Ruby:r16240 (trunk): * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.

nobu	2008-04-30 18:03:03 +0900 (Wed, 30 Apr 2008)

  New Revision: 16240

  Modified files:
    trunk/ChangeLog
    trunk/file.c
    trunk/load.c
    trunk/ruby.c
    trunk/vm.c
    trunk/vm_core.h

  Log:
    * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.
    
    * load.c (rb_get_load_path): returns absolute load path.
    
    * load.c (load_path_getter): $LOAD_PATH getter.
    
    * file.c (rb_find_file_ext, rb_find_file), ruby.c (push_include,
      ruby_init_loadpath): use the accessor.
    
    * vm.c (rb_vm_mark): mark load_path.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/load.c?r1=16240&r2=16239&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/file.c?r1=16240&r2=16239&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ruby.c?r1=16240&r2=16239&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=16240&r2=16239&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm_core.h?r1=16240&r2=16239&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/vm.c?r1=16240&r2=16239&diff_format=u


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