summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-10-31 08:00:18 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-10-31 08:00:18 +0000
commit20f38e4cbd1bffcf2e775b1cc1cfa7f80bedab76 (patch)
treefec997c686302d4a5c727d41ce6b793187b03bcd /ChangeLog
parent35bc1df02607792b9534f7f45bf7c80174fb97a4 (diff)
downloadruby-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0205c6cb2..d21a476dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
OSZAR »