summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-05 04:53:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-05 04:53:51 +0000
commit45b05313ec0db9c6940ce6c144e8a87a2a240c60 (patch)
tree5a98075b2ec3b25d9e2dd917e282470661a3acb2
parent8ea5018d20c3deed76c3347c61f11fc480ebe712 (diff)
* ChangeLog: fix ML number.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fdfb3219e..565a315a16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2665,7 +2665,7 @@ Sun Sep 23 09:05:05 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
Sun Sep 23 08:58:01 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval_method.ci (rb_attr): should not use alloca for unknown size
- input. [ruby-dev:31816]
+ input. [ruby-dev:31818]
* parse.y (rb_intern_str): prevent str from optimization.