summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-08 22:48:38 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-08 22:48:38 +0000
commit1165304a5dc5c4a2b8fce26f09e9bbeb8f0b43fc (patch)
tree01b7a6ce3456e8b1b65515e52cfa373ec4f5f920 /ChangeLog
parent2acb400eb1fdda72608a0d9fa59382666af84026 (diff)
* cont.c (cont_restore_0): dynamic stack direction code should be
consistent with static one. [ruby-talk:301152] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cebaf799d..643291e67b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 9 07:47:07 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * cont.c (cont_restore_0): dynamic stack direction code should be
+ consistent with static one. [ruby-talk:301152]
+
Fri May 9 00:03:50 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* parse.y (arg): operator assignment "a += b rescue c" should be