From 4e183b11acebdbce9fe843059ddb8e18e491cce1 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: svn+ssh://ci.ruby-lang.org/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 cfe3b50238..0c841dea26 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 v1.2.3