summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index afaea8d176..34045a9280 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,8 @@
Sat Aug 23 02:32:33 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
- * enum.c (each_with_index_i): typo.
+ * eval.c (rb_yield_splat): should check if "values" is array.
- * eval.c (rb_yield_splat): should call svalue_to_avalue() before
- calling rb_yield_0().
+ * enum.c (each_with_index_i): typo.
Fri Aug 22 17:07:05 2003 Yukihiro Matsumoto <matz@ruby-lang.org>