ruby--ruby/ext/socket
usa f73eaeb3a6 * ext/socket/extconf.rb: if ipv6 is enabled, the version of Windows
most be XP or later.
	  [ruby-core:24601]



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-08-12 12:10:10 +00:00
..
lib * ext/socket/lib/socket.rb (Addrinfo#family_addrinfo): fix a typo in 2009-07-20 01:57:32 +00:00
.cvsignore
addrinfo.h
ancdata.c rdoc update. 2009-07-01 18:45:57 +00:00
basicsocket.c * ext/readline/readline.c: use rb_f_notimplement for methods not 2009-04-18 14:10:06 +00:00
constants.c * ext/socket: add rsock_prefix. 2009-03-01 06:30:41 +00:00
depend
extconf.rb * ext/socket/extconf.rb: if ipv6 is enabled, the version of Windows 2009-08-12 12:10:10 +00:00
getaddrinfo.c
getnameinfo.c
init.c * ext/socket/init.c (rsock_getfamily): return AF_UNSPEC if getsockname 2009-07-17 04:38:27 +00:00
ipsocket.c * ext/socket/ipsocket.c (init_inetsock_internal): drop IPv6 addresses 2009-07-22 08:42:12 +00:00
mkconstants.rb * ext/socket/mkconstants.rb: define IPV6_* constants only when INET6 2009-07-22 10:32:51 +00:00
option.c * ext/socket: add rsock_prefix. 2009-03-01 06:30:41 +00:00
raddrinfo.c forgot to commit. 2009-03-02 12:13:00 +00:00
rubysocket.h * ext/socket/ (rsock_getfamily): renamed from rb_sock_getfamily. 2009-03-01 11:58:13 +00:00
socket.c * ext/socket/socket.c (socket_s_ip_address_list): drop inactive 2009-07-17 13:40:59 +00:00
sockport.h * ext/socket/sockport.h (SS_LEN): defined unconditionally. 2009-03-02 12:39:47 +00:00
sockssocket.c * ext/socket: add rsock_prefix. 2009-03-01 06:30:41 +00:00
tcpserver.c * io.c (rb_mWaitReadable): defined. 2009-03-19 11:40:38 +00:00
tcpsocket.c * ext/socket/ (rsock_make_hostent): renamed from sock_make_hostent. 2009-03-01 06:48:22 +00:00
udpsocket.c * io.c (rb_mWaitReadable): defined. 2009-03-19 11:40:38 +00:00
unixserver.c * io.c (rb_mWaitReadable): defined. 2009-03-19 11:40:38 +00:00
unixsocket.c * ext/readline/readline.c: use rb_f_notimplement for methods not 2009-04-18 14:10:06 +00:00