From 87a414af2bc30f33b3f99383a264f0f8e900fe00 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: http://svn.ruby-lang.org/repos/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 348826991..c1c74ec2c 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