ruby--ruby/ext/socket
akr 1ad103b7f8 * file.c (rb_thread_flock): wrap the flock system call by
TRAP_BEG/TRAP_END to enable signals.  [ruby-dev:27122]

* ext/socket/socket.c (bsock_send): wrap the sendto and send system
  call by TRAP_BEG/TRAP_END to enable signals when writing to a socket
  which is full.  [ruby-dev:27132]

* io.c (rb_io_syswrite): wrap the write system call by
  TRAP_BEG/TRAP_END to run signal hander in syswrite method.
  [ruby-dev:27134]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-09-18 18:29:19 +00:00
..
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
addrinfo.h * ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST and 2002-12-31 11:17:40 +00:00
depend * ext/socket/socket.c (Init_socket): ported more Socket::Constants 2005-02-28 06:29:52 +00:00
extconf.rb * ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET, 2005-07-19 19:04:46 +00:00
getaddrinfo.c * numeric.c (flo_eq): alway check if operands are NaN. 2004-05-20 04:34:14 +00:00
getnameinfo.c * numeric.c (flo_eq): alway check if operands are NaN. 2004-05-20 04:34:14 +00:00
mkconstants.rb * ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Lite 2005-03-08 04:41:51 +00:00
socket.c * file.c (rb_thread_flock): wrap the flock system call by 2005-09-18 18:29:19 +00:00
sockport.h eban 2000-08-24 06:29:30 +00:00