[前][次][番号順一覧][スレッド一覧]

ruby-changes:12111

From: yugui <ko1@a...>
Date: Sun, 21 Jun 2009 18:14:44 +0900 (JST)
Subject: [ruby-changes:12111] Ruby:r23782 (ruby_1_9_1): merges r23665 from trunk into ruby_1_9_1.

yugui	2009-06-21 18:14:27 +0900 (Sun, 21 Jun 2009)

  New Revision: 23782

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23782

  Log:
    merges r23665 from trunk into ruby_1_9_1.
    --
    * lib/prime.rb: documentation typo fixed.  a patch from okkez.
      [ruby-dev:38586]

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/lib/prime.rb
    branches/ruby_1_9_1/version.h

Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 23781)
+++ ruby_1_9_1/ChangeLog	(revision 23782)
@@ -1,3 +1,8 @@
+Thu Jun 11 15:27:17 2009  Yukihiro Matsumoto  <matz@r...>
+
+	* lib/prime.rb: documentation typo fixed.  a patch from okkez.
+	  [ruby-dev:38586]
+
 Wed Jun 10 18:15:17 2009  NAKAMURA Usaku  <usa@r...>
 
 	* dir.c (dir_s_getwd): directory path's encoding should be filesystem's
Index: ruby_1_9_1/lib/prime.rb
===================================================================
--- ruby_1_9_1/lib/prime.rb	(revision 23781)
+++ ruby_1_9_1/lib/prime.rb	(revision 23782)
@@ -118,7 +118,7 @@
   # if no block given. 
   #
   # == Description
-  # Calls +block+ once for each prime numer, passing the prime as
+  # Calls +block+ once for each prime number, passing the prime as
   # a parameter.
   #
   # +ubound+::
@@ -127,7 +127,7 @@
   #
   # == Note
   # +Prime+.+new+ returns a object extended by +Prime+::+OldCompatibility+
-  # in order to compatibility to Ruby 1.9, and +Prime+#each is overwritten
+  # in order to compatibility to Ruby 1.8, and +Prime+#each is overwritten
   # by +Prime+::+OldCompatibility+#+each+.
   #
   # +Prime+.+new+ is now obsolete. Use +Prime+.+instance+.+each+ or simply
Index: ruby_1_9_1/version.h
===================================================================
--- ruby_1_9_1/version.h	(revision 23781)
+++ ruby_1_9_1/version.h	(revision 23782)
@@ -1,6 +1,6 @@
 #define RUBY_VERSION "1.9.1"
 #define RUBY_RELEASE_DATE "2009-05-22"
-#define RUBY_PATCHLEVEL 172
+#define RUBY_PATCHLEVEL 173
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 9
 #define RUBY_VERSION_TEENY 1

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]