diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-30 09:03:03 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-30 09:03:03 +0000 |
| commit | 0ad5a9cb07a670d84c58bac2f2af3dbd5c039ee3 (patch) | |
| tree | 2a4b651b8a8772f75832a36733606b1a337b7585 /ChangeLog | |
| parent | 17805b5ba1a232ad7a52f6968fe96f7b9d87e8ac (diff) | |
| download | ruby-0ad5a9cb07a670d84c58bac2f2af3dbd5c039ee3.tar.gz ruby-0ad5a9cb07a670d84c58bac2f2af3dbd5c039ee3.tar.xz ruby-0ad5a9cb07a670d84c58bac2f2af3dbd5c039ee3.zip | |
* 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.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Wed Apr 30 18:03:01 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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. + Wed Apr 30 17:47:21 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * re.c (rb_reg_search): use local variable. a patch from wanabe |
