diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-14 02:19:02 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-14 02:19:02 +0000 |
| commit | d6a0a946f0bb6319d86546d2d768bae986aef912 (patch) | |
| tree | 891d52876b0b10af519bd95a36f04c159645cea1 /ChangeLog | |
| parent | 5143f3f1555fe7cf256f767c886f84b2e913e161 (diff) | |
| download | ruby-d6a0a946f0bb6319d86546d2d768bae986aef912.tar.gz ruby-d6a0a946f0bb6319d86546d2d768bae986aef912.tar.xz ruby-d6a0a946f0bb6319d86546d2d768bae986aef912.zip | |
* eval_load.c, yarvcore.h: use rb_vm_t#loaded_features instead of
rb_features (global variable).
* yarvcore.c: mark rb_vm_t#loaded_features.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Feb 14 11:12:02 2007 Koichi Sasada <ko1@atdot.net> + + * eval_load.c, yarvcore.h: use rb_vm_t#loaded_features instead of + rb_features (global variable). + + * yarvcore.c: mark rb_vm_t#loaded_features. + Wed Feb 14 08:46:25 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * compile.c (defined_expr): no longer distinguish ordinary local |
