From fe1608a519c70cf53c6deccd52fbca4668fe56ef Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 30 Jul 2006 14:27:01 +0000 Subject: * eval.c (rb_call0): trace call/return of method defined from block. fixed: [ruby-core:08329] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4872696b43..ce0922120d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Sun Jul 30 23:04:03 2006 Nobuyoshi Nakada +Sun Jul 30 23:26:22 2006 Nobuyoshi Nakada + + * eval.c (rb_call0): trace call/return of method defined from block. + fixed: [ruby-core:08329] * eval.c (rb_trap_eval): make the current thread runnable to deal with exceptions which occurred within the trap. fixed: [ruby-dev:27729] -- cgit v1.2.3