summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-14 07:26:07 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-14 07:26:07 +0000
commit3e3953cd66b2204c12b779b73192d7f025019cb5 (patch)
treed98e182cc87baa01fb1d38b7dd4d10ec599db708 /ChangeLog
parent34530b1ad317cb522233c72cb4dc0895a0f9cf6f (diff)
* insnhelper.ci (vm_expandarray): assignment should be placed
after creating new array. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13443 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 5bb792f031..70e8423c0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 14 16:24:04 2007 Koichi Sasada <ko1@atdot.net>
+
+ * insnhelper.ci (vm_expandarray): assignment should be placed
+ after creating new array.
+
Fri Sep 14 16:17:30 2007 Koichi Sasada <ko1@atdot.net>
* bootstraptest/runner.rb: add a stress test (-s).