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

ruby-changes:10496

From: akr <ko1@a...>
Date: Thu, 5 Feb 2009 01:21:20 +0900 (JST)
Subject: [ruby-changes:10496] Ruby:r22048 (trunk): add Socket.pair.

akr	2009-02-05 01:21:15 +0900 (Thu, 05 Feb 2009)

  New Revision: 22048

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

  Log:
    add Socket.pair.

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 22047)
+++ NEWS	(revision 22048)
@@ -112,6 +112,7 @@
 
   * extended methods:
     * Socket.new's 3rd argument is optional now.
+    * Socket.pair's 3rd argument is optional now.
     * Socket.pair and UNIXSocket.pair can take a block.
     * BasicSocket#send, UDPSocket#send, Socket.getnameinfo, Socket#bind, and
       Socket#{connect,connect_nonblock} accepts an AddrInfo object as sockaddr.

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

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