aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-24 05:30:27 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-24 05:30:27 +0000
commit8b0cfe9042aa04a8f574fe4169ecea43b550b638 (patch)
tree8e7749ff3ddd1f02427c93fd1b0b3b4def88b238 /ChangeLog
parentd3199656be297d33696418f8730577fd30735445 (diff)
downloadruby-8b0cfe9042aa04a8f574fe4169ecea43b550b638.tar.gz
* gc.c (gc_mark_ptr): add a check code for #11244.
It should be removed later. But we can remain this check because it is only a branch. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da800f3a4e..54022f2744 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jun 24 14:25:17 2015 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (gc_mark_ptr): add a check code for #11244.
+
+ It should be removed later. But we can remain this check
+ because it is only a branch.
+
Wed Jun 24 12:49:11 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (rb_fstring_cstr): new function to make a fstring from