summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-13 08:32:53 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-13 08:32:53 +0000
commite0889dbf3882f006b5cef6680afd43e817a1a63e (patch)
tree8847d86c96b64e1e073c31680e902cf1a6b7e2b5 /ChangeLog
parent5068e137d059a67878fbc8618a0a3cf9bd616ad6 (diff)
* vm_insnhelper.c (caller_setup_args): should ensure if the value
from to_proc is a real Proc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18575 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 d46431606e..826bc44aad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 13 17:31:12 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * vm_insnhelper.c (caller_setup_args): should ensure if the value
+ from to_proc is a real Proc.
+
Wed Aug 13 17:28:29 2008 Akinori MUSHA <knu@iDaemons.org>
* common.mk: regint.h no longer includes vm_core.h.