From 0da12709c53975a5cf39535e6f5fac18b5d813f4 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 31 Dec 2007 14:53:58 +0000 Subject: * ruby.c (proc_options, process_options): delays finding encoding until load_path is set. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index b6b88404d..9b4c35223 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 31 23:53:55 2007 Nobuyoshi Nakada + + * ruby.c (proc_options, process_options): delays finding encoding + until load_path is set. + Mon Dec 31 23:27:17 2007 Nobuyoshi Nakada * string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819] -- cgit