From 181d13dc282a7ed90d569811195134de248d480d Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 19 Apr 2005 14:02:48 +0000 Subject: * eval.c (search_required): deal with features with path too. * intern.h (rb_file_expand_path): prototype. fixed: [ruby-dev:26082] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3d2a71cad..dd32477f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Apr 19 23:02:40 2005 Nobuyoshi Nakada + + * eval.c (search_required): deal with features with path too. + + * intern.h (rb_file_expand_path): prototype. fixed: [ruby-dev:26082] + Tue Apr 19 08:38:07 2005 Nobuyoshi Nakada * eval.c (search_required, rb_require_safe): expand path in -- cgit