From fd203a0dea9140d3dfce6ef5356d59ae1e2962e8 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Apr 2005 15:01:21 +0000 Subject: * eval.c (search_required, rb_require_safe): expand path in rb_features. [ruby-dev:26079] * file.c (rb_find_file_ext): return absolute path. * ext/extmk.rb: expand path for ext/**/extconf.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 08da24563..b32263b95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Apr 19 00:01:08 2005 Nobuyoshi Nakada + + * eval.c (search_required, rb_require_safe): expand path in + rb_features. [ruby-dev:26079] + + * file.c (rb_find_file_ext): return absolute path. + + * ext/extmk.rb: expand path for ext/**/extconf.rb. + Mon Apr 18 15:37:35 2005 Yukihiro Matsumoto * eval.c (rb_attr): attribute name check added. -- cgit