diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-20 10:41:46 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-20 10:41:46 +0000 |
| commit | a5336eb2a2c3b06b0aa151687fc7dfdad35667f0 (patch) | |
| tree | 0333087a99e879213cabf031240eb01a2433debf /ChangeLog | |
| parent | 6bc96299b38bb3e56f74436374ebf6518d7a100c (diff) | |
* struct.c (rb_struct_new): get rid of too large alloca.
* struct.c (rb_struct_hash): use long.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Wed May 20 19:41:44 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * struct.c (rb_struct_new): get rid of too large alloca. + + * struct.c (rb_struct_hash): use long. + Wed May 20 18:58:27 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * vm_eval.c, vm_insnhelper.c: argument number is restricted to |
