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
akr b41ccc4a9c * include/ruby/intern.h (rb_update_max_fd): declaration moved from
internal.h.

* file.c: ditto.

* io.c: call rb_update_max_fd for each new fds.

* process.c: ditto.

* random.c: ditto.

* ruby.c: ditto.

* ext/io/console/console.c: ditto.

* ext/openssl/ossl_bio.c: ditto.

* ext/pty/pty.c: ditto.

* ext/socket/init.c: ditto.

* ext/socket/socket.c: ditto.

* ext/socket/ancdata.c: ditto.

* ext/socket/unixsocket.c: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-07-20 13:26:10 +00:00
..
lib * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts. 2011-05-11 22:56:13 +00:00
.document * Various .document files: Update .document files to match files which 2011-05-11 22:31:17 +00:00
addrinfo.h
ancdata.c * include/ruby/intern.h (rb_update_max_fd): declaration moved from 2011-07-20 13:26:10 +00:00
basicsocket.c * thread.c (rb_thread_io_blocking_region): new function to run 2011-02-12 05:44:23 +00:00
constants.c
depend * ext/socket/depend (SOCK_HEADERS): use $(top_srcdir) instaed of 2011-06-22 12:30:22 +00:00
extconf.rb * internal.h: move rb_thread_io_blocking_region() declaration 2011-06-21 12:31:17 +00:00
getaddrinfo.c * ext/socket/getaddrinfo.c: parenthesize macro arguments. 2011-03-26 06:16:42 +00:00
getnameinfo.c
init.c * include/ruby/intern.h (rb_update_max_fd): declaration moved from 2011-07-20 13:26:10 +00:00
ipsocket.c * ext/socket/ipsocket.c: parenthesize macro arguments. 2011-03-27 14:16:50 +00:00
mkconstants.rb
option.c * remove trailing spaces. 2011-05-15 11:55:52 +00:00
raddrinfo.c update doc. 2011-06-17 14:53:56 +00:00
rubysocket.h * internal.h: move rb_thread_io_blocking_region() declaration 2011-06-21 12:31:17 +00:00
socket.c * include/ruby/intern.h (rb_update_max_fd): declaration moved from 2011-07-20 13:26:10 +00:00
sockport.h
sockssocket.c
tcpserver.c
tcpsocket.c
udpsocket.c * thread.c (rb_thread_io_blocking_region): new function to run 2011-02-12 05:44:23 +00:00
unixserver.c
unixsocket.c * include/ruby/intern.h (rb_update_max_fd): declaration moved from 2011-07-20 13:26:10 +00:00