From d4110a1e7150384ace36a42a9483d1772f12b8c8 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 8 Feb 2002 05:20:34 +0000 Subject: * parse.y (yycompile): should inherit "in_single" if eval happened in a singleton method. * eval.c (rb_eval): class variables from singleton methods defined within singleton class statement should work like ones defined by sington def statements. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad6f34314c..fbd8802d12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,15 @@ Fri Feb 8 05:39:15 2002 Minero Aoki * lib/net/http.rb: initialize HTTP.proxy_port by HTTP.port. +Fri Feb 8 01:27:33 2002 Yukihiro Matsumoto + + * parse.y (yycompile): should inherit "in_single" if eval happened + in a singleton method. + + * eval.c (rb_eval): class variables from singleton methods defined + within singleton class statement should work like ones defined + by sington def statements. + Thu Feb 07 13:44:08 2002 akira yamada * uri/common.rb (URI::join): new method. -- cgit v1.2.3