From 5619c391e1aedc99e56ec509158e2e8022b67c67 Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 8 Feb 2009 14:34:13 +0000 Subject: * include/ruby/st.h, st.c: order entries by a linked list instead of a loop to fix iteration miss when hash is modified during iteration. [ruby-dev:37910] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 09681d5c1..6063712d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Feb 8 23:28:05 2009 Yusuke Endoh + + * include/ruby/st.h, st.c: order entries by a linked list instead of + a loop to fix iteration miss when hash is modified during iteration. + [ruby-dev:37910] + Sun Feb 8 23:22:35 2009 Tanaka Akira * ext/socket/option.c (inspect_peercred): new function to show -- cgit