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
akr 1580dd29dd * ext/socket/extconf.rb: don't test ss_family and ss_len member of
struct sockaddr_storage.  They are not used now except SunOS
  specific code.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39483 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-02-25 03:40:16 +00:00
..
lib
.document
addrinfo.h
ancdata.c * ext/socket: define and use union_sockaddr instead of struct 2013-02-24 17:51:17 +00:00
basicsocket.c * ext/socket: define and use union_sockaddr instead of struct 2013-02-24 17:51:17 +00:00
constants.c
depend
extconf.rb * ext/socket/extconf.rb: don't test ss_family and ss_len member of 2013-02-25 03:40:16 +00:00
getaddrinfo.c
getnameinfo.c
init.c * ext/socket: define and use union_sockaddr instead of struct 2013-02-24 17:51:17 +00:00
ipsocket.c * ext/socket: define and use union_sockaddr instead of struct 2013-02-24 17:51:17 +00:00
mkconstants.rb
option.c
raddrinfo.c * ext/socket: define and use union_sockaddr instead of struct 2013-02-24 17:51:17 +00:00
rubysocket.h * ext/socket: define and use union_sockaddr instead of struct 2013-02-24 17:51:17 +00:00
socket.c * ext/socket: define and use union_sockaddr instead of struct 2013-02-24 17:51:17 +00:00
sockport.h
sockssocket.c
tcpserver.c * ext/socket: define and use union_sockaddr instead of struct 2013-02-24 17:51:17 +00:00
tcpsocket.c
udpsocket.c
unixserver.c
unixsocket.c