diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-11-06 10:27:59 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-11-06 10:27:59 +0000 |
| commit | 08c060ce9bf0aa15609eb5296e245f92b7e15532 (patch) | |
| tree | 2793f32bf0c30b0d70dad35298fcafc8dbe64b22 /ChangeLog | |
| parent | 50aa495b3f052d870af2407345d3531fdfc26ac6 (diff) | |
| download | ruby-08c060ce9bf0aa15609eb5296e245f92b7e15532.tar.gz ruby-08c060ce9bf0aa15609eb5296e245f92b7e15532.tar.xz ruby-08c060ce9bf0aa15609eb5296e245f92b7e15532.zip | |
* eval.c (svalue_to_avalue): need to splat but no error.
* eval.c: new macros - YIELD_CALL, YIELD_VALUES.
* eval.c (rb_yield_values): specify YIELD_VALUES.
* eval.c (rb_yield_0): use new macros.
* eval.c (proc_invoke): slightly modified to separate YIELD_CALL
and YIELD_VALUES from YIELD_ARY_ARGS.
* object.c (Init_Object): add nil.to_splat => [].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Mon Nov 6 18:54:13 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (svalue_to_avalue): need to splat but no error. + + * eval.c: new macros - YIELD_CALL, YIELD_VALUES. + + * eval.c (rb_yield_values): specify YIELD_VALUES. + + * eval.c (rb_yield_0): use new macros. + + * eval.c (proc_invoke): slightly modified to separate YIELD_CALL + and YIELD_VALUES from YIELD_ARY_ARGS. + + * object.c (Init_Object): add nil.to_splat => []. + Mon Nov 6 15:41:55 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib/tk/itemconfig.rb: ext/tk/lib/tk/itemconfig.rb: bug |
