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
matz 82c4f0e5a8 * eval.c (rb_eval): ruby_frame->last_func may be null, if it's
called outside of a method.

* parse.y (arg): use INT2NUM, not INT2FIX for tUMINUS.

* parse.y (arg): $1 may be null for tPOW.

* parse.y (stmt,arg): too much void value check.

* parse.y (arg): need to check void value on rules which does not
  use node_assign().

* ext/socket/socket.c (ipaddr): need not to taint hostnames.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-06-11 06:58:39 +00:00
..
.cvsignore Make cvs ignore mkmf.log. 2002-03-04 04:11:22 +00:00
addrinfo.h * ext/socket/addrinfo.h: typo. 2002-06-03 15:52:28 +00:00
depend remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
extconf.rb * ext/socket/extconf.rb: typo fix(#endif -> #else). 2002-04-21 08:54:24 +00:00
getaddrinfo.c * ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add const 2002-03-01 02:32:21 +00:00
getnameinfo.c matz 2000-07-10 04:49:24 +00:00
MANIFEST remove marshal/gtk/kconv 1999-08-13 05:37:52 +00:00
socket.c * eval.c (rb_eval): ruby_frame->last_func may be null, if it's 2002-06-11 06:58:39 +00:00
sockport.h eban 2000-08-24 06:29:30 +00:00