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

ruby-changes:10486

From: akr <ko1@a...>
Date: Wed, 4 Feb 2009 21:59:15 +0900 (JST)
Subject: [ruby-changes:10486] Ruby:r22038 (trunk): updated.

akr	2009-02-04 21:59:09 +0900 (Wed, 04 Feb 2009)

  New Revision: 22038

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

  Log:
    updated.

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 22037)
+++ NEWS	(revision 22038)
@@ -22,15 +22,17 @@
       * Dir.home
 
   * IO
-    * IO.pipe can take a block.
+    * extended methods:
+      * IO.pipe can take a block.
 
   * Process
-    * Process.spawn accepts [:child, FD] for a redirect target.
+    * extended methods:
+      * Process.spawn accepts [:child, FD] for a redirect target.
 
   * Enumerator#rewind
+    * incompatible changes:
+      Now calls the "rewind" method of the enclosed object if defined.
 
-    Now calls the "rewind" method of the enclosed object if defined.
-
 * rss
 
   * 0.2.4 -> 0.2.5
@@ -59,7 +61,6 @@
       (no ShiftingError will be raised from 1.2.7, just warn() instead)
 
 * open3
-
   * new methods:
     * Open3.popen2
     * Open3.popen2e
@@ -73,12 +74,10 @@
     * Open3.pipeline
 
 * pty
-
   * new method:
     * PTY.open
 
 * openssl
-
   * new method:
     * Buffering#read_nonblock
 
@@ -139,5 +138,11 @@
 === Compatibility issues (excluding feature bug fixes)
 
   * Enumerator#rewind
+  * Socket#recvfrom
+  * Socket#recvfrom_nonblock
+  * Socket#accept
+  * Socket#accept_nonblock
+  * Socket#sysaccept
+  * BasicSocket#getsockopt
 
     See above.

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

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