diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-11-07 19:18:16 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-11-07 19:18:16 +0000 |
commit | 4b37ef828031a3f9cb8281a2d583f559abdd71a1 (patch) | |
tree | a78adc8cdeb42f4a59788e2e5dda13627a130446 /ChangeLog | |
parent | 211a0b556843c1c6aed8069d8b231db86b321cd2 (diff) | |
download | ruby-4b37ef828031a3f9cb8281a2d583f559abdd71a1.tar.gz ruby-4b37ef828031a3f9cb8281a2d583f559abdd71a1.tar.xz ruby-4b37ef828031a3f9cb8281a2d583f559abdd71a1.zip |
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -6,6 +6,14 @@ Thu Nov 7 09:51:37 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> * 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 <matz@ruby-lang.org> + + * 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 <knu@iDaemons.org> * ext/extmk.rb: Properly pass the given target to @@ -16,6 +24,11 @@ Mon Nov 4 20:03:53 2002 NAKAMURA Usaku <usa@ruby-lang.org> * 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 <matz@ruby-lang.org> + + * parse.y (primary): allow 'when'-less case statement; persuaded + by Sean Chittenden. + Mon Nov 4 06:28:09 2002 Akinori MUSHA <knu@iDaemons.org> * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub, |