From 121b2b2802a3219821c23435f9ca8db6ff89aac1 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 26 Oct 2009 10:30:15 +0000 Subject: * hash.c (default_proc_arity_check): new support function. * hash.c (rb_hash_initialize): should do arity check as #default_proc=. [ruby-core:26281] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c019e26e8..924dd9fc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Oct 26 18:37:57 2009 Yukihiro Matsumoto + + * hash.c (default_proc_arity_check): new support function. + + * hash.c (rb_hash_initialize): should do arity check as #default_proc=. + [ruby-core:26281] + Mon Oct 26 13:24:17 2009 Hidetoshi NAGAI * ext/tk/lib/remote-tk.rb: typo fixed. -- cgit