From 4b37ef828031a3f9cb8281a2d583f559abdd71a1 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 7 Nov 2002 19:18:16 +0000 Subject: * class.c (rb_define_method): do not set NOEX_CFUNC if klass is really a module, whose methods must be safe for reciever's type. * eval.c (rb_eval): nosuper should not be inherited unless the overwritten method is an undef placeholder. * parse.y (primary): allow 'when'-less case statement; persuaded by Sean Chittenden. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d8631061b..22306063c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,14 @@ Thu Nov 7 09:51:37 2002 Nobuyoshi Nakada * eval.c (blk_orphan): a block created in a different thread is orphan. [ruby-dev:17471] +Wed Nov 6 16:57:06 2002 Yukihiro Matsumoto + + * class.c (rb_define_method): do not set NOEX_CFUNC if klass is + really a module, whose methods must be safe for reciever's type. + + * eval.c (rb_eval): nosuper should not be inherited unless the + overwritten method is an undef placeholder. + Tue Nov 5 00:46:04 2002 Akinori MUSHA * ext/extmk.rb: Properly pass the given target to @@ -16,6 +24,11 @@ Mon Nov 4 20:03:53 2002 NAKAMURA Usaku * instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead of checking whether CONFIG["configure-args"] includes "--enable-shared". +Mon Nov 4 16:49:14 2002 Yukihiro Matsumoto + + * parse.y (primary): allow 'when'-less case statement; persuaded + by Sean Chittenden. + Mon Nov 4 06:28:09 2002 Akinori MUSHA * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub, -- cgit