summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 20:27:10 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 20:27:10 +0000
commit7accb2da5425398fb1edae9407a7edb4dec81a4e (patch)
tree3edf55b5163c4bc8ec02c121bc680021cf321383 /ChangeLog
parent1a060a2e99e835cc2c6b32f113f4c07bc9616364 (diff)
downloadruby-7accb2da5425398fb1edae9407a7edb4dec81a4e.tar.gz
ruby-7accb2da5425398fb1edae9407a7edb4dec81a4e.tar.xz
ruby-7accb2da5425398fb1edae9407a7edb4dec81a4e.zip
* compile.c (iseq_compile): clear local table if node == 0.
a patch from Yusuke ENDOH <mame AT tsg.ne.jp> * vm.c: clear VM stack. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14632 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 b654e20cb..503ee17bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Dec 25 05:24:12 2007 Koichi Sasada <ko1@atdot.net>
+
+ * compile.c (iseq_compile): clear local table if node == 0.
+ a patch from Yusuke ENDOH <mame AT tsg.ne.jp>
+
+ * vm.c: clear VM stack.
+
Tue Dec 25 04:23:32 2007 Tanaka Akira <akr@fsij.org>
* parse.y (rb_id2str): fill klass of returned string as rb_cString.