ruby/ext/socket
akr d6d0e85320 * configure.in, ext/socket/extconf.rb: test netinet/in_systm.h in
ext/socket/extconf.rb instead of configure.in.

  Originally, netinet/in_systm.h is included for NextStep, OpenStep,
  and Rhapsody.  [ruby-core:1596]



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-02-15 23:46:44 +00:00
..
lib * ext/socket/raddrinfo.c (rsock_unix_sockaddr_len): return 2013-01-31 04:59:31 +00:00
.document * Various .document files: Update .document files to match files which 2011-05-11 22:31:17 +00:00
addrinfo.h * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
ancdata.c * ext/socket/sockport.h (SET_SS_LEN): removed. 2013-02-14 23:14:22 +00:00
basicsocket.c * ext/socket/basicsocket.c (bsock_getsockname): ignore truncated 2013-01-30 12:01:51 +00:00
constants.c * ext/socket: fixed types. 2010-04-28 08:14:13 +00:00
depend rb_thread_call_without_gvl 2012-07-10 13:57:11 +00:00
extconf.rb * configure.in, ext/socket/extconf.rb: test netinet/in_systm.h in 2013-02-15 23:46:44 +00:00
getaddrinfo.c * ext/socket/getaddrinfo.c (GET_AI): don't cast 1st argument for 2013-02-15 03:27:05 +00:00
getnameinfo.c * ext/socket/sockport.h (VALIDATE_SOCKLEN): new macro to validate 2013-02-14 15:17:49 +00:00
init.c * ext/socket: always operate length of socket addess companion with 2013-02-14 11:28:49 +00:00
ipsocket.c * ext/socket: always operate length of socket addess companion with 2013-02-14 11:28:49 +00:00
mkconstants.rb * ext/socket: Make Socket documentation appear. Add documentation for 2011-08-15 23:08:39 +00:00
option.c * include/ruby/ruby.h: add C APIs. 2012-10-20 06:57:51 +00:00
raddrinfo.c * ext/socket/extconf.rb: test struct sockaddr_un and its member, 2013-02-15 22:19:05 +00:00
rubysocket.h preprocessor directives indented. 2013-02-15 22:53:59 +00:00
socket.c * ext/socket/extconf.rb: test struct sockaddr_un and its member, 2013-02-15 22:19:05 +00:00
sockport.h * ext/socket/extconf.rb: test struct sockaddr_un and its member, 2013-02-15 22:19:05 +00:00
sockssocket.c * ext/socket: Make Socket documentation appear. Add documentation for 2011-08-15 23:08:39 +00:00
tcpserver.c * ext/socket: Make Socket documentation appear. Add documentation for 2011-08-15 23:08:39 +00:00
tcpsocket.c socket: ai_addrlen is socklen_t 2013-02-15 07:54:38 +00:00
udpsocket.c * ext/socket/{basicksocket,init,udpsocket}.c: revert some parts of 2012-09-10 01:41:59 +00:00
unixserver.c * ext/socket: Make Socket documentation appear. Add documentation for 2011-08-15 23:08:39 +00:00
unixsocket.c * ext/socket/extconf.rb: test struct sockaddr_un and its member, 2013-02-15 22:19:05 +00:00