From e2d65d76ba540e81184a3b72b280ecbb7ed2d1c4 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 13 Aug 2005 09:52:06 +0000 Subject: * eval.c (rb_block_pass): distinguish current block from others. fixed: [ruby-dev:26274] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 67488f9b5..297f5604e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ -Sat Aug 13 18:35:27 2005 Nobuyoshi Nakada +Sat Aug 13 18:51:26 2005 Nobuyoshi Nakada + + * eval.c (rb_block_pass): distinguish current block from others. + fixed: [ruby-dev:26274] + +Sat Aug 13 18:51:25 2005 Nobuyoshi Nakada + + * eval.c (rb_block_pass): distinguish current block from others. + fixed: [ruby-dev:26274] * ext/stringio/stringio.c (strio_set_string): disallow nil. http://www.rubyist.net/~nobu/t/20050811.html#c05 -- cgit