summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-06 07:37:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-06 07:37:49 +0000
commit8d6085d31f8e66a2464f7863c80c0348caf4cc3d (patch)
tree77483c16e7ef3d23e728183a316472f54ce4ae49 /ChangeLog
parent0b1057a7b373147fe3a184915bfb828078b7ba02 (diff)
downloadruby-8d6085d31f8e66a2464f7863c80c0348caf4cc3d.tar.gz
ruby-8d6085d31f8e66a2464f7863c80c0348caf4cc3d.tar.xz
ruby-8d6085d31f8e66a2464f7863c80c0348caf4cc3d.zip
* eval_load.c (loaded_feature_path): need to expand relative paths.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 05dde870a..410318f3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-Tue Nov 6 15:52:01 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Tue Nov 6 16:37:47 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * eval_load.c (loaded_feature_path): need to expand relative paths.
* eval_load.c (rb_feature_p): check if the feature is loading with
load path. [ruby-dev:31932]