1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/socket
nobu c2fb27ac4a socket/option.c: fix inet_ntop link error on mswin
* ext/socket/option.c (inet_ntop): link aliased inet_ntop in
  libruby on mswin not rb_w32_inet_ntop which fails to link for
  unknown reason.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-12-05 08:09:12 +00:00
..
lib
.document
addrinfo.h
ancdata.c ext/socket/*.c: trivial struct packing for 64-bit 2014-09-22 00:46:25 +00:00
basicsocket.c * ext/socket: Avoid unnecessary ppoll/select on Linux. 2014-01-18 14:13:22 +00:00
constants.c
depend Update dependency. 2014-11-21 03:04:44 +00:00
extconf.rb * ext/socket/extconf.rb: Don't check fields of struct tcp_info if the 2014-05-19 20:00:00 +00:00
getaddrinfo.c
getnameinfo.c
ifaddr.c * ext/socket/ifaddr.c (ifaddr_inspect_flags): support IFF_SIMPLEX. 2014-05-27 12:29:19 +00:00
init.c protoize no-arguments functions 2014-09-30 05:25:32 +00:00
ipsocket.c * ext/socket: Wrap struct addrinfo by struct rb_addrinfo. 2014-02-19 09:38:24 +00:00
mkconstants.rb * ext/socket/mkconstants.rb: More constants 2014-05-23 20:54:40 +00:00
option.c socket/option.c: fix inet_ntop link error on mswin 2014-12-05 08:09:12 +00:00
raddrinfo.c protoize no-arguments functions 2014-09-30 05:25:32 +00:00
rubysocket.h * ext/socket/option.c (inspect_tcp_info): New function to inspect struct tcp_info. 2014-05-19 11:52:03 +00:00
socket.c protoize no-arguments functions 2014-09-30 05:25:32 +00:00
sockport.h * ext/socket: Bypass getaddrinfo() if node and serv are numeric. 2014-02-19 10:37:43 +00:00
sockssocket.c
tcpserver.c
tcpsocket.c
udpsocket.c * ext/socket: Wrap struct addrinfo by struct rb_addrinfo. 2014-02-19 09:38:24 +00:00
unixserver.c
unixsocket.c * ext/socket/unixsocket.c: [DOC] Fix example to render in HTML 2014-10-11 00:33:08 +00:00