aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-08 10:58:03 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-08 10:58:03 +0000
commite0932e3ad38a0740e65478bd85897db734980083 (patch)
treec968b0159834ccd8d97d23fc4c5ac0ceec7fe2cf /ChangeLog
parent3aea31c101ad28aa774a1c5fcbad5a0b53dc78be (diff)
downloadruby-e0932e3ad38a0740e65478bd85897db734980083.tar.gz
* string.c (rb_str_format_m): use RARRAY_RAWPTR() instead of
RARRAY_PTR() because there is no new reference. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42443 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 285dbd15ce..17c0a285a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 8 19:56:52 2013 Koichi Sasada <ko1@atdot.net>
+
+ * string.c (rb_str_format_m): use RARRAY_RAWPTR() instead of
+ RARRAY_PTR() because there is no new reference.
+
Thu Aug 8 19:55:51 2013 Koichi Sasada <ko1@atdot.net>
* include/ruby/ruby.h: define USE_RGENGC_LOGGING_WB_UNPROTECT.