From 2de9bf108ef949a3af13299499ef207528df62ac Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 30 May 2007 05:56:13 +0000 Subject: * cont.c (cont_capture): store all local variables in heap ([ruby-dev:30832]). * vm.c (th_stack_to_heap): added. * test/ruby/test_continuation.rb: add a test for above. * eval_intern.h (th_get_ruby_level_cfp): fix to clean code. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fdbfe2409..e9bd0e9bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed May 30 14:43:00 2007 Koichi Sasada + + * cont.c (cont_capture): store all local variables in heap + ([ruby-dev:30832]). + + * vm.c (th_stack_to_heap): added. + + * test/ruby/test_continuation.rb: add a test for above. + + * eval_intern.h (th_get_ruby_level_cfp): fix to clean code. + Wed May 30 13:32:34 2007 Shugo Maeda * lib/net/imap.rb (ResponseParser#next_token): fixed -- cgit