ruby--ruby/lib/net
naruse a65d2e0574 * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9.
Patch by Junegunn Choi [ruby-core:18368]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-08-24 03:21:36 +00:00
..
.document
ftp.rb * lib/net/ftp.rb (login): raise FTPReplyError if passwd or acct 2008-08-07 11:55:13 +00:00
http.rb * lib/net/http.rb (Net::HTTP#urlencode): str[0] returns char in 1.9. 2008-08-24 03:21:36 +00:00
https.rb * lib/net/https.rb: supress syntax warning. 2008-08-12 05:20:09 +00:00
imap.rb * lib/webrick/server.rb (WEBrick::GenericServer#shutdown): 2008-08-22 11:12:06 +00:00
pop.rb * lib/net/pop.rb: POP3Command should export @socket since POP calls #socket. 2008-08-12 07:09:08 +00:00
protocol.rb
smtp.rb * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch from 2008-08-04 05:46:53 +00:00
telnet.rb * lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes to 2008-06-17 14:04:48 +00:00