From 76bfb983e89e269640494918e05db45c359abdf6 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 22 May 2006 04:41:36 +0000 Subject: * eval.c (ev_const_get): should support constant access from within instance_eval(). [ruby-dev:28327] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f984d1784..7e3f39d94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 22 13:38:57 2006 Yukihiro Matsumoto + + * eval.c (ev_const_get): should support constant access from + within instance_eval(). [ruby-dev:28327] + Thu May 18 17:51:32 2006 Yukihiro Matsumoto * time.c (time_timeval): should round for usec floating -- cgit