From 5ba0ecca472eeae12ed2b2c179f47b015831aaa5 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 24 Jun 2007 08:40:45 +0000 Subject: * insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception. * vm.c (caller_setup_arg), vm_macro.def: remove macro_eval_setup_send_arguments and add caller_setup_arg(). * insns.def: ditto. * bootstraptest/test_method.rb: add splat arg tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b818b979..09f2f8dc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sun Jun 24 17:28:52 2007 Koichi Sasada + + * insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception. + + * vm.c (caller_setup_arg), vm_macro.def: remove + macro_eval_setup_send_arguments and add caller_setup_arg(). + + * insns.def: ditto. + + * bootstraptest/test_method.rb: add splat arg tests. + Sun Jun 24 16:35:46 2007 Nobuyoshi Nakada * proc.c (proc_to_s): used a variable before initialized. -- cgit