diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-04-25 09:20:51 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-04-25 09:20:51 +0000 |
| commit | 527276d621b5ce128b2f32258a10c7fe25f2e280 (patch) | |
| tree | 11acacdc4849e3b911c1d8ef6a85a0145dd4bdd2 /ChangeLog | |
| parent | 1aa4b11a7c6fd3be489db593b07fc2eef39588bc (diff) | |
| download | ruby-527276d621b5ce128b2f32258a10c7fe25f2e280.tar.gz ruby-527276d621b5ce128b2f32258a10c7fe25f2e280.tar.xz ruby-527276d621b5ce128b2f32258a10c7fe25f2e280.zip | |
* eval.c (splat_value): split splat_value() and avalue_splat().
* io.c: there's no way to set non-IO value to current_file, thus
no need for argf_forward().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Apr 25 18:19:03 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (splat_value): split splat_value() and avalue_splat(). + + * io.c: there's no way to set non-IO value to current_file, thus + no need for argf_forward(). + Fri Apr 25 02:03:25 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (proc_invoke): Proc#yield should pass through retry and |
