From 3480ff6ec1af70e16fb307bd17d9495c026c3f96 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 10 Nov 2007 09:24:54 +0000 Subject: [PATCH] format change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 38d2b77ba3..5ee220486f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,9 @@ Sat Nov 10 18:10:07 2007 Tanaka Akira * 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. + 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.