From b262c0f288e719f91978bf28540e472761db4c7f Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 26 Jan 2009 18:48:47 +0000 Subject: * hash.c (rb_any_hash): fixed performance issues with nil, true, false as hash keys. a patch from Matthias Waechter. [ruby-core:21568] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bef9e8538..85f0377b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jan 27 03:43:34 2009 Yukihiro Matsumoto + + * hash.c (rb_any_hash): fixed performance issues with nil, true, + false as hash keys. a patch from Matthias Waechter. + [ruby-core:21568] + Tue Jan 27 03:23:43 2009 Yukihiro Matsumoto * lib/mkmf.rb (create_makefile): should point correct path to -- cgit