From 7f6018a42342111573f259fd6eb5e404a4b147cd Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 30 Dec 2007 22:39:34 +0000 Subject: * main.c, goruby.c (RUBY_MAIN_INIT): removed. * goruby.c (goruby_run_node): run after ruby_init_loadpath() so that require works, and protect the call. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9773724ad..ca4af7026 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 31 07:39:31 2007 Nobuyoshi Nakada + + * main.c, goruby.c (RUBY_MAIN_INIT): removed. + + * goruby.c (goruby_run_node): run after ruby_init_loadpath() so that + require works, and protect the call. + Mon Dec 31 06:50:38 2007 Nobuyoshi Nakada * trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for cross -- cgit