aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-19 06:39:00 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-19 06:39:00 +0000
commitd935298862c835e9ebe430a6b1c411a5ae2f144f (patch)
treee16ab7793e9badb97fccec82d022466871b32b25
parentf00338f430481f4167ec8e4945c85acce8089c20 (diff)
downloadruby-d935298862c835e9ebe430a6b1c411a5ae2f144f.tar.gz
fixed an error in ChengeLog entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a656341f7f..64dc01a439 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,8 @@ Wed Dec 19 15:37:06 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* insnhelper.ci (vm_yield_with_cfunc): call cfunc with
(argv[0], data, argc, argv) to pass all arguments.
- * eval.c (loop_i): adapted to new calling convention.
+ * enumerator.c (enumerator_each_i): adapted to new calling
+ convention.
Wed Dec 19 15:13:20 2007 Yukihiro Matsumoto <matz@ruby-lang.org>