diff options
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] |
