From bb414a3414e1d2c9c7d81cbc1cbf2f8a8640ddbb Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 13 Aug 2008 08:44:17 +0000 Subject: * hash.c (rb_hash_set_default_proc): add new method. a patch from Giuseppe Bilotta. #419 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e19c7cefd..1350e5eea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ Wed Aug 13 17:35:58 2008 Tanaka Akira * transcode.c (transcode_restartable0): several local variables removed. +Wed Aug 13 17:35:23 2008 Yukihiro Matsumoto + + * hash.c (rb_hash_set_default_proc): add new method. a patch from + Giuseppe Bilotta. #419 + Wed Aug 13 17:31:12 2008 Yukihiro Matsumoto * vm_insnhelper.c (caller_setup_args): should ensure if the value -- cgit