From 84e93cc586afd7f2b159cabf399d1d37cddb29de Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 21 Jun 2009 09:13:10 +0000 Subject: merges r23622 from trunk into ruby_1_9_1. -- * enum.c (first_i): Enumerator#first should consume only what is needed. a patch from Marc-Andre Lafortune. [ruby-core:23661] * enum.c (enum_first): call to_int once for an argument. based on a patch from Marc-Andre Lafortune. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4a0c8e233..6124f640d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Jun 2 17:32:40 2009 Yukihiro Matsumoto + + * enum.c (first_i): Enumerator#first should consume only what is + needed. a patch from Marc-Andre Lafortune. [ruby-core:23661] + + * enum.c (enum_first): call to_int once for an argument. based on + a patch from Marc-Andre Lafortune. + Tue Jun 2 13:27:21 2009 Kazuhiro NISHIYAMA * test/ripper/test_filter.rb: add tests. see [ruby-dev:37856] -- cgit