ruby--ruby/ext/socket
matz 8be410f065 * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2
have same fileno.

* eval.c (rb_load): raise LocaJumpError if unexpected local jumps
  appear during load.

* ext/socket/socket.c (bsock_close_read): don't call rb_thread_fd_close();
  it's supposed to be called by io_io_close().

* ext/socket/socket.c (bsock_close_read): do not modify f and f2.

* ext/socket/socket.c (bsock_close_write): ditto.

* ext/socket/socket.c (sock_new): avoid dup(2) on sockets.

* parse.y (primary): preserve and clear in_single and in_def using
  stack to prevent nested method errors in singleton class bodies.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-02-13 05:09:11 +00:00
..
.cvsignore Add .cvsignore's. 2001-01-09 17:11:36 +00:00
MANIFEST remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
addrinfo.h matz 2000-07-10 04:49:24 +00:00
depend remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
extconf.rb * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2 2001-02-13 05:09:11 +00:00
getaddrinfo.c matz 2000-07-10 04:49:24 +00:00
getnameinfo.c matz 2000-07-10 04:49:24 +00:00
socket.c * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2 2001-02-13 05:09:11 +00:00
sockport.h eban 2000-08-24 06:29:30 +00:00