From 8f41867954b4a1ed7b4930f80fde583cce057bea Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 24 Sep 2007 13:18:02 +0000 Subject: * hash.c (hash_i): avoid too frequent hash conflict where key and value are same. a patch from Yusuke ENDOH . [ruby-dev:31802] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc0c345f1..994c8b362 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ Mon Sep 24 22:14:13 2007 Yukihiro Matsumoto * lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799] + * hash.c (hash_i): avoid too frequent hash conflict where key and + value are same. a patch from Yusuke ENDOH . + [ruby-dev:31802] + Mon Sep 24 17:56:21 2007 Nobuyoshi Nakada * ext/strscan/strscan.c (strscan_initialize, strscan_getch): use the -- cgit