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
mame 785f417270 * ext/socket/raddrinfo.c, ext/socket/udpsocket.c: avoid illegal cast
from void-returning function to VALUE-returning one.  It causes SEGV
  on RubySpec with mingw32.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-02-26 12:06:17 +00:00
..
lib * ext/socket/lib/socket.rb (Socket.udp_server_recv): extracted from 2009-10-08 15:01:57 +00:00
.cvsignore
addrinfo.h * ext/socket/extconf.rb: fix for wide-getaddrinfo option. 2009-12-30 20:56:41 +00:00
ancdata.c * ext/socket/extconf.rb: use have_struct_member. 2009-12-30 21:01:13 +00:00
basicsocket.c rdoc update. 2010-02-23 11:41:55 +00:00
constants.c
depend * ext/socket/extconf.rb: fix for wide-getaddrinfo option. 2009-12-30 20:56:41 +00:00
extconf.rb * ext/socket/extconf.rb: suppress a warning. 2010-01-26 12:34:51 +00:00
getaddrinfo.c * ext/socket/extconf.rb: fix for wide-getaddrinfo option. 2009-12-30 20:56:41 +00:00
getnameinfo.c * ext/socket/extconf.rb: fix for wide-getaddrinfo option. 2009-12-30 20:56:41 +00:00
init.c * ext/socket/socket.c: turn on do_not_reverse_lookup by default, 2010-02-02 09:15:19 +00:00
ipsocket.c * ext/socket/ipsocket.c (ip_addr, ip_peeraddr), 2010-02-06 02:35:11 +00:00
mkconstants.rb * ext/socket/mkconstants.rb: define IPV6_* constants only when INET6 2009-07-22 10:32:51 +00:00
option.c
raddrinfo.c * ext/socket/raddrinfo.c, ext/socket/udpsocket.c: avoid illegal cast 2010-02-26 12:06:17 +00:00
rubysocket.h * ext/socket/rubysocket.h: include addrinfo.h only when using our own 2009-12-31 09:19:05 +00:00
socket.c * ext/socket/socket.c (socket_s_ip_address_list): obtain the scope_id 2010-02-08 12:08:45 +00:00
sockport.h
sockssocket.c
tcpserver.c
tcpsocket.c
udpsocket.c * ext/socket/raddrinfo.c, ext/socket/udpsocket.c: avoid illegal cast 2010-02-26 12:06:17 +00:00
unixserver.c
unixsocket.c