diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-05 03:43:12 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-05 03:43:12 +0000 |
| commit | 87a414af2bc30f33b3f99383a264f0f8e900fe00 (patch) | |
| tree | ce1445fe22ddf1412a7e89f9664f107fa65560b5 /ChangeLog | |
| parent | 25b2cd95ee2c8e2041d4fbd36c844ba14984af1e (diff) | |
| download | ruby-87a414af2bc30f33b3f99383a264f0f8e900fe00.tar.gz ruby-87a414af2bc30f33b3f99383a264f0f8e900fe00.tar.xz ruby-87a414af2bc30f33b3f99383a264f0f8e900fe00.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri Jan 5 12:03:07 2007 Koichi Sasada <ko1@atdot.net> + + * 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 <gotoyuzo@notwork.org> * thread_pthread.ci (native_sleep): fix tv_nsec overflow. |
