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
nobu 612978edbc ext: use RARRAY_ASET
* ext/socket/socket.c (make_addrinfo): use RARRAY_ASET for
  write-barrier.
* ext/tk/tcltklib.c ({call,eval,invoke}_queue_handler): ditto.
* ext/tk/tkutil/tkutil.c (ary2list, ary2list2): ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-05 01:17:19 +00:00
..
lib stdlib: use IO#wait_*able instead of IO.select when possible 2015-05-06 20:30:43 +00:00
.document
addrinfo.h
ancdata.c ext: use RARRAY_AREF 2015-11-05 01:09:17 +00:00
basicsocket.c * ext/socket/basicsocket.c: [DOC] typo (Errno::AGAIN -> Errno::EAGAIN) 2015-07-12 00:21:32 +00:00
constants.c use frozen string of symbols 2015-04-14 03:31:28 +00:00
depend Update dependencies. 2014-12-19 13:34:54 +00:00
extconf.rb * ChangeLog: Good-bye OS/2. 2015-10-18 01:18:34 +00:00
getaddrinfo.c * configure.in: fixed build failure of Haiku. 2015-10-24 13:51:25 +00:00
getnameinfo.c * configure.in: fixed build failure of Haiku. 2015-10-24 13:51:25 +00:00
ifaddr.c ifaddr.c: wrapper object before alloc 2015-05-16 12:57:17 +00:00
init.c init.c: glibc bug 2015-10-19 01:33:49 +00:00
ipsocket.c rsock_addrinfo: specify address family 2015-10-13 03:14:13 +00:00
mkconstants.rb
option.c use rb_sym2str 2015-08-15 04:32:15 +00:00
raddrinfo.c suppress a warning 2015-10-19 16:28:56 +00:00
rubysocket.h * configure.in: fixed build failure of Haiku. 2015-10-24 13:51:25 +00:00
socket.c ext: use RARRAY_ASET 2015-11-05 01:17:19 +00:00
sockport.h
sockssocket.c
tcpserver.c * ext/socket/basicsocket.c: [DOC] typo (Errno::AGAIN -> Errno::EAGAIN) 2015-07-12 00:21:32 +00:00
tcpsocket.c rsock_addrinfo: specify address family 2015-10-13 03:14:13 +00:00
udpsocket.c rsock_addrinfo: specify address family 2015-10-13 03:14:13 +00:00
unixserver.c * ext/socket/basicsocket.c: [DOC] typo (Errno::AGAIN -> Errno::EAGAIN) 2015-07-12 00:21:32 +00:00
unixsocket.c fix unbalanced square brackets 2015-06-16 14:40:20 +00:00