aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-09 01:43:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-09 01:43:57 +0000
commit4155206ebdc3aad0aafec2097c1cd42935397b82 (patch)
treea092557546ad4aaffbf553dc33572a8e67c044ef /ChangeLog
parent9a0e440b810a10efa5db716a5df36dd9d9229567 (diff)
downloadruby-4155206ebdc3aad0aafec2097c1cd42935397b82.tar.gz
* eval.c (send_internal): use self in the previous frame to check for
protected methods. [ruby-core:13254] * insnhelper.ci (vm_call_method): send! method has gone. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13846 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 831bf30a8b..ff54d74902 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Nov 9 10:43:55 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * eval.c (send_internal): use self in the previous frame to check for
+ protected methods. [ruby-core:13254]
+
+ * insnhelper.ci (vm_call_method): send! method has gone.
+
Fri Nov 9 10:38:13 2007 Koichi Sasada <ko1@atdot.net>
* marshal.c (w_object): should be SPECIAL_CONST_P() instead of