From 6734bf1cce2ef1bd2ec5e28cf8aaee8cd044b76c Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 2 Apr 2004 05:38:07 +0000 Subject: * eval.c (block_pass): should increment unique identifier of the block. [ruby-talk:96363] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd9535480..e44f57a1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 2 14:35:26 2004 Yukihiro Matsumoto + + * eval.c (block_pass): should increment unique identifier of the + block. [ruby-talk:96363] + Fri Apr 2 11:36:20 2004 Minero Aoki * eval.c (Init_load): make $LOADED_FEATURES built-in. -- cgit