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- * ext/-test-/debug/depend: New file. 2013-04-14 10:48:08 +00:00
bigdecimal * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
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 * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] 2013-04-16 03:25:50 +00:00
dbm * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] 2013-04-16 03:25:50 +00:00
digest * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
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 * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
fiber
fiddle * ext/dl/lib/dl/func.rb (DL::Function#call): check tainted when 2013-05-14 11:06:58 +00:00
gdbm * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] 2013-04-16 03:25:50 +00:00
io * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] 2013-04-16 03:25:50 +00:00
json * ext/json/generator/generator.c (isArrayOrObject): cast char to 2013-05-08 05:00:02 +00:00
mathn
nkf * remove trailing spaces. 2013-04-29 08:06:06 +00:00
objspace * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
openssl * ext/openssl/ossl_ssl.c: Disabled OpenSSL::SSL::SSLSocket if 2013-05-13 02:08:59 +00:00
pathname * ext/-test-/debug/depend: New file. 2013-04-14 10:48:08 +00:00
psych * ext/-test-/debug/depend: New file. 2013-04-14 10:48:08 +00:00
pty fixed wrong value by @taksatou [fix GH-287] 2013-04-16 02:31:55 +00:00
racc/cparse * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
readline * include/ruby/ruby.h: constify RBasic::klass and add 2013-05-13 10:49:11 +00:00
ripper * lib/mkmf.rb (MakeMakefile#create_makefile): remove {$(VPATH)} other 2013-04-13 18:00:25 +00:00
sdbm * ext/sdbm/init.c: Fix comment indentation, by windwiny [Fixes GH-277] 2013-04-16 03:28:19 +00:00
socket socket: fix build error and warnings on mingw 2013-05-14 14:24:42 +00:00
stringio * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] 2013-04-16 03:25:50 +00:00
strscan * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
syslog * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, 2013-04-13 00:46:29 +00:00
tk * ext/tk/MANUAL_tcltklib.ja, ext/tk/old-README.tcltklib.ja: rename from *.jp to *.ja 2013-04-29 18:33:28 +00:00
win32ole * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] 2013-04-16 03:25:50 +00:00
zlib * include/ruby/ruby.h: constify RBasic::klass and add 2013-05-13 10:49:11 +00:00
.document * ext/.document: Add missing ext modules to .document 2012-12-19 16:04:11 +00:00
Setup
Setup.atheos
Setup.emx configure.in: find Setup file automatically 2013-02-25 04:12:45 +00:00
Setup.nacl
Setup.nt * ext/Setup.nt: this file has not been used by default. 2013-02-25 15:54:00 +00:00
extmk.rb extmk.rb: always dynamic non-install extensions 2013-05-01 07:17:53 +00:00