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

ruby-changes:12796

From: knu <ko1@a...>
Date: Thu, 13 Aug 2009 16:13:00 +0900 (JST)
Subject: [ruby-changes:12796] Ruby:r24524 (trunk): Merge changes from ruby_1_8 except for the post-1.8.7 part.

knu	2009-08-13 16:12:47 +0900 (Thu, 13 Aug 2009)

  New Revision: 24524

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

  Log:
    Merge changes from ruby_1_8 except for the post-1.8.7 part.

  Modified files:
    trunk/doc/NEWS-1.8.7

Index: doc/NEWS-1.8.7
===================================================================
--- doc/NEWS-1.8.7	(revision 24523)
+++ doc/NEWS-1.8.7	(revision 24524)
@@ -52,7 +52,7 @@
   * Array#flatten
   * Array#flatten!
 
-    Takes an optional argument that determines the level of recursion
+    Take an optional argument that determines the level of recursion
     to flatten.
 
   * Array#eql?
@@ -65,7 +65,7 @@
   * Array#index
   * Array#rindex
 
-    Take a block instead of an argument.
+    Use a given block if no argument is given.
 
   * Array#collect!
   * Array#map!
@@ -623,6 +623,19 @@
       # After (works with any version)
       hd = Digest::MD5.hexdigest("string")
 
+  * Digest::Base#==
+
+    * self == string
+
+      Automatic detection between binary digest values and hexadecimal
+      digest values has been dropped.  It is always assumed that a
+      binary digest value is given for comparison.
+
+    * self == md
+
+      Digest objects are compared by the resulting digest values, not
+      by the exact vector states.
+
 * fileutils
 
   * A minor implementation change breaks Rake <=0.7.1.

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

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