From 8890ac219acf9f7d82a983a3beb22feef11a8252 Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 1 Oct 2007 22:02:23 +0000 Subject: * proc.c (proc_dup): proc->block.proc should be self. * bootstraptest/test_knownbug.rb, test_method.rb: move a fixed test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c1e718a16..feb79520d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 2 07:01:05 2007 Koichi Sasada + + * proc.c (proc_dup): proc->block.proc should be self. + + * bootstraptest/test_knownbug.rb, test_method.rb: + move a fixed test. + Mon Oct 1 23:44:23 2007 Yukihiro Matsumoto * array.c (rb_ary_combination): revisit #combination behavior. -- cgit