aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-18 12:31:53 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-18 12:31:53 +0000
commitae4a7ade8df9f56e0c3dc302118464ff43fd7292 (patch)
tree6d819cd0e363fe4b0deec1acc744160852ad1400 /ChangeLog
parentfcc8ed8fb9b2f5449be67cb5f52a6e6b0fe37a11 (diff)
downloadruby-ae4a7ade8df9f56e0c3dc302118464ff43fd7292.tar.gz
* thread.c (recursive_list_access): a object id may be a Bignum. so,
the list must be a objhash, instead of a identhash. this fixes many test errors on mswin64 CI. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5d1e8f8c9..b6ffb31a95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed May 18 21:29:59 2016 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * thread.c (recursive_list_access): a object id may be a Bignum. so,
+ the list must be a objhash, instead of a identhash.
+ this fixes many test errors on mswin64 CI.
+
Wed May 18 19:33:54 2016 NARUSE, Yui <naruse@ruby-lang.org>
* re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returns