From 320553cda48fac77e8cc2284b10b0f091a51722e Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 24 Aug 2007 09:57:53 +0000 Subject: * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string. * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::initialize): initialize @workdir to stop warning. * lib/drb/drb.rb (DRb::DRbServer::InvokeMethod::perform_without_block): replace funcall by send!. other files in the distribution as well. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cfe3b5023..0c841dea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Fri Aug 24 18:42:03 2007 Yukihiro Matsumoto + + * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string. + + * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::initialize): + initialize @workdir to stop warning. + +Fri Aug 24 18:30:50 2007 Yukihiro Matsumoto + + * lib/drb/drb.rb (DRb::DRbServer::InvokeMethod::perform_without_block): + replace funcall by send!. other files in the distribution as well. + Fri Aug 24 17:06:56 2007 Yukihiro Matsumoto * eval.c (rb_f_send_bang): abandon the name funcall for private -- cgit