ruby/ext/socket
matz f60b87038d * parse.y (primary): while/until statement modifiers to "begin"
statement now work as "do .. while" even when begin statement
  has "rescue" or "ensure" [new].

* parse.y (bodystmt): rescue/ensure is allowed at every bodies,
  i.e. method bodies, begin bodies, class bodies[new], and module
  bodies[new].

* ext/socket/socket.c (sock_addrinfo): should specify ai_socktype
  for getaddrinfo hints.

* eval.c (rb_f_abort): embed aborting message into exception
  object [new].

* eval.c (terminate_process): utility function for exit and abort.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-03-26 06:18:51 +00:00
..
.cvsignore Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
addrinfo.h * ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add const 2002-03-01 02:32:21 +00:00
depend remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
extconf.rb * ext/socket/extconf.rb (have_struct_member): don't print checked 2002-03-08 23:47:36 +00:00
getaddrinfo.c * ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add const 2002-03-01 02:32:21 +00:00
getnameinfo.c * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0. 2001-10-02 04:31:23 +00:00
MANIFEST remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
socket.c * parse.y (primary): while/until statement modifiers to "begin" 2002-03-26 06:18:51 +00:00
sockport.h eban 2000-08-24 06:29:30 +00:00