From 4adfd770e62aea26e36154b27fac95d50b3ab1d6 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: http://svn.ruby-lang.org/repos/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 a54e47985..07b1b1d3a 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