summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-12 01:47:31 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-12 01:47:31 +0000
commit45b3509ce1c34eb8fcca864ade6a42d6ca9e9249 (patch)
tree2616b70706aff5f143bb681465b342f0be93cd1a /ChangeLog
parentee7f8d4805fb4a661b8e8328be49f32cbc3e606d (diff)
Add a ticket number for last commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fd1b76467..8c3a60e088 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,8 +7,7 @@ Wed Apr 11 17:16:49 2012 Koichi Sasada <ko1@atdot.net>
because VM push all contents of the literal onto VM stack to
make an array (or hash). To solve this issue, we make several
arrays (hashes) and concatenate them to make a big array (hash)
- object.
- ??
+ object. [ruby-dev:37701] [Bug #982]
* compile.c (iseq_compile_each, setup_args): use modified
compile_array.