diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-10 09:22:59 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-10 09:22:59 +0000 |
| commit | 6dfca4d3511700b0659b867496beca1b4f8fb383 (patch) | |
| tree | 2d8bfa467abc38cbeccfb504836dfe712784c190 /ChangeLog | |
| parent | c216c3e03f684ce5d1f9b5b1bed70df0d89e78cb (diff) | |
| download | ruby-6dfca4d3511700b0659b867496beca1b4f8fb383.tar.gz ruby-6dfca4d3511700b0659b867496beca1b4f8fb383.tar.xz ruby-6dfca4d3511700b0659b867496beca1b4f8fb383.zip | |
* gem_prelude.rb: new file for gem libraries. currently empty.
* common.mk: generate ext_prelude.c by prelude.rb and gem_prelude.rb.
ruby (not miniruby) is linked with ext_prelude.o instead of prelude.o.
* inits.c (rb_call_inits): don't call Init_prelude.
* ruby.c: support --disable-gems option.
(ruby_init_gems): new function to define Gem::Enable and
invoke Init_prelude.
(process_options): call ruby_init_gems just after
ruby_init_loadpath.
* tool/compile_prelude.rb: support multiple files.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Sat Nov 10 18:10:07 2007 Tanaka Akira <akr@fsij.org> + + * gem_prelude.rb: new file for gem libraries. currently empty. + + * common.mk: generate ext_prelude.c by prelude.rb and gem_prelude.rb. + ruby (not miniruby) is linked with ext_prelude.o instead of prelude.o. + * inits.c (rb_call_inits): don't call Init_prelude. + + * ruby.c: support --disable-gems option. + (ruby_init_gems): new function to define Gem::Enable and + invoke Init_prelude. + (process_options): call ruby_init_gems just after + ruby_init_loadpath. + + * tool/compile_prelude.rb: support multiple files. + Sat Nov 10 17:27:55 2007 Shugo Maeda <shugo@ruby-lang.org> * thread.c (call_trace_proc): don't call ID2SYM() for ID_ALLOCATOR |
