From 5db527a7876ecdc7bc4fee95ef4781dbfaf847d2 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 15 Aug 2007 04:50:12 +0000 Subject: * hash.c (rb_hash_delete_key): delete the entry without calling block. * hash.c (rb_hash_shift): should consider iter_lev too. * hash.c (delete_if_i): use rb_hash_delete_key() so that the block isn't called twice. [ruby-core:11556] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a67f5c298..6bf1feb96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Aug 15 13:50:10 2007 Nobuyoshi Nakada + + * hash.c (rb_hash_delete_key): delete the entry without calling block. + + * hash.c (rb_hash_shift): should consider iter_lev too. + + * hash.c (delete_if_i): use rb_hash_delete_key() so that the block + isn't called twice. [ruby-core:11556] + Wed Aug 15 13:39:25 2007 Koichi Sasada * process.c (proc_geteuid): fix strange cast. [ruby-dev:31417] -- cgit