diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-28 01:22:49 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-28 01:22:49 +0000 |
| commit | af92158dc5812a3369fd092093111f38354134e5 (patch) | |
| tree | 43f8665ff11cfe1951fa3956d23ac20e33019bdb /ChangeLog | |
| parent | 6cf533b6856065157139b343d9a3535a78488aa7 (diff) | |
| download | ruby-af92158dc5812a3369fd092093111f38354134e5.tar.gz ruby-af92158dc5812a3369fd092093111f38354134e5.tar.xz ruby-af92158dc5812a3369fd092093111f38354134e5.zip | |
* env.h: remove argv from ruby_frame.
* eval.c (rb_eval): no more copy on write.
* eval.c (assign): ditto.
* eval.c (rb_call0): can receive *rest by specifying negative
argc. (-1 means 0 arg and *rest, -2 means 1 arg and *rest...)
* eval.c (rb_call0): properly set frame's argc counter.
* gc.c (rb_gc_mark_frame): need not to mark frame's argv
* gc.c (run_final): wrong order of data. [ruby-dev:23948]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +Wed Jul 28 01:04:44 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * env.h: remove argv from ruby_frame. + + * eval.c (rb_eval): no more copy on write. + + * eval.c (assign): ditto. + + * eval.c (rb_call0): can receive *rest by specifying negative + argc. (-1 means 0 arg and *rest, -2 means 1 arg and *rest...) + + * eval.c (rb_call0): properly set frame's argc counter. + + * gc.c (rb_gc_mark_frame): need not to mark frame's argv + + * gc.c (run_final): wrong order of data. [ruby-dev:23948] + Tue Jul 27 07:05:04 2004 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_eval): copy on write for argument local variable |
