From 389eac4d13503fec4af463b4ef502ea416300324 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 3 Jul 2001 09:37:08 +0000 Subject: * eval.c (rb_eval_string_wrap): should push frame (and adjust cbase) before wrapped eval. * eval.c (rb_eval_cmd): ditto. * eval.c (eval): should update ruby_class always after all. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2691fe4ba..5be4ba981 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Jul 3 18:35:49 2001 Yukihiro Matsumoto + + * eval.c (rb_eval_string_wrap): should push frame (and adjust + cbase) before wrapped eval. + + * eval.c (rb_eval_cmd): ditto. + + * eval.c (eval): should update ruby_class always after all. + Tue Jul 3 14:56:27 2001 Shugo Maeda * eval.c (block_pass): do not change wrapper information. -- cgit