aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-20 10:41:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-20 10:41:46 +0000
commite2a43c9e09014903fde535ab01212459ac8ea563 (patch)
tree0333087a99e879213cabf031240eb01a2433debf /ChangeLog
parent53812198daa147f1e77e29b0b417cc0e9736c371 (diff)
downloadruby-e2a43c9e09014903fde535ab01212459ac8ea563.tar.gz
* struct.c (rb_struct_new): get rid of too large alloca.
* struct.c (rb_struct_hash): use long. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81db907cf1..da55769c5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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