diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-30 22:39:34 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-30 22:39:34 +0000 |
| commit | 7f6018a42342111573f259fd6eb5e404a4b147cd (patch) | |
| tree | c49f3385095fa52561a198b5eebf24c155514e39 /ChangeLog | |
| parent | ce4c111b5420be18be3c740f6a10435556ddb606 (diff) | |
| download | ruby-7f6018a42342111573f259fd6eb5e404a4b147cd.tar.gz ruby-7f6018a42342111573f259fd6eb5e404a4b147cd.tar.xz ruby-7f6018a42342111573f259fd6eb5e404a4b147cd.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Dec 31 07:39:31 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for cross |
