From ff1b8b75930160a12e03216defa77efcc46b0fec Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 23 Jun 2009 07:05:04 +0000 Subject: * file.c (rb_find_file_ext, rb_find_file): no needs to expand paths with tilde twice. * load.c (rb_f_load): load the given path directly if not found in load_path. * load.c (search_required): search file in specified safe level. * load.c (rb_require_safe): path to load is already searched in search_required(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 261f561a99..a458d03cd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Tue Jun 23 16:04:59 2009 Nobuyoshi Nakada + + * file.c (rb_find_file_ext, rb_find_file): no needs to expand + paths with tilde twice. + + * load.c (rb_f_load): load the given path directly if not found in + load_path. + + * load.c (search_required): search file in specified safe level. + + * load.c (rb_require_safe): path to load is already searched in + search_required(). + Tue Jun 23 12:43:56 2009 Nobuyoshi Nakada * configure.in: remove PACKAGE_* macros generated by autotools. -- cgit v1.2.3