From 4514c9d17681630401f1254ac45a674064b9c088 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 4 Jul 2006 06:22:11 +0000 Subject: * eval.c (rb_call): should not set prot_tag->blkid since it would never catch breaks at this level. [ruby-dev:28922] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4051cfaa9..1df23beb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 4 15:12:49 2006 Yukihiro Matsumoto + + * eval.c (rb_call): should not set prot_tag->blkid since it would + never catch breaks at this level. [ruby-dev:28922] + Tue Jul 4 04:48:36 2006 Yukihiro Matsumoto * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up from -- cgit