From 6ac57385afa50e6df172d07a39b148a417d836b9 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 4 Mar 2008 10:14:40 +0000 Subject: * hash.c (rb_hash_aset): should not copy key string when compare_by_identity is set. [ruby-dev:33604] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a7f4de32a..3bc621bd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 4 19:10:43 2008 Yukihiro Matsumoto + + * hash.c (rb_hash_aset): should not copy key string when + compare_by_identity is set. [ruby-dev:33604] + Tue Mar 4 16:29:06 2008 Yukihiro Matsumoto * parse.y (parser_yylex): disallow non digits '0o' expression. -- cgit