ruby-changes:17364
From: yugui <ko1@a...>
Date: Wed, 29 Sep 2010 21:25:31 +0900 (JST)
Subject: [ruby-changes:17364] Ruby:r29369 (ruby_1_9_2): merges r29043 from trunk into ruby_1_9_2.
yugui 2010-09-29 21:25:19 +0900 (Wed, 29 Sep 2010) New Revision: 29369 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29369 Log: merges r29043 from trunk into ruby_1_9_2. -- * enum.c (enum_inject): fix typo of rdoc. patched by Andrei Kulakov [ruby-core:31768] Modified files: branches/ruby_1_9_2/ChangeLog branches/ruby_1_9_2/enum.c branches/ruby_1_9_2/version.h Index: ruby_1_9_2/ChangeLog =================================================================== --- ruby_1_9_2/ChangeLog (revision 29368) +++ ruby_1_9_2/ChangeLog (revision 29369) @@ -1,3 +1,8 @@ +Thu Aug 19 11:11:24 2010 NARUSE, Yui <naruse@r...> + + * enum.c (enum_inject): fix typo of rdoc. + patched by Andrei Kulakov [ruby-core:31768] + Thu Aug 19 06:03:27 2010 Nobuyoshi Nakada <nobu@r...> * vm_insnhelper.c (vm_push_frame): initialize block_iseq. a patch Index: ruby_1_9_2/enum.c =================================================================== --- ruby_1_9_2/enum.c (revision 29368) +++ ruby_1_9_2/enum.c (revision 29369) @@ -527,7 +527,7 @@ * operation, specified by a block or a symbol that names a * method or operator. * - * If you specify a block, then for each element in <i>enum<i> + * If you specify a block, then for each element in <i>enum</i> * the block is passed an accumulator value (<i>memo</i>) and the element. * If you specify a symbol instead, then each element in the collection * will be passed to the named method of <i>memo</i>. Index: ruby_1_9_2/version.h =================================================================== --- ruby_1_9_2/version.h (revision 29368) +++ ruby_1_9_2/version.h (revision 29369) @@ -1,6 +1,6 @@ #define RUBY_VERSION "1.9.2" #define RUBY_RELEASE_DATE "2010-09-29" -#define RUBY_PATCHLEVEL 2 +#define RUBY_PATCHLEVEL 3 #define RUBY_VERSION_MAJOR 1 #define RUBY_VERSION_MINOR 9 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/