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

ruby-changes:9836

From: akr <ko1@a...>
Date: Thu, 8 Jan 2009 07:21:53 +0900 (JST)
Subject: [ruby-changes:9836] Ruby:r21377 (trunk): updated.

akr	2009-01-08 07:21:40 +0900 (Thu, 08 Jan 2009)

  New Revision: 21377

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

  Log:
    updated.

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 21376)
+++ NEWS	(revision 21377)
@@ -73,6 +73,13 @@
 
 * socket
   * Socket.pair and UNIXSocket.pair takes a block.
+  * AddrInfo class
+  * Socket#{recvfrom,recvfrom_nonblock,accept,accept_nonblock,sysaccept}
+    returns a sender address as AddrInfo object instead of a string.
+  * BasicSocket#local_address
+  * BasicSocket#remote_address
+  * string/symbol as protocol/address family, socket type, protocol level and
+    socket option name can be specified as a string/symbol.
 
 === Compatibility issues (excluding feature bug fixes)
 

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

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