diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-03 04:56:25 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-03 04:56:25 +0000 |
| commit | 741f44a042ce5ab7e060296e2476d3dc33090a80 (patch) | |
| tree | df3be019a29fca68dc14bd106d074d8f18c21875 /ChangeLog | |
| parent | a9278637aac2aaaaa1eb57e594402f36e3382bbb (diff) | |
| download | ruby-741f44a042ce5ab7e060296e2476d3dc33090a80.tar.gz ruby-741f44a042ce5ab7e060296e2476d3dc33090a80.tar.xz ruby-741f44a042ce5ab7e060296e2476d3dc33090a80.zip | |
* eval.c (proc_invoke): prepare to pass a block from "call" method
to a Proc generated by Method#to_proc. [ruby-dev:25031]
* eval.c (rb_yield_0): actually passes a block given to "call".
* object.c (convert_type): use rb_respond_to() again. this fix is
based on [ruby-dev:25021]
* eval.c (rb_respond_to): funcall respond_to? if it's redefined.
[ruby-dev:25021]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -20,6 +20,19 @@ Fri Dec 3 01:55:24 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/sample/demos-jp/widget: ditto. +Fri Dec 3 00:21:05 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (proc_invoke): prepare to pass a block from "call" method + to a Proc generated by Method#to_proc. [ruby-dev:25031] + + * eval.c (rb_yield_0): actually passes a block given to "call". + + * object.c (convert_type): use rb_respond_to() again. this fix is + based on [ruby-dev:25021] + + * eval.c (rb_respond_to): funcall respond_to? if it's redefined. + [ruby-dev:25021] + Thu Dec 2 15:13:53 2004 Michael Neumann <mneumann@ruby-lang.org> * test/xmlrpc/test_parser.rb, test/xmlrpc/data/*.expected: Expected |
