summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-19 10:19:19 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-19 10:19:19 +0000
commita6e1e3d637b00ec36e5a2ed9da0f2183abed4b1c (patch)
tree26d6675b508957d65118136fead6347374ec0342 /ChangeLog
parent5ef247aa60049300428310ff38af5d7a798df416 (diff)
* array.c: fix commit miss.
RGENGC_UNPROTECT_LOGGING should be 0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 171a376427..118e09c07c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 19 19:18:51 2013 Koichi Sasada <ko1@atdot.net>
+
+ * array.c: fix commit miss.
+ RGENGC_UNPROTECT_LOGGING should be 0.
+
Fri Jul 19 19:15:30 2013 Koichi Sasada <ko1@atdot.net>
* array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is no