aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-08 02:00:35 +0000
committerglass <glass@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-08 02:00:35 +0000
commitce89a1c0816df5d1e1e7d69a58f197a7b501b2e2 (patch)
tree3d2a5af825cfafefd9b6836ee06a9710a36221bc /ChangeLog
parenteb86296497ee0fe2380bd14251a2ae3760dee6a1 (diff)
downloadruby-ce89a1c0816df5d1e1e7d69a58f197a7b501b2e2.tar.gz
* compile.c (iseq_build_from_ary_exception): use RARRAY_CONST_PTR().
* compile.c (iseq_build_from_ary_body): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43579 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 366186e5bc..4611e0200e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Nov 8 10:58:02 2013 Masaki Matsushita <glass.saga@gmail.com>
+
+ * compile.c (iseq_build_from_ary_exception): use RARRAY_CONST_PTR().
+
+ * compile.c (iseq_build_from_ary_body): ditto.
+
Fri Nov 8 10:49:34 2013 Masaki Matsushita <glass.saga@gmail.com>
* enumerator.c (append_method): use RARRAY_CONST_PTR().