From 08c060ce9bf0aa15609eb5296e245f92b7e15532 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 6 Nov 2006 10:27:59 +0000 Subject: * 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 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b344f8db1..714489531 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Mon Nov 6 18:54:13 2006 Yukihiro Matsumoto + + * 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 * ext/tk/lib/tk/itemconfig.rb: ext/tk/lib/tk/itemconfig.rb: bug -- cgit