diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-26 06:14:44 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-26 06:14:44 +0000 |
| commit | 32fc6324d3ca642f4597aeecc544d08c2d28fd50 (patch) | |
| tree | 39b4acd08cfce1f46c50c6d8409c0b22a248f7c0 /ChangeLog | |
| parent | 62ec26e36fc1d5c729a41bd88a05dae32587e99d (diff) | |
| download | ruby-32fc6324d3ca642f4597aeecc544d08c2d28fd50.tar.gz ruby-32fc6324d3ca642f4597aeecc544d08c2d28fd50.tar.xz ruby-32fc6324d3ca642f4597aeecc544d08c2d28fd50.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Tue Jun 26 15:04:06 2007 Koichi Sasada <ko1@atdot.net> + + * 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 <ko1@atdot.net> * insnhelper.ci (vm_yield_with_cfunc), proc.c: fix Method#to_proc |
