1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
nobu 5ec5c6d52c socket: fix build error and warnings on mingw
* ext/socket/extconf.rb: check for if_nametoindex() for
  i686-w64-mingw32, and check for declarations of if_indextoname() and
  if_nametoindex().
* ext/socket/ifaddr.c (ifaddr_ifindex): not-implement unless
  if_nametoindex() is available.
* ext/socket/rubysocket.h: declare if_indextoname() and
  if_nametoindex() if available but not declared.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-05-14 14:24:42 +00:00
..
-test-
bigdecimal
continuation
coverage * include/ruby/ruby.h: constify RBasic::klass and add 2013-05-13 10:49:11 +00:00
curses curses/extconf.rb: simplify 2013-05-01 07:48:06 +00:00
date
dbm
digest
dl * ext/dl/lib/dl/func.rb (DL::Function#call): check tainted when 2013-05-14 11:06:58 +00:00
etc * file.c, ext/etc/etc.c, ext/socket/unixsocket.c, 2013-05-09 12:12:17 +00:00
fcntl
fiber
fiddle * ext/dl/lib/dl/func.rb (DL::Function#call): check tainted when 2013-05-14 11:06:58 +00:00
gdbm
io
json * ext/json/generator/generator.c (isArrayOrObject): cast char to 2013-05-08 05:00:02 +00:00
mathn
nkf
objspace
openssl * ext/openssl/ossl_ssl.c: Disabled OpenSSL::SSL::SSLSocket if 2013-05-13 02:08:59 +00:00
pathname
psych
pty
racc/cparse
readline * include/ruby/ruby.h: constify RBasic::klass and add 2013-05-13 10:49:11 +00:00
ripper
sdbm
socket socket: fix build error and warnings on mingw 2013-05-14 14:24:42 +00:00
stringio
strscan
syslog
tk
win32ole
zlib * include/ruby/ruby.h: constify RBasic::klass and add 2013-05-13 10:49:11 +00:00
.document
extmk.rb extmk.rb: always dynamic non-install extensions 2013-05-01 07:17:53 +00:00
Setup
Setup.atheos
Setup.emx
Setup.nacl
Setup.nt