diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-22 23:58:03 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-22 23:58:03 +0000 |
| commit | 1085a6cd700e00bf5431e32cfda913c68e81029e (patch) | |
| tree | d556f932754ba4e7ab8378e638ea5fb358efa4a2 /ChangeLog | |
| parent | 400541ccf5d1560f509222fe48a5d8f64a19d62e (diff) | |
| download | ruby-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |
