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 5b2eef31aa * 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 enable signals when writing to a pipe which is
  full.  [ruby-dev:27134]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-09-18 18:22:44 +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 remove marshal/gtk/kconv 1999-08-13 05:37: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 * eval.c (run_trap_eval): prototype; avoid VC++ warnings. 2004-12-11 03:44:40 +00:00
getnameinfo.c * numeric.c (flo_eq): alway check if operands are NaN. 2004-05-20 04:28:36 +00:00
socket.c * file.c (rb_thread_flock): wrap the flock system call by 2005-09-18 18:22:44 +00:00
sockport.h eban 2000-08-24 06:29:30 +00:00