From b28112bf672cb14aeaf99a2b3e69f537de9f5c93 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 13 Jun 2009 05:59:01 +0000 Subject: * load.c (rb_require_safe): FilePathValue() implies rb_str_new4(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f58c58d27..25049d261 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -Sat Jun 13 14:57:36 2009 Nobuyoshi Nakada +Sat Jun 13 14:58:57 2009 Nobuyoshi Nakada + + * load.c (rb_require_safe): FilePathValue() implies rb_str_new4(). * load.c (rb_mod_autoload): try conversion to path like as require. [ruby-core:23834] -- cgit