-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* vm_method.c (basic_obj_respond_to): should not call
#respond_to_missing? for not implemented methods. [ruby-core:25909] * vm_method.c (rb_method_boundp): returns exceptional value 2 for not-implemented methods when called from #respond_to? (specifies by new contant NOEX_RESPONDS). * method.h (enum): new constant NOEX_RESPONDS added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Oct 4, 2009
1 parent
0e260ef
commit e3fc29a
Showing
3 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
Mon Oct 5 00:09:57 2009 Yukihiro Matsumoto <[email protected]> | ||
|
||
* vm_method.c (basic_obj_respond_to): should not call | ||
#respond_to_missing? for not implemented methods. | ||
[ruby-core:25909] | ||
|
||
* vm_method.c (rb_method_boundp): returns exceptional value 2 for | ||
not-implemented methods when called from #respond_to? (specifies | ||
by new contant NOEX_RESPONDS). | ||
|
||
* method.h (enum): new constant NOEX_RESPONDS added. | ||
|
||
Sun Oct 4 22:16:29 2009 Takeyuki FUJIOKA <[email protected]> | ||
|
||
* lib/cgi/cookie.rb: add default value to @@accept_charset | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters