diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-29 17:47:24 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-29 17:47:24 +0000 |
| commit | d2793811f3e876139260960672db494b2e287098 (patch) | |
| tree | 23b84c6d3aa98723fea6577ecedbb3d15a49baba /ChangeLog | |
| parent | 71ceffa3dd8bacca8b61eab4709b32ada6867d5c (diff) | |
| download | ruby-d2793811f3e876139260960672db494b2e287098.tar.gz ruby-d2793811f3e876139260960672db494b2e287098.tar.xz ruby-d2793811f3e876139260960672db494b2e287098.zip | |
* eval.c (proc_invoke): single array value to normal Proc#call
(i.e. not via lambda call), should be treated just like yield.
[ruby-dev:21726]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,3 +1,9 @@ +Thu Oct 30 02:46:35 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (proc_invoke): single array value to normal Proc#call + (i.e. not via lambda call), should be treated just like yield. + [ruby-dev:21726] + Thu Oct 30 02:25:48 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize): @@ -57,12 +63,6 @@ Tue Oct 28 15:20:12 2003 NAKAMURA Usaku <usa@ruby-lang.org> ip_rb_threadVwaitObjCmd, ip_rb_threadTkWaitObjCmd): prototype; avoid VC++ warnings. -Tue Oct 28 11:24:18 2003 Yukihiro Matsumoto <matz@ruby-lang.org> - - * parse.y (new_yield): remove magic argument rule; "yield [1,2]" - should yield single array of two elements, not two values. - [ruby-dev:21726] - Mon Oct 27 19:19:55 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (rb_longjmp): ignore reentering error while warning. |
