From 37823a1fde6e459b6da6f8696efe26965d2be857 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 27 Sep 2002 04:26:21 +0000 Subject: * eval.c (rb_eval): Class#inherited should be called after the execution of the class body. * parse.y (primary): remove "return outside of method" check at compile time. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1e501ded9..cddf55c6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 27 13:24:35 2002 Yukihiro Matsumoto + + * eval.c (rb_eval): Class#inherited should be called after the + execution of the class body. + Fri Sep 27 02:41:53 2002 Akinori MUSHA * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It is @@ -27,6 +32,11 @@ Thu Sep 26 22:44:21 2002 Akinori MUSHA * ext/digest/digest.c (rb_digest_base_s_hexdigest): Get rid of redundant struct allocation. +Thu Sep 26 09:52:52 2002 Yukihiro Matsumoto + + * parse.y (primary): remove "return outside of method" check at + compile time. + Wed Sep 25 23:51:29 2002 Nobuyoshi Nakada * dir.c (glob_helper): must not closedir() when exception raised -- cgit