From ddc68cfb7157b807f019597d48dfda58eefe00c3 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 27 Jul 2004 08:36:00 +0000 Subject: * eval.c (rb_eval): copy on write for argument local variable assignment. * eval.c (assign): ditto. * eval.c (rb_call0): update ruby_frame->argv with the default value used for the optional arguments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5de5cc6920..3f310b040c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ Tue Jul 27 07:05:04 2004 Yukihiro Matsumoto + * eval.c (rb_eval): copy on write for argument local variable + assignment. + + * eval.c (assign): ditto. + + * eval.c (rb_call0): update ruby_frame->argv with the default + value used for the optional arguments. + * object.c (Init_Object): "===" calls rb_obj_equal() directly. [ruby-list:39937] -- cgit v1.2.3