From 47b57348e6d85926d8da91b2136b22f0a079388a Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 21 Jun 2003 15:36:06 +0000 Subject: * eval.c (proc_invoke): should not propagate distination tag if tag is already handled in this level. (ruby-bugs-ja PR#501) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a54e479859..07b1b1d3a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Sat Jun 21 23:15:08 2003 Yukihiro Matsumoto + * eval.c (proc_invoke): should not propagate distination tag if + tag is already handled in this level. (ruby-bugs-ja PR#501) + * object.c (str_to_id): check for empty string before intern. [ruby-talk:74006] -- cgit v1.2.3