aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-06 12:20:39 +0000
committerglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-06 12:20:39 +0000
commit564a14e497435730b0bad966047676a54090ffe1 (patch)
tree4ae21b6b9d7b68b9d2bad8a0d002e3f6eaedce81 /ChangeLog
parent27f2c267fd667045ed7288d91076508618cfe0a8 (diff)
downloadruby-564a14e497435730b0bad966047676a54090ffe1.tar.gz
* array.c (rb_ary_shift_m): use RARRAY_PTR_USE() without WB because
there are not new relations. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43557 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 3bc5e71194..f7b0032fa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 6 21:16:51 2013 Masaki Matsushita <glass.saga@gmail.com>
+
+ * array.c (rb_ary_shift_m): use RARRAY_PTR_USE() without WB because
+ there are not new relations.
+
Wed Nov 6 21:05:20 2013 Masaki Matsushita <glass.saga@gmail.com>
* array.c (rb_ary_reverse): use RARRAY_PTR_USE().