diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-07 18:39:28 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-07 18:39:28 +0000 |
| commit | 460c46a3a78d9956c04543333f6c8f01fa1b0a87 (patch) | |
| tree | b96ae47f8fe939bb59cf6b3d9f89132ac9261934 /ChangeLog | |
| parent | fb7b937f099bc47c457b5cc636ef709773c59694 (diff) | |
| download | ruby-460c46a3a78d9956c04543333f6c8f01fa1b0a87.tar.gz ruby-460c46a3a78d9956c04543333f6c8f01fa1b0a87.tar.xz ruby-460c46a3a78d9956c04543333f6c8f01fa1b0a87.zip | |
* load.c (rb_provided): check expanded path for relative path
features, loading or loaded features are already expanded in 1.9.
* variable.c (rb_autoload_load): no needs to check if provided before
rb_require_safe. [ruby-dev:34266]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Apr 8 03:39:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * load.c (rb_provided): check expanded path for relative path + features, loading or loaded features are already expanded in 1.9. + + * variable.c (rb_autoload_load): no needs to check if provided before + rb_require_safe. [ruby-dev:34266] + Mon Apr 7 22:41:21 2008 Tadayoshi Funaba <tadf@dotrb.org> * numeric.c: cancelled recent changes (except to remove rdiv). |
