From c772db7f01b64b5659832ba9bb7d344e90403b22 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 18 Aug 2004 03:53:50 +0000 Subject: * eval.c (rb_obj_instance_eval): evaluates under special singleton classes as for special constants. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 68759c12a..a31be52fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 18 12:52:55 2004 Nobuyoshi Nakada + + * eval.c (rb_obj_instance_eval): evaluates under special singleton + classes as for special constants. + Tue Aug 17 17:20:59 2004 Yukihiro Matsumoto * io.c (rb_io_reopen): should clear allocated OpenFile. pointed -- cgit