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
knu 400ded9338 * class.c (rb_scan_args): Allow specifying the number of trailing
mandatory arguments right after the number of optional arguments
  only if the number of leading mandatory arguments is not omitted.

* ext/socket/tcpserver.c (tcp_svr_init): Make use of it.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-02-24 15:41:39 +00:00
..
lib update rdoc. 2009-02-11 08:49:49 +00:00
.cvsignore
addrinfo.h
ancdata.c * ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME. 2009-02-24 10:56:57 +00:00
basicsocket.c rdoc update. 2009-02-13 14:43:12 +00:00
constants.c * ext/socket/mkconstants.rb: generate rb_define_const directly for 2009-02-16 16:55:33 +00:00
depend * ext/socket/rubysocket.h (cmsg_type_arg): declared. 2009-02-02 02:51:02 +00:00
extconf.rb * ext/socket/basicsocket.c (bsock_getpeereid): implemented for Solaris 2009-02-12 12:43:04 +00:00
getaddrinfo.c
getnameinfo.c
init.c * ext/socket/init.c (s_recvfrom): use rb_io_wait_readable after 2009-02-22 10:28:38 +00:00
ipsocket.c * ext/socket/ipsocket.c (Init_ipsocket): undef getpeereid at IPSocket. 2009-02-11 02:48:08 +00:00
mkconstants.rb reordered. 2009-02-24 12:08:23 +00:00
option.c * ext/socket/option.c (inspect_timeval_as_interval): renamed from 2009-02-22 17:27:15 +00:00
raddrinfo.c * ext/socket/socket.c (sock_gethostname): use HOST_NAME_MAX. 2009-02-10 15:39:16 +00:00
rubysocket.h * ext/socket/rubysocket.h: add "#include <sys/stat.h>" 2009-02-18 23:47:21 +00:00
socket.c add comment. 2009-02-24 13:19:04 +00:00
sockport.h * ext/socket/sockport.h (SET_SA_LEN): cast to void for supressing a 2009-02-13 17:21:53 +00:00
sockssocket.c
tcpserver.c * class.c (rb_scan_args): Allow specifying the number of trailing 2009-02-24 15:41:39 +00:00
tcpsocket.c
udpsocket.c
unixserver.c * ext/socket/socket.c (Init_socket): define TCPServer#listen and 2009-02-13 12:14:00 +00:00
unixsocket.c * ext/socket: AddrInfo is renamed to Addrinfo. [ruby-dev:37876] 2009-02-05 11:01:43 +00:00