summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-21 09:00:33 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-21 09:00:33 +0000
commitc1ba3ce7a1d73b0998bce557179304bfcec95d26 (patch)
tree4320a40f5fa84c72896ceb418b32258bd208a388 /ChangeLog
parent4d436eefc2b20e0684c26e9c3c639d0a4836d51d (diff)
* backport r33019 from trunk.
* iseq.c (iseq_s_disasm): remove variable which is no longer used since r33013. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33020 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 466abd8cbd..82d9489b4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sun Aug 21 17:58:38 2011 Kazuki Tsujimoto <kazuki@callcc.net>
+
+ * backport r33019 from trunk.
+
+ * iseq.c (iseq_s_disasm): remove variable which is no longer used
+ since r33013.
+
Sun Aug 21 14:20:58 2011 Naohisa Goto <ngotogenome@gmail.com>
* configure.in: use LD_LIBRARY_PATH_64 on 64-bit Solaris.