зеркало из https://github.com/github/ruby.git
* NEWS: added reverse_lookup option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
871c693c8a
Коммит
386962af11
|
@ -1,3 +1,7 @@
|
|||
Fri Apr 2 21:17:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* NEWS: added reverse_lookup option.
|
||||
|
||||
Fri Apr 2 15:26:14 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* test/rdoc/test_rdoc_ri_driver.rb (with_dummy_pager): don't grasp
|
||||
|
|
2
NEWS
2
NEWS
|
@ -281,6 +281,8 @@ with all sufficient information, see the ChangeLog file.
|
|||
* BasicSocket#send, UDPSocket#send, Socket.getnameinfo, Socket#bind, and
|
||||
Socket#{connect,connect_nonblock} accepts an Addrinfo object as sockaddr.
|
||||
* BasicSocket#getsockopt accepts a Socket::Option object.
|
||||
* Socket.getaddrinfo and IPSocket#{addr,peeraddr} accept an optional
|
||||
argument to turn reverse lookup on/off.
|
||||
|
||||
* constant names can be accepted as well as constant values.
|
||||
i.e. Socket.new(:PF_INET, :SOCK_STREAM, 0)
|
||||
|
|
Загрузка…
Ссылка в новой задаче