From 6ddeecce9c090447f76c99e111237115f6cc2f33 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 1 May 2007 04:35:58 +0000 Subject: * yarvcore.h, compile.c (set_arguments): support post arguments. * test/ruby/test_method.rb: add tests for above. * test/ruby/test_proc.rb: ditto. * proc.c: fix an arity bug ([ruby-core:11029]). * vm.c, vm.h, insns.def, vm_dump.h: fix bmethod process. * vm.c: support block argument on block parameter. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4251d8959..51eedc90d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue May 1 13:12:49 2007 Koichi Sasada + + * yarvcore.h, compile.c (set_arguments): support post arguments. + + * test/ruby/test_method.rb: add tests for above. + + * test/ruby/test_proc.rb: ditto. + + * proc.c: fix an arity bug ([ruby-core:11029]). + + * vm.c, vm.h, insns.def, vm_dump.h: fix bmethod process. + + * vm.c: support block argument on block parameter. + Fri Apr 27 17:05:41 2007 Nobuyoshi Nakada * numeric.c (int_pow): bugfix of overflow detection. -- cgit