summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-22 23:58:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-22 23:58:03 +0000
commit1085a6cd700e00bf5431e32cfda913c68e81029e (patch)
treed556f932754ba4e7ab8378e638ea5fb358efa4a2 /ChangeLog
parent400541ccf5d1560f509222fe48a5d8f64a19d62e (diff)
downloadruby-1085a6cd700e00bf5431e32cfda913c68e81029e.tar.gz
ruby-1085a6cd700e00bf5431e32cfda913c68e81029e.tar.xz
ruby-1085a6cd700e00bf5431e32cfda913c68e81029e.zip
* eval_method.ci (rb_attr): should not use alloca for unknowen size
input. [ruby-dev:31816] * parse.y (rb_intern_str): prevent str from optimization. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e79c7452..0b5eae9a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sun Sep 23 08:58:01 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * eval_method.ci (rb_attr): should not use alloca for unknowen size
+ input. [ruby-dev:31816]
+
+ * parse.y (rb_intern_str): prevent str from optimization.
+
Sun Sep 23 06:16:04 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval_method.ci (remove_method): check for undefined method.