summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-08 08:12:24 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-08 08:12:24 +0000
commitdcfaf3e277fcadda493757e69b89e3260cd3636f (patch)
tree969a29e5742c10c1bceffb4af2e167c1c8701908 /ChangeLog
parente2f5d4f9c780cf1c1ecf57f8265ef916f973dc1e (diff)
* compile.c (ADD_INSNL): make ADD_INSNSL as alias of ADD_INSN1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d41b812489..ec6ea04a3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Aug 8 17:11:20 2012 Koichi Sasada <ko1@atdot.net>
+
+ * compile.c (ADD_INSNL): make ADD_INSNSL as alias of ADD_INSN1.
+
Wed Aug 8 17:08:14 2012 Koichi Sasada <ko1@atdot.net>
* bootstrap/test_exception.rb: fix a last committed test.