summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-11 11:39:09 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-11 11:39:09 +0000
commit3670922433e71c514ab875c4b588b5473fe54aad (patch)
tree8bce5ede827990c688f775d535fc8581e514d5be /ChangeLog
parent07399ed6890a034911a87529f517aa898a397227 (diff)
* iseq.c (rb_iseq_clone): should preserve cref_stack link.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18497 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 2d95c509b..88627eedb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Aug 11 20:37:05 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * iseq.c (rb_iseq_clone): should preserve cref_stack link.
+
Mon Aug 11 20:27:12 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.