From 527276d621b5ce128b2f32258a10c7fe25f2e280 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 25 Apr 2003 09:20:51 +0000 Subject: * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index af518c6d9..3adead9f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Apr 25 18:19:03 2003 Yukihiro Matsumoto + + * 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 * eval.c (proc_invoke): Proc#yield should pass through retry and -- cgit