From c9b1746a3197ca10ae2fd2638fa2ca3ab8726e91 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 30 Jul 2009 14:12:25 +0000 Subject: * tool/compile_prelude.rb: replaces "require" with in-place evaluation so that copy & paste for lib/rubygems/default.rb is not necessary. * gem_prelude.rb: removes copied codes from lib/rubygems/defaults.rb. uses require instead. * common.mk (prelude.c): adds dependency for lib/rubygems/defaults.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 66773ac55..16b3f8cdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Jul 30 22:28:04 2009 Yuki Sonoda (Yugui) + + * tool/compile_prelude.rb: replaces "require" with in-place evaluation + so that copy & paste for lib/rubygems/default.rb is not necessary. + + * gem_prelude.rb: removes copied codes from lib/rubygems/defaults.rb. + uses require instead. + + * common.mk (prelude.c): adds dependency for lib/rubygems/defaults.rb. + Thu Jul 30 21:56:18 2009 Yusuke Endoh * test/ruby/test_rand.rb: add tests for Random class. -- cgit