diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-27 08:36:00 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-27 08:36:00 +0000 |
| commit | ee65eca3affe7440e09286e80c1bb393d83487f6 (patch) | |
| tree | 6ac691b538b92e722a47f8773dedb4dad6efffca /ChangeLog | |
| parent | ee67810cc7d599f7567f787236f87b2ddb35d014 (diff) | |
| download | ruby-ee65eca3affe7440e09286e80c1bb393d83487f6.tar.gz ruby-ee65eca3affe7440e09286e80c1bb393d83487f6.tar.xz ruby-ee65eca3affe7440e09286e80c1bb393d83487f6.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ Tue Jul 27 07:05:04 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + * 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] |
