From c5bd0c8e3bf602e082cfd8f95bc28b06aeea2694 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 5 Jan 2007 03:43:12 +0000 Subject: * compile.c (iseq_compile_each, set_block_local_tbl) : support NODE_LAMBDA (partly). * sample/test.rb : restore test of NODE_LAMBDA * test/ruby/test_lambda.rb : ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 348826991a..c1c74ec2c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Jan 5 12:03:07 2007 Koichi Sasada + + * compile.c (iseq_compile_each, set_block_local_tbl) : + support NODE_LAMBDA (partly). + + * sample/test.rb : restore test of NODE_LAMBDA + + * test/ruby/test_lambda.rb : ditto + Fri Jan 5 12:31:23 2007 GOTOU Yuuzou * thread_pthread.ci (native_sleep): fix tv_nsec overflow. -- cgit v1.2.3