From 32fc6324d3ca642f4597aeecc544d08c2d28fd50 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 26 Jun 2007 06:14:44 +0000 Subject: * cont.c (rb_fiber_s_new): revert initializing VM stack. * yarvcore.c (th_init2): ditto. * vm.c, vm.h: fix to stop using Qundef on VM stack. According to this change, VM stack should not include Qundef value. * insns.def (putundef): removed. * compile.c (iseq_compile_each): ditto. * eval.c (eval): fix spacing. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0879053a4..0843d2a72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Tue Jun 26 15:04:06 2007 Koichi Sasada + + * cont.c (rb_fiber_s_new): revert initializing VM stack. + + * yarvcore.c (th_init2): ditto. + + * vm.c, vm.h: fix to stop using Qundef on VM stack. According to + this change, VM stack should not include Qundef value. + + * insns.def (putundef): removed. + + * compile.c (iseq_compile_each): ditto. + + * eval.c (eval): fix spacing. + Tue Jun 26 04:03:50 2007 Koichi Sasada * insnhelper.ci (vm_yield_with_cfunc), proc.c: fix Method#to_proc -- cgit