1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net
matz 66d1582c07 * object.c (rb_str_to_dbl): RString ptr might be NULL.
* object.c (rb_cstr_to_dbl): p pointer might be NULL.

* bignum.c (rb_str_to_inum): RString ptr might be NULL.

* bignum.c (rb_cstr_to_inum): str pointer might be NULL.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-10-17 07:27:00 +00:00
..
ftp.rb * lib/net/ftp.rb (set_socket): new method. 2002-07-18 02:52:48 +00:00
http.rb * object.c (rb_str_to_dbl): RString ptr might be NULL. 2002-10-17 07:27:00 +00:00
imap.rb * lib/net/imap.rb: added document. 2002-03-01 02:27:37 +00:00
pop.rb use Object#class instead of deprecated Object#type. 2002-10-02 16:45:35 +00:00
protocol.rb use Object#class instead of deprecated Object#type. 2002-10-02 16:45:35 +00:00
smtp.rb * numeric.c (num_to_int): default to_int implementaion for every 2002-07-29 06:14:10 +00:00
telnet.rb * string.c (rb_str_slice_bang): if there's no corresponding 2002-07-11 08:22:18 +00:00