summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-23 17:17:23 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-23 17:17:23 +0000
commitea5aa335047238ac7dce2d72caf828f3e5359477 (patch)
treef8efa38141fc346fddc0030ef9ed95a298de8e4b /ChangeLog
parentac7794478c1a79cc56a302b9a4a9bf120ae0c815 (diff)
* insns.def (expandarray): fix stack inc.
* bootstraptest/test_knownbug.rb, test_massign.rb: move a fixed test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15197 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 06b87037e6..902f7e8b83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jan 24 02:13:07 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * insns.def (expandarray): fix stack inc.
+ * bootstraptest/test_knownbug.rb, test_massign.rb: move a fixed test.
+
Thu Jan 24 01:00:34 2008 NARUSE, Yui <naruse@ruby-lang.org>
* encoding.{c, h} (rb_usascii_encoding): added.