From 71087dc11cb218127add193da237d9f8c558c596 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 24 Aug 2007 10:48:43 +0000 Subject: * enumerator.c (enumerator_next): stop pre-fetching. * enumerator.c (Init_Enumerator): remove next? method. * eval.c (rb_f_loop): now handles StopIteration exception. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c841dea2..e49eba878 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,16 @@ Fri Aug 24 17:06:56 2007 Yukihiro Matsumoto * eval.c (rb_f_send_bang): abandon the name funcall for private aware method call. +Fri Aug 24 15:27:12 2007 Yukihiro Matsumoto + + * enumerator.c (enumerator_next): stop pre-fetching. + + * enumerator.c (Init_Enumerator): remove next? method. + +Fri Aug 24 15:14:57 2007 Yukihiro Matsumoto + + * eval.c (rb_f_loop): now handles StopIteration exception. + Thu Aug 23 20:31:31 2007 Koichi Sasada * compile.c: optimize simple massign. -- cgit