summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-12 19:37:16 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-12 19:37:16 +0000
commit864856cd198a6ea575470cac1ce59cea91aed0f6 (patch)
tree37c80ca28abd603af769d37aabfbf7cf70114d10 /ChangeLog
parent452eafbd5459547e02c10974399fb192634e2c26 (diff)
downloadruby-864856cd198a6ea575470cac1ce59cea91aed0f6.tar.gz
ruby-864856cd198a6ea575470cac1ce59cea91aed0f6.tar.xz
ruby-864856cd198a6ea575470cac1ce59cea91aed0f6.zip
* compile.c (iseq_peephole_optimize): fix peephole optimization
bug. [ruby-dev:31360] * bootstraptest/test_syntax.rb: add a test for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb9bbc9ed..cdacfb7ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Aug 13 04:35:30 2007 Koichi Sasada <ko1@atdot.net>
+
+ * compile.c (iseq_peephole_optimize): fix peephole optimization
+ bug. [ruby-dev:31360]
+
+ * bootstraptest/test_syntax.rb: add a test for above.
+
+
Mon Aug 13 04:02:29 2007 Koichi Sasada <ko1@atdot.net>
* vm_dump.c (debug_print_pre): fix to show control frame count.