From ef01a5a6490472e00cad6562074e0eab77aa4f22 Mon Sep 17 00:00:00 2001 From: glass Date: Mon, 29 Jul 2013 11:24:08 +0000 Subject: * hash.c (rb_hash_assoc): revert r42224. table->type->compare is called only if hashes are matched. * test/ruby/test_hash.rb: add a test to check using #== to compare. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b0aa059095..19b761acfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Jul 29 20:14:24 2013 Masaki Matsushita + + * hash.c (rb_hash_assoc): revert r42224. table->type->compare is + called only if hashes are matched. + + * test/ruby/test_hash.rb: add a test to check using #== to compare. + Mon Jul 29 17:00:31 2013 Nobuyoshi Nakada * parse.y (yycompile): store file name as String to keep the encoding. -- cgit v1.2.3