summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-04-25 09:20:51 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-04-25 09:20:51 +0000
commit527276d621b5ce128b2f32258a10c7fe25f2e280 (patch)
tree11acacdc4849e3b911c1d8ef6a85a0145dd4bdd2 /ChangeLog
parent1aa4b11a7c6fd3be489db593b07fc2eef39588bc (diff)
downloadruby-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <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