summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a656341f7..64dc01a43 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>