diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-10-31 08:00:18 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-10-31 08:00:18 +0000 |
commit | 20f38e4cbd1bffcf2e775b1cc1cfa7f80bedab76 (patch) | |
tree | fec997c686302d4a5c727d41ce6b793187b03bcd /ChangeLog | |
parent | 35bc1df02607792b9534f7f45bf7c80174fb97a4 (diff) | |
download | ruby-20f38e4cbd1bffcf2e775b1cc1cfa7f80bedab76.tar.gz ruby-20f38e4cbd1bffcf2e775b1cc1cfa7f80bedab76.tar.xz ruby-20f38e4cbd1bffcf2e775b1cc1cfa7f80bedab76.zip |
* eval.c (exec_under): should initialize ruby_frame->self;
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Wed Oct 31 16:59:25 2001 Yukihiro Matsumoto <[email protected]> + + * eval.c (exec_under): should initialize ruby_frame->self; + Wed Oct 31 15:09:28 2001 Yukihiro Matsumoto <[email protected]> * eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _old |